Commit ac63e4a 1 parent 58f94d8 commit ac63e4a Copy full SHA for ac63e4a
File tree 8 files changed +21
-21
lines changed
300-quarkus-vertx-webClient
8 files changed +21
-21
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
strategy :
11
11
matrix :
12
- java : [ 11 ]
12
+ java : [ 17 ]
13
13
steps :
14
14
- uses : actions/checkout@v4
15
15
- uses : actions/cache@v3
45
45
needs : quarkus-main-build
46
46
strategy :
47
47
matrix :
48
- java : [ 11 ]
48
+ java : [ 17 ]
49
49
steps :
50
50
- uses : actions/checkout@v4
51
51
- uses : actions/cache@v3
88
88
needs : quarkus-main-build
89
89
strategy :
90
90
matrix :
91
- java : [ 11 ]
92
- image : [ "ubi-quarkus-graalvmce-builder-image:jdk-17 ", "ubi-quarkus-mandrel-builder-image:23.0-java17 " ]
91
+ java : [ 17 ]
92
+ image : [ "ubi-quarkus-graalvmce-builder-image:jdk-21 ", "ubi-quarkus-mandrel-builder-image:jdk-21 " ]
93
93
steps :
94
94
- uses : actions/checkout@v4
95
95
- uses : actions/cache@v3
@@ -134,7 +134,7 @@ jobs:
134
134
needs : quarkus-main-build
135
135
strategy :
136
136
matrix :
137
- java : [ 11 ]
137
+ java : [ 17 ]
138
138
steps :
139
139
- uses : actions/checkout@v4
140
140
- uses : actions/cache@v3
@@ -178,9 +178,9 @@ jobs:
178
178
needs : quarkus-main-build
179
179
strategy :
180
180
matrix :
181
- java : [ 11 ]
182
- graalvm-version : ["mandrel-23.0.1.2-Final "]
183
- graalvm-java-version : [ "17 " ]
181
+ java : [ 17 ]
182
+ graalvm-version : ["mandrel-latest "]
183
+ graalvm-java-version : [ "21 " ]
184
184
steps :
185
185
- uses : actions/checkout@v4
186
186
- uses : actions/cache@v3
Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
strategy :
9
9
matrix :
10
- java : [ 11 ]
10
+ java : [ 17 ]
11
11
steps :
12
12
- uses : actions/checkout@v4
13
13
- uses : actions/cache@v3
43
43
needs : quarkus-main-build
44
44
strategy :
45
45
matrix :
46
- java : [ 11 ]
47
- image : [ "ubi-quarkus-mandrel-builder-image:23.0-java17 "]
46
+ java : [ 17 ]
47
+ image : [ "ubi-quarkus-mandrel-builder-image:jdk-21 "]
48
48
steps :
49
49
- uses : actions/checkout@v4
50
50
- uses : actions/cache@v3
85
85
needs : quarkus-main-build
86
86
strategy :
87
87
matrix :
88
- java : [ 11 ]
88
+ java : [ 17 ]
89
89
steps :
90
90
- uses : actions/checkout@v4
91
91
- uses : actions/cache@v3
@@ -145,9 +145,9 @@ jobs:
145
145
needs : quarkus-main-build
146
146
strategy :
147
147
matrix :
148
- java : [ 11 ]
149
- graalvm-version : ["mandrel-23.0.1.2-Final "]
150
- graalvm-java-version : [ "17 " ]
148
+ java : [ 17 ]
149
+ graalvm-version : ["mandrel-latest "]
150
+ graalvm-java-version : [ "21 " ]
151
151
steps :
152
152
- uses : actions/checkout@v4
153
153
- uses : actions/cache@v3
Original file line number Diff line number Diff line change 9
9
env :
10
10
ECOSYSTEM_CI_REPO : quarkusio/quarkus-ecosystem-ci
11
11
ECOSYSTEM_CI_REPO_FILE : context.yaml
12
- JAVA_VERSION : 11
12
+ JAVA_VERSION : 17
13
13
14
14
# ########################
15
15
# Repo specific setting #
Original file line number Diff line number Diff line change 8
8
9
9
To compile and run this demo you will need:
10
10
11
- - JDK 11 +
11
+ - JDK 17 +
12
12
13
13
## Scope of the testing
14
14
Original file line number Diff line number Diff line change 19
19
20
20
To compile and run this demo you will need:
21
21
22
- - JDK 11 +
22
+ - JDK 17 +
23
23
- Docker / docker-compose
24
24
25
25
### Scope of the testing
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ this.router.get("/secured")
38
38
39
39
To compile and run this demo you will need:
40
40
41
- - JDK 11 +
41
+ - JDK 17 +
42
42
- Docker
43
43
44
44
## Scope of the testing
Original file line number Diff line number Diff line change 6
6
7
7
To compile and run this demo you will need:
8
8
9
- - JDK 11 +
9
+ - JDK 17 +
10
10
- Docker
11
11
- PostgreSQL
12
12
- MySQL
Original file line number Diff line number Diff line change 2
2
Beefy scenarios for Quarkus
3
3
4
4
## Prerequisites
5
- - JDK 11
5
+ - JDK 17+
6
6
- Docker
7
7
8
8
## Test-suite Execution
You can’t perform that action at this time.
0 commit comments