Skip to content

Commit

Permalink
Build ecChronos With Java 17 - Issue Ericsson#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 Ericsson#616 done.

Closes Ericsson#607
  • Loading branch information
VictorCavichioli committed Dec 6, 2023
1 parent 2ac4918 commit 40353be
Showing 1 changed file with 1 addition and 4 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

0 comments on commit 40353be

Please sign in to comment.