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 Nov 29, 2023
1 parent e2fd81b commit 9d5f473
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/actions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ 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 docker-integration-test,python-integration-tests -DskipUTs'
test_suite: 'verify -P python-integration-tests -DskipUTs'
artifacts_dir: "ecchronos-binary/target"
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9d5f473

Please sign in to comment.