This is an automated email from the ASF dual-hosted git repository.
zhangliang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git
The following commit(s) were added to refs/heads/master by this push:
new 0cde4a52200 Fix example module failed build on JDK21 (#29406)
0cde4a52200 is described below
commit 0cde4a522006ecc7ebe85a48b41430c650c2b5f3
Author: Ling Hengqian <[email protected]>
AuthorDate: Fri Dec 15 01:00:00 2023 +0800
Fix example module failed build on JDK21 (#29406)
---
.github/workflows/nightly-ci.yml | 2 +-
examples/pom.xml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/nightly-ci.yml b/.github/workflows/nightly-ci.yml
index 726a6448d01..483600fb9ba 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-ea ]
+ java-version: [ 11, 17, 21 ]
steps:
- name: Support Long Paths in Windows
if: matrix.os == 'windows-latest'
diff --git a/examples/pom.xml b/examples/pom.xml
index f3a0bed5cdf..786b8485794 100644
--- a/examples/pom.xml
+++ b/examples/pom.xml
@@ -46,7 +46,7 @@
<h2.version>2.2.224</h2.version>
<slf4j.version>1.7.7</slf4j.version>
<logback.version>1.2.13</logback.version>
- <lombok.version>1.18.20</lombok.version>
+ <lombok.version>1.18.30</lombok.version>
<mybatis.version>3.5.9</mybatis.version>
<mybatis-spring.version>2.0.5</mybatis-spring.version>
<mybatis-spring-boot.version>2.1.3</mybatis-spring-boot.version>