Skip to content

Commit

Permalink
changelog and workflow updates to java 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Kruth committed Nov 1, 2023
1 parent 9235127 commit 1dee9eb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1dee9eb

Please sign in to comment.