Skip to content

Commit

Permalink
Build ecChronos With Java 17 - Issue #607
Browse files Browse the repository at this point in the history
In order to provide support for Java 17 in EcChronos,
identify the minimal changes necessary for the project to
compile and run with Java 17. Additionally, implement these
changes and any necessary updates to Maven packages.

This change must be merged just after a release of ecChronos
with the Issue #616 done.

Closes #607
  • Loading branch information
VictorCavichioli committed Dec 7, 2023
1 parent f54c271 commit 840874e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,8 @@ jobs:
- name: "Standalone integration 5.0-alpha1"
test_suite: 'verify -P docker-integration-test,standalone-integration-tests -Dit.cassandra.version=5.0-alpha1 -DskipUTs'
artifacts_dir: "standalone-integration/target"
- name: "Docker Integration"
test_suite: 'verify -P docker-integration-test -DskipUTs'
artifacts_dir: "ecchronos-binary/target"
- name: "Python integration"
test_suite: 'verify -P python-integration-tests -DskipUTs'
test_suite: 'verify -P docker-integration-test,python-integration-tests -DskipUTs'
artifacts_dir: "ecchronos-binary/target"
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion docs/autogenerated/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ info:
url: https://www.apache.org/licenses/LICENSE-2.0
version: 1.0.0
servers:
- url: http://localhost:8080
- url: https://localhost:8080
description: Generated server url
tags:
- name: Repair-Management
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@
<!-- Integration tests -->
<it.cassandra.memory>1073741824</it.cassandra.memory>
<it.cassandra.heap>256M</it.cassandra.heap>
<it.cassandra.version>5.0</it.cassandra.version>
<it.cassandra.version>4.0</it.cassandra.version>
</properties>

<dependencyManagement>
Expand Down

0 comments on commit 840874e

Please sign in to comment.