Skip to content

Commit a76c2f8

Browse files
Merge branch 'feature/cql-heuristics-calculator' into feature/spring-data-cassandra-replacement
2 parents dba41e9 + 7671a3e commit a76c2f8

136 files changed

Lines changed: 2726 additions & 708 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ on:
3232
# - "**"
3333

3434
env:
35-
evomaster-version: 6.0.1
35+
evomaster-version: 6.1.2
3636
# Unfortunately, to use JPackage we need JDK 17 or above :(
3737
# Which is really bad due to the madness of --add-opens.
3838
# Even if hunt down all cases of reflections in EM, there is still the problem of

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
- "v*"
99

1010
env:
11-
evomaster-version: 6.0.1
11+
evomaster-version: 6.1.2
1212
jdk-jar: 17
1313
jdk-jpackage: 21
1414
java-distribution: temurin

client-java/ci-utils/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<artifactId>evomaster-client-java</artifactId>
1515
<groupId>org.evomaster</groupId>
16-
<version>6.0.1-SNAPSHOT</version>
16+
<version>6.1.2-SNAPSHOT</version>
1717
</parent>
1818

1919
<artifactId>evomaster-ci-utils</artifactId>

client-java/client-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.evomaster</groupId>
77
<artifactId>evomaster-client-java</artifactId>
8-
<version>6.0.1-SNAPSHOT</version>
8+
<version>6.1.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>evomaster-client-java-util</artifactId>

client-java/controller-api/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.evomaster</groupId>
77
<artifactId>evomaster-client-java</artifactId>
8-
<version>6.0.1-SNAPSHOT</version>
8+
<version>6.1.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>evomaster-client-java-controller-api</artifactId>

client-java/controller/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>org.evomaster</groupId>
77
<artifactId>evomaster-client-java</artifactId>
8-
<version>6.0.1-SNAPSHOT</version>
8+
<version>6.1.2-SNAPSHOT</version>
99
</parent>
1010

1111
<artifactId>evomaster-client-java-controller</artifactId>

client-java/controller/src/main/java/org/evomaster/client/java/controller/cassandra/CassandraOperationEvaluator.java

Lines changed: 0 additions & 308 deletions
This file was deleted.

0 commit comments

Comments
 (0)