File tree 5 files changed +12
-12
lines changed
5 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 35
35
- uses : actions/setup-java@v2
36
36
with :
37
37
distribution : ' zulu'
38
- java-version : ' 11 '
38
+ java-version : ' 21 '
39
39
- name : Check License Header
40
40
uses : apache/skywalking-eyes/header@501a28d2fb4a9b962661987e50cf0219631b32ff
41
41
- name : ' Install & Test'
51
51
- uses : actions/setup-java@v2
52
52
with :
53
53
distribution : ' zulu'
54
- java-version : ' 11 '
54
+ java-version : ' 21 '
55
55
- name : ' Install & Test'
56
56
run : ./mvnw clean install -Dgpg.skip=true
Original file line number Diff line number Diff line change 43
43
uses : actions/setup-java@v2
44
44
with :
45
45
distribution : ' zulu'
46
- java-version : ' 11 '
46
+ java-version : ' 21 '
47
47
48
48
- name : build runner
49
49
run : |
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ This document explains how to install apisix-java-plugin-runner.
33
33
Prerequisites
34
34
-------------
35
35
36
- * JDK 11
36
+ * JDK 21
37
37
* APISIX master branch
38
38
* Refer to [ Debug] ( how-it-works.md#debug ) to build the debug environment.
39
39
Original file line number Diff line number Diff line change 2
2
3
3
### 准备工作
4
4
5
- * JDK 11
5
+ * JDK 21
6
6
* APISIX 2.15.0
7
7
* Clone the [ apisix-java-plugin-runner] ( https://github.com/apache/apisix-java-plugin-runner ) project。
8
8
@@ -53,7 +53,7 @@ apache-apisix-java-plugin-runner-${your_plugin_version}-bin.tar.gz
53
53
``` dockerfile
54
54
FROM apache/apisix:${version}-debian
55
55
56
- RUN apt -y install openjdk-11 -jdk
56
+ RUN apt -y install openjdk-21 -jdk
57
57
58
58
ADD apache-apisix-java-plugin-runner-${your_plugin_version}-SNAPSHOT-bin.tar.gz /usr/local/
59
59
```
Original file line number Diff line number Diff line change 56
56
57
57
<properties >
58
58
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
59
- <compiler .version>11 </compiler .version>
60
- <netty .version>4.1.54 .Final</netty .version>
61
- <guava .version>30.1.1 -jre</guava .version>
62
- <spring-boot .version>2.6.8 </spring-boot .version>
59
+ <compiler .version>21 </compiler .version>
60
+ <netty .version>4.1.117 .Final</netty .version>
61
+ <guava .version>33.4.0 -jre</guava .version>
62
+ <spring-boot .version>3.4.2 </spring-boot .version>
63
63
<maven-compiler-plugin .version>3.8.0</maven-compiler-plugin .version>
64
64
</properties >
65
65
84
84
<dependency >
85
85
<groupId >org.apache.logging.log4j</groupId >
86
86
<artifactId >log4j-bom</artifactId >
87
- <version >2.17.1 </version >
87
+ <version >2.24.3 </version >
88
88
<type >pom</type >
89
89
<scope >import</scope >
90
90
</dependency >
91
91
<dependency >
92
92
<groupId >com.lmax</groupId >
93
93
<artifactId >disruptor</artifactId >
94
- <version >3.4.4 </version >
94
+ <version >4.0.0 </version >
95
95
</dependency >
96
96
<dependency >
97
97
<groupId >org.springframework.boot</groupId >
You can’t perform that action at this time.
0 commit comments