File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 41
41
fail-fast : false
42
42
matrix :
43
43
os : [ ubuntu-latest, macos-latest, windows-latest ]
44
- java-version : [ 11, 17, 21, 23 ]
44
+ java-version : [ 11, 17, 21, 24 ]
45
45
steps :
46
46
- name : Support Long Paths in Windows
47
47
if : matrix.os == 'windows-latest'
Original file line number Diff line number Diff line change 37
37
1 . SQL Parser: Enhance combineType in Oracle to support EXCEPT ALL and INTERSECT ALL - [ #35099 ] ( https://github.com/apache/shardingsphere/pull/35099 )
38
38
1 . DistSQL: Add InUsedStorageUnitRetriever for single rule - [ #35131 ] ( https://github.com/apache/shardingsphere/pull/35131 )
39
39
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 )
40
41
1 . SQL Parser: Support Oracle SQL parsing V1 keywords as identifiers - [ #35373 ] ( https://github.com/apache/shardingsphere/pull/35373 )
41
42
1 . SQL Parser: Support Oracle in literal sql parsing - [ #35384 ] ( https://github.com/apache/shardingsphere/pull/35384 )
42
43
1 . SQL Bind: Support explain statement sql bind - [ #35439 ] ( https://github.com/apache/shardingsphere/pull/35439 )
Original file line number Diff line number Diff line change 46
46
<h2 .version>2.2.224</h2 .version>
47
47
<slf4j .version>1.7.7</slf4j .version>
48
48
<logback .version>1.2.13</logback .version>
49
- <lombok .version>1.18.36 </lombok .version>
49
+ <lombok .version>1.18.38 </lombok .version>
50
50
<mybatis .version>3.5.9</mybatis .version>
51
51
<mybatis-spring .version>2.0.5</mybatis-spring .version>
52
52
<mybatis-spring-boot .version>2.1.3</mybatis-spring-boot .version>
Original file line number Diff line number Diff line change 120
120
<logback .version>1.2.13</logback .version>
121
121
<commons-logging .version>1.2</commons-logging .version>
122
122
123
- <lombok .version>1.18.36 </lombok .version>
123
+ <lombok .version>1.18.38 </lombok .version>
124
124
<immutables .version>2.9.3</immutables .version>
125
125
126
126
<postgresql .version>42.7.5</postgresql .version>
You can’t perform that action at this time.
0 commit comments