Skip to content

Commit 9e00fae

Browse files
committed
Support compiling and using ShardingSphere under OpenJDK 24
1 parent 68ceb90 commit 9e00fae

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/nightly-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
fail-fast: false
4242
matrix:
4343
os: [ ubuntu-latest, macos-latest, windows-latest ]
44-
java-version: [ 11, 17, 21, 23 ]
44+
java-version: [ 11, 17, 21, 24 ]
4545
steps:
4646
- name: Support Long Paths in Windows
4747
if: matrix.os == 'windows-latest'

RELEASE-NOTES.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
1. SQL Parser: Enhance combineType in Oracle to support EXCEPT ALL and INTERSECT ALL - [#35099](https://github.com/apache/shardingsphere/pull/35099)
3838
1. DistSQL: Add InUsedStorageUnitRetriever for single rule - [#35131](https://github.com/apache/shardingsphere/pull/35131)
3939
1. SQL Parser: Support parsing MySQL stored procedure syntax - [#35137](https://github.com/apache/shardingsphere/pull/35137), [#35441](https://github.com/apache/shardingsphere/pull/35441)
40+
1. Build: Support compiling and using ShardingSphere under OpenJDK 24 - [#35145](https://github.com/apache/shardingsphere/pull/35145)
4041
1. SQL Parser: Support Oracle SQL parsing V1 keywords as identifiers - [#35373](https://github.com/apache/shardingsphere/pull/35373)
4142
1. SQL Parser: Support Oracle in literal sql parsing - [#35384](https://github.com/apache/shardingsphere/pull/35384)
4243
1. SQL Bind: Support explain statement sql bind - [#35439](https://github.com/apache/shardingsphere/pull/35439)

examples/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
<h2.version>2.2.224</h2.version>
4747
<slf4j.version>1.7.7</slf4j.version>
4848
<logback.version>1.2.13</logback.version>
49-
<lombok.version>1.18.36</lombok.version>
49+
<lombok.version>1.18.38</lombok.version>
5050
<mybatis.version>3.5.9</mybatis.version>
5151
<mybatis-spring.version>2.0.5</mybatis-spring.version>
5252
<mybatis-spring-boot.version>2.1.3</mybatis-spring-boot.version>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@
120120
<logback.version>1.2.13</logback.version>
121121
<commons-logging.version>1.2</commons-logging.version>
122122

123-
<lombok.version>1.18.36</lombok.version>
123+
<lombok.version>1.18.38</lombok.version>
124124
<immutables.version>2.9.3</immutables.version>
125125

126126
<postgresql.version>42.7.5</postgresql.version>

0 commit comments

Comments
 (0)