From 7276b34bdf590e29dbb81b99e931b113345383e8 Mon Sep 17 00:00:00 2001 From: VictorCavichioli Date: Fri, 24 Nov 2023 09:08:14 -0300 Subject: [PATCH] Build ecChronos With Java 17 - Issue #607 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 --- .github/workflows/actions.yml | 5 +---- docs/autogenerated/openapi.yaml | 2 +- pom.xml | 2 +- 3 files changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 10b68bb2b..6dfc37692 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -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 diff --git a/docs/autogenerated/openapi.yaml b/docs/autogenerated/openapi.yaml index b4ffa0df0..26b1405b6 100644 --- a/docs/autogenerated/openapi.yaml +++ b/docs/autogenerated/openapi.yaml @@ -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 diff --git a/pom.xml b/pom.xml index 63f190a6d..dbd2182a1 100644 --- a/pom.xml +++ b/pom.xml @@ -134,7 +134,7 @@ 1073741824 256M - 5.0 + 4.0