Commit de7940c 1 parent 0be192c commit de7940c Copy full SHA for de7940c
File tree 22 files changed +43
-43
lines changed
distro/docker/src/main/docker
22 files changed +43
-43
lines changed Original file line number Diff line number Diff line change @@ -173,10 +173,10 @@ jobs:
173
173
steps :
174
174
- name : Checkout Code
175
175
uses : actions/checkout@v3
176
- - name : Set up JDK 11
176
+ - name : Set up JDK 17
177
177
uses : actions/setup-java@v3
178
178
with :
179
- java-version : ' 11 '
179
+ java-version : ' 17 '
180
180
distribution : ' temurin'
181
181
cache : ' maven'
182
182
Original file line number Diff line number Diff line change @@ -28,10 +28,10 @@ jobs:
28
28
go-version : ' ^1.16.8'
29
29
- run : go version
30
30
31
- - name : Set up JDK 11
31
+ - name : Set up JDK 17
32
32
uses : actions/setup-java@v3
33
33
with :
34
- java-version : ' 11 '
34
+ java-version : ' 17 '
35
35
distribution : ' temurin'
36
36
cache : ' maven'
37
37
Original file line number Diff line number Diff line change @@ -35,10 +35,10 @@ jobs:
35
35
go-version : ' ^1.16.8'
36
36
- run : go version
37
37
38
- - name : Set up JDK 11
38
+ - name : Set up JDK 17
39
39
uses : actions/setup-java@v3
40
40
with :
41
- java-version : ' 11 '
41
+ java-version : ' 17 '
42
42
distribution : ' temurin'
43
43
cache : ' maven'
44
44
@@ -87,10 +87,10 @@ jobs:
87
87
go-version : ' ^1.16.8'
88
88
- run : go version
89
89
90
- - name : Set up JDK 11
90
+ - name : Set up JDK 17
91
91
uses : actions/setup-java@v3
92
92
with :
93
- java-version : ' 11 '
93
+ java-version : ' 17 '
94
94
distribution : ' temurin'
95
95
cache : ' maven'
96
96
Original file line number Diff line number Diff line change 8
8
- name : Checkout
9
9
uses : actions/checkout@v3
10
10
11
- - name : Set up JDK 11
11
+ - name : Set up JDK 17
12
12
uses : actions/setup-java@v3
13
13
with :
14
- java-version : ' 11 '
14
+ java-version : ' 17 '
15
15
distribution : ' temurin'
16
16
17
17
- name : Set up settings.xml
Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
- name : Checkout Code with Ref '${{ github.ref }}'
25
25
uses : actions/checkout@v3
26
26
27
- - name : Set up JDK 11
27
+ - name : Set up JDK 17
28
28
uses : actions/setup-java@v3
29
29
with :
30
- java-version : 11
30
+ java-version : 17
31
31
distribution : ' temurin'
32
32
cache : ' maven'
33
33
Original file line number Diff line number Diff line change 21
21
- name : Set up JDK
22
22
uses : actions/setup-java@v3
23
23
with :
24
- java-version : 11
24
+ java-version : 17
25
25
distribution : ' temurin'
26
26
cache : ' maven'
27
27
Original file line number Diff line number Diff line change @@ -30,10 +30,10 @@ jobs:
30
30
if : github.repository_owner == 'Apicurio'
31
31
steps :
32
32
33
- - name : Set up JDK 11
33
+ - name : Set up JDK 17
34
34
uses : actions/setup-java@v3
35
35
with :
36
- java-version : ' 11 '
36
+ java-version : ' 17 '
37
37
distribution : ' temurin'
38
38
39
39
- name : Workaround jackson-coreutils
Original file line number Diff line number Diff line change @@ -69,10 +69,10 @@ jobs:
69
69
exit 1
70
70
fi
71
71
72
- - name : Set up JDK 11
72
+ - name : Set up JDK 17
73
73
uses : actions/setup-java@v3
74
74
with :
75
- java-version : ' 11 '
75
+ java-version : ' 17 '
76
76
distribution : ' temurin'
77
77
78
78
- name : Build Project
Original file line number Diff line number Diff line change @@ -29,10 +29,10 @@ jobs:
29
29
with :
30
30
node-version : 12
31
31
32
- - name : Set up JDK 11
32
+ - name : Set up JDK 17
33
33
uses : actions/setup-java@v3
34
34
with :
35
- java-version : ' 11 '
35
+ java-version : ' 17 '
36
36
distribution : ' temurin'
37
37
38
38
- name : Set up settings.xml
Original file line number Diff line number Diff line change @@ -41,10 +41,10 @@ jobs:
41
41
echo "Release Version: $RELEASE_VERSION"
42
42
echo "Snapshot Version: $SNAPSHOT_VERSION"
43
43
44
- - name : Set up JDK 11
44
+ - name : Set up JDK 17
45
45
uses : actions/setup-java@v3
46
46
with :
47
- java-version : ' 11 '
47
+ java-version : ' 17 '
48
48
distribution : ' temurin'
49
49
50
50
- name : Configure Git
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
12
12
runs-on : ubuntu-20.04
13
13
steps :
14
14
- uses : actions/checkout@v3
15
- - name : Set up JDK 11
15
+ - name : Set up JDK 17
16
16
uses : actions/setup-java@v3
17
17
with :
18
- java-version : ' 11 '
18
+ java-version : ' 17 '
19
19
distribution : ' temurin'
20
20
- name : Configure Environment (dispatch)
21
21
if : github.event.inputs.tag_name != null
Original file line number Diff line number Diff line change @@ -26,10 +26,10 @@ jobs:
26
26
git branch --set-upstream-to=origin/main
27
27
git pull
28
28
29
- - name : Set up JDK 11
29
+ - name : Set up JDK 17
30
30
uses : actions/setup-java@v3
31
31
with :
32
- java-version : ' 11 '
32
+ java-version : ' 17 '
33
33
distribution : ' temurin'
34
34
35
35
- name : Set up Maven
Original file line number Diff line number Diff line change @@ -211,10 +211,10 @@ jobs:
211
211
- name : Checkout Code with Ref '${{ github.ref }}'
212
212
uses : actions/checkout@v3
213
213
214
- - name : Set up JDK 11
214
+ - name : Set up JDK 17
215
215
uses : actions/setup-java@v3
216
216
with :
217
- java-version : ' 11 '
217
+ java-version : ' 17 '
218
218
distribution : ' temurin'
219
219
cache : ' maven'
220
220
@@ -307,10 +307,10 @@ jobs:
307
307
- name : Checkout Code with Ref '${{ github.ref }}'
308
308
uses : actions/checkout@v3
309
309
310
- - name : Set up JDK 11
310
+ - name : Set up JDK 17
311
311
uses : actions/setup-java@v3
312
312
with :
313
- java-version : ' 11 '
313
+ java-version : ' 17 '
314
314
distribution : ' temurin'
315
315
cache : ' maven'
316
316
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/openjdk-11 :latest
1
+ FROM registry.access.redhat.com/ubi8/openjdk-17 :latest
2
2
3
3
ENV JAVA_APP_DIR=/deployments \
4
4
APP_URL="${docker.app.file}" \
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/openjdk-11 :latest
1
+ FROM registry.access.redhat.com/ubi8/openjdk-17 :latest
2
2
3
3
ENV JAVA_APP_DIR=/deployments \
4
4
APP_URL="${docker.kafkasql.file}" \
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/openjdk-11 :latest
1
+ FROM registry.access.redhat.com/ubi8/openjdk-17 :latest
2
2
3
3
ENV JAVA_APP_DIR=/deployments \
4
4
APP_URL="${docker.mssql.file}" \
Original file line number Diff line number Diff line change 1
- FROM registry.access.redhat.com/ubi8/openjdk-11 :latest
1
+ FROM registry.access.redhat.com/ubi8/openjdk-17 :latest
2
2
3
3
ENV JAVA_APP_DIR=/deployments \
4
4
APP_URL="${docker.sql.file}" \
Original file line number Diff line number Diff line change 14
14
<name >apicurio-registry-integration-tests-common</name >
15
15
16
16
<properties >
17
- <maven .compiler.target>11 </maven .compiler.target>
18
- <maven .compiler.source>11 </maven .compiler.source>
17
+ <maven .compiler.target>17 </maven .compiler.target>
18
+ <maven .compiler.source>17 </maven .compiler.source>
19
19
20
20
<skipTests >true</skipTests >
21
21
Original file line number Diff line number Diff line change 14
14
<name >apicurio-registry-legacy-tests</name >
15
15
16
16
<properties >
17
- <maven .compiler.target>11 </maven .compiler.target>
18
- <maven .compiler.source>11 </maven .compiler.source>
17
+ <maven .compiler.target>17 </maven .compiler.target>
18
+ <maven .compiler.source>17 </maven .compiler.source>
19
19
<groups ></groups >
20
20
<skipTests >true</skipTests >
21
21
Original file line number Diff line number Diff line change 14
14
<name >apicurio-registry-new-system-tests</name >
15
15
16
16
<properties >
17
- <maven .compiler.source>11 </maven .compiler.source>
18
- <maven .compiler.target>11 </maven .compiler.target>
17
+ <maven .compiler.source>17 </maven .compiler.source>
18
+ <maven .compiler.target>17 </maven .compiler.target>
19
19
<maven .failsafe.version>3.0.0</maven .failsafe.version>
20
20
<maven .surefire.version>3.0.0</maven .surefire.version>
21
21
<junit .jupiter.version>5.9.0</junit .jupiter.version>
Original file line number Diff line number Diff line change 142
142
<maven .build.timestamp.format>yyyy-MM-dd HH:mm:ss</maven .build.timestamp.format>
143
143
<timestamp >${maven.build.timestamp}</timestamp >
144
144
145
- <maven .compiler.source>11 </maven .compiler.source>
146
- <maven .compiler.target>11 </maven .compiler.target>
145
+ <maven .compiler.source>17 </maven .compiler.source>
146
+ <maven .compiler.target>17 </maven .compiler.target>
147
147
148
148
<tar .long.file.mode>gnu</tar .long.file.mode>
149
149
Original file line number Diff line number Diff line change 13
13
<name >apicurio-registry-system-tests</name >
14
14
15
15
<properties >
16
- <maven .compiler.source>11 </maven .compiler.source>
17
- <maven .compiler.target>11 </maven .compiler.target>
16
+ <maven .compiler.source>17 </maven .compiler.source>
17
+ <maven .compiler.target>17 </maven .compiler.target>
18
18
<version .junit.jupiter>5.8.2</version .junit.jupiter>
19
19
<version .junit.platform>1.7.0</version .junit.platform>
20
20
<version .fabric8>5.12.2</version .fabric8>
You can’t perform that action at this time.
0 commit comments