Skip to content

Commit fe655dd

Browse files
committed
Support compiling and using ShardingSphere under OpenJDK 24
1 parent a623b4d commit fe655dd

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
@@ -21,6 +21,7 @@
2121

2222
### Enhancements
2323

24+
1. Build: Support compiling and using ShardingSphere under OpenJDK 24 - [#35145](https://github.com/apache/shardingsphere/pull/35145)
2425
1. Infra: Support for connecting to Presto's Memory Connector in ShardingSphere config - [#34432](https://github.com/apache/shardingsphere/pull/34432)
2526
1. Metadata: Add support for partition tables in PostgreSQL [#34346](https://github.com/apache/shardingsphere/pull/34346)
2627
1. SQL Parser: Support MySQL SELECT CAST AS YEAR statement parse - [#34638](https://github.com/apache/shardingsphere/pull/34638)

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)