[DEBUG] remove dead bdd entry
This commit is contained in:
parent
ff9907e341
commit
b50dacc374
@ -49,9 +49,10 @@ edit file: ```~/.m2/settings.xml```
|
|||||||
release:
|
release:
|
||||||
========
|
========
|
||||||
|
|
||||||
|
```
|
||||||
export PATH=/usr/lib/jvm/java-18-openjdk/bin:$PATH
|
export PATH=/usr/lib/jvm/java-18-openjdk/bin:$PATH
|
||||||
mvn install
|
mvn install
|
||||||
mvn deploy
|
mvn deploy
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
|
2
pom.xml
2
pom.xml
@ -2,7 +2,7 @@
|
|||||||
<modelVersion>4.0.0</modelVersion>
|
<modelVersion>4.0.0</modelVersion>
|
||||||
<groupId>kangaroo-and-rabbit</groupId>
|
<groupId>kangaroo-and-rabbit</groupId>
|
||||||
<artifactId>archidata</artifactId>
|
<artifactId>archidata</artifactId>
|
||||||
<version>0.2.2</version>
|
<version>0.2.3</version>
|
||||||
<properties>
|
<properties>
|
||||||
<jaxrs.version>2.1</jaxrs.version>
|
<jaxrs.version>2.1</jaxrs.version>
|
||||||
<jersey.version>2.32</jersey.version>
|
<jersey.version>2.32</jersey.version>
|
||||||
|
@ -583,10 +583,6 @@ public class SqlWrapper {
|
|||||||
}
|
}
|
||||||
|
|
||||||
public static <T> T getWhere(Class<T> clazz, List<WhereCondition> condition, boolean full ) throws Exception {
|
public static <T> T getWhere(Class<T> clazz, List<WhereCondition> condition, boolean full ) throws Exception {
|
||||||
DBEntry entry = new DBEntry(GlobalConfiguration.dbConfig);
|
|
||||||
T out = null;
|
|
||||||
// real add in the BDD:
|
|
||||||
|
|
||||||
List<T> values = getsWhere(clazz, condition, full, 1);
|
List<T> values = getsWhere(clazz, condition, full, 1);
|
||||||
if (values.size() == 0) {
|
if (values.size() == 0) {
|
||||||
return null;
|
return null;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user