Skip to content

Commit 0082a42

Browse files
committed
Modernize test suite as we only support Quarkus 3.20+
Also drop all the now irrelevant patches.
1 parent 0a59fde commit 0082a42

File tree

64 files changed

+276
-2985
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

64 files changed

+276
-2985
lines changed

apps/jfr-native-image-performance/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
<dependencies>
3434
<dependency>
3535
<groupId>io.quarkus</groupId>
36-
<artifactId>quarkus-resteasy-reactive</artifactId>
36+
<artifactId>quarkus-rest</artifactId>
3737
</dependency>
3838
<dependency>
3939
<groupId>io.quarkus</groupId>

apps/quarkus-full-microprofile/pom.xml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@
1515

1616
<properties>
1717
<quarkus.version>${global.quarkus.version}</quarkus.version>
18-
<vertx.auth.jwt.version>4.0.3</vertx.auth.jwt.version>
1918
</properties>
2019

2120
<dependencyManagement>
@@ -33,11 +32,10 @@
3332
<dependency>
3433
<groupId>io.vertx</groupId>
3534
<artifactId>vertx-auth-jwt</artifactId>
36-
<version>${vertx.auth.jwt.version}</version>
3735
</dependency>
3836
<dependency>
3937
<groupId>io.quarkus</groupId>
40-
<artifactId>quarkus-resteasy</artifactId>
38+
<artifactId>quarkus-rest</artifactId>
4139
</dependency>
4240
<dependency>
4341
<groupId>io.quarkus</groupId>
@@ -59,10 +57,6 @@
5957
<groupId>io.quarkus</groupId>
6058
<artifactId>quarkus-smallrye-openapi</artifactId>
6159
</dependency>
62-
<dependency>
63-
<groupId>io.quarkus</groupId>
64-
<artifactId>quarkus-smallrye-opentracing</artifactId>
65-
</dependency>
6660
<dependency>
6761
<groupId>io.quarkus</groupId>
6862
<artifactId>quarkus-rest-client</artifactId>

apps/quarkus-full-microprofile/quarkus_3.2.x.patch

Lines changed: 0 additions & 246 deletions
This file was deleted.

0 commit comments

Comments
 (0)