diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index d3da1dc06..c4b902e59 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -14,7 +14,7 @@ jobs: - name: Setup JDK uses: actions/setup-java@v1 with: - java-version: 11 + java-version: 17 - name: Cache local Maven repository uses: actions/cache@v2 with: diff --git a/.github/workflows/release-patch.yml b/.github/workflows/release-patch.yml index 3e53b8471..c212ee59f 100644 --- a/.github/workflows/release-patch.yml +++ b/.github/workflows/release-patch.yml @@ -17,7 +17,7 @@ jobs: - name: Setup JDK uses: actions/setup-java@v2 with: - java-version: 11 + java-version: 17 java-package: jdk distribution: adopt architecture: x64 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2cd8e8952..12498cbf2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -27,7 +27,7 @@ jobs: - name: Setup JDK uses: actions/setup-java@v2 with: - java-version: 11 + java-version: 17 java-package: jdk distribution: adopt architecture: x64 diff --git a/CHANGELOG.md b/CHANGELOG.md index b3cffecb7..dbc5a679a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ## [unreleased] ### Fixed - KafkaEventReceiver progress logger will actually log the process during normal application bootstrapping. +- Fixing test dependencies to be able to run on modern Mac hardware, Java 17 and Docker Desktop versions +### Updated +- Updated to Spring 3.1.5 +- Updating Java build to 17 +- Updating to latest graphql libraries and removing deprecated fields from instrospection query ## [1.4.2] 2023-09-21 ### No change