This is an automated email from the ASF dual-hosted git repository.
kimmking pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 07aa06236d [ISSUE #5177] add JDK 21 CI (#5423)
07aa06236d is described below
commit 07aa06236dae05057532b6c69605b227b31de349
Author: dragon-zhang <[email protected]>
AuthorDate: Sat Jan 27 22:54:36 2024 +0800
[ISSUE #5177] add JDK 21 CI (#5423)
* [ISSUE #5177] add JDK21 test
* add distribution
* rollback
* upgrade bytebuddy
* upgrade jacoco-maven-plugin
* rollback
---------
Co-authored-by: hailang <[email protected]>
---
.github/workflows/ci.yml | 8 ++++++++
pom.xml | 2 +-
2 files changed, 9 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0639cbf3ed..df2e7dca44 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -40,6 +40,14 @@ jobs:
os: ubuntu-latest
- java: 17
os: ubuntu-latest
+ - java: 18
+ os: ubuntu-latest
+ - java: 19
+ os: ubuntu-latest
+ - java: 20
+ os: ubuntu-latest
+ - java: 21
+ os: ubuntu-latest
runs-on: ${{ matrix.os }}
if: (github.repository == 'apache/shenyu')
steps:
diff --git a/pom.xml b/pom.xml
index a1f532dd4f..ecfad29a08 100644
--- a/pom.xml
+++ b/pom.xml
@@ -159,7 +159,7 @@
<javatuples.version>1.2</javatuples.version>
<k8s-client.version>17.0.2</k8s-client.version>
<polaris.version>1.13.0</polaris.version>
- <bytebuddy.version>1.12.6</bytebuddy.version>
+ <bytebuddy.version>1.14.11</bytebuddy.version>
<spring-ldap.version>2.3.4.RELEASE</spring-ldap.version>
<jaxb.api.version>2.3.1</jaxb.api.version>
<mail.version>1.6.2</mail.version>