diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml index fba8efb736eb76..0242f317f7c698 100644 --- a/.github/workflows/nightly-ci.yml +++ b/.github/workflows/nightly-ci.yml @@ -41,7 +41,7 @@ jobs: fail-fast: false matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] - java-version: [ 11, 17, 21, 22 ] + java-version: [ 11, 17, 21, 23 ] steps: - name: Support Long Paths in Windows if: matrix.os == 'windows-latest' diff --git a/RELEASE-NOTES.md b/RELEASE-NOTES.md index 0d801677fe2676..4da4b25615ce66 100644 --- a/RELEASE-NOTES.md +++ b/RELEASE-NOTES.md @@ -14,6 +14,7 @@ 1. DistSQL: Support connecting to Postgres via DistSQL in Proxy Native - [#33124](https://github.com/apache/shardingsphere/pull/33124) 1. DistSQL: Check duplicate actual data nodes when creating or altering sharding table rule - [#33138](https://github.com/apache/shardingsphere/pull/33138) 1. DistSQL: Check user privilege when registering or altering storage unit - [#32172](https://github.com/apache/shardingsphere/pull/32172) +1. Infra: Support building with OpenJDK23 - [#33025](https://github.com/apache/shardingsphere/pull/33025) ### Bug Fix diff --git a/examples/pom.xml b/examples/pom.xml index 5f5fed31a06142..579c7e6ceafda4 100644 --- a/examples/pom.xml +++ b/examples/pom.xml @@ -46,7 +46,7 @@