Skip to content

Commit 9f918b5

Browse files
committedJan 15, 2024
Rename RESTEasy Classic client extensions to resteasy-client
This is part of a more massive operation that will be followed up in 3.9.
1 parent 15bf7c1 commit 9f918b5

File tree

171 files changed

+629
-291
lines changed

Some content is hidden

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

171 files changed

+629
-291
lines changed
 

‎bom/application/pom.xml

+62-12
Original file line numberDiff line numberDiff line change
@@ -1636,62 +1636,62 @@
16361636
</dependency>
16371637
<dependency>
16381638
<groupId>io.quarkus</groupId>
1639-
<artifactId>quarkus-rest-client</artifactId>
1639+
<artifactId>quarkus-rest-client-config</artifactId>
16401640
<version>${project.version}</version>
16411641
</dependency>
16421642
<dependency>
16431643
<groupId>io.quarkus</groupId>
1644-
<artifactId>quarkus-rest-client-deployment</artifactId>
1644+
<artifactId>quarkus-rest-client-config-deployment</artifactId>
16451645
<version>${project.version}</version>
16461646
</dependency>
16471647
<dependency>
16481648
<groupId>io.quarkus</groupId>
1649-
<artifactId>quarkus-rest-client-config</artifactId>
1649+
<artifactId>quarkus-resteasy-client</artifactId>
16501650
<version>${project.version}</version>
16511651
</dependency>
16521652
<dependency>
16531653
<groupId>io.quarkus</groupId>
1654-
<artifactId>quarkus-rest-client-config-deployment</artifactId>
1654+
<artifactId>quarkus-resteasy-client-deployment</artifactId>
16551655
<version>${project.version}</version>
16561656
</dependency>
16571657
<dependency>
16581658
<groupId>io.quarkus</groupId>
1659-
<artifactId>quarkus-rest-client-jackson</artifactId>
1659+
<artifactId>quarkus-resteasy-client-jackson</artifactId>
16601660
<version>${project.version}</version>
16611661
</dependency>
16621662
<dependency>
16631663
<groupId>io.quarkus</groupId>
1664-
<artifactId>quarkus-rest-client-jackson-deployment</artifactId>
1664+
<artifactId>quarkus-resteasy-client-jackson-deployment</artifactId>
16651665
<version>${project.version}</version>
16661666
</dependency>
16671667
<dependency>
16681668
<groupId>io.quarkus</groupId>
1669-
<artifactId>quarkus-rest-client-jaxb</artifactId>
1669+
<artifactId>quarkus-resteasy-client-jaxb</artifactId>
16701670
<version>${project.version}</version>
16711671
</dependency>
16721672
<dependency>
16731673
<groupId>io.quarkus</groupId>
1674-
<artifactId>quarkus-rest-client-jaxb-deployment</artifactId>
1674+
<artifactId>quarkus-resteasy-client-jaxb-deployment</artifactId>
16751675
<version>${project.version}</version>
16761676
</dependency>
16771677
<dependency>
16781678
<groupId>io.quarkus</groupId>
1679-
<artifactId>quarkus-rest-client-jsonb</artifactId>
1679+
<artifactId>quarkus-resteasy-client-jsonb</artifactId>
16801680
<version>${project.version}</version>
16811681
</dependency>
16821682
<dependency>
16831683
<groupId>io.quarkus</groupId>
1684-
<artifactId>quarkus-rest-client-jsonb-deployment</artifactId>
1684+
<artifactId>quarkus-resteasy-client-jsonb-deployment</artifactId>
16851685
<version>${project.version}</version>
16861686
</dependency>
16871687
<dependency>
16881688
<groupId>io.quarkus</groupId>
1689-
<artifactId>quarkus-rest-client-mutiny</artifactId>
1689+
<artifactId>quarkus-resteasy-client-mutiny</artifactId>
16901690
<version>${project.version}</version>
16911691
</dependency>
16921692
<dependency>
16931693
<groupId>io.quarkus</groupId>
1694-
<artifactId>quarkus-rest-client-mutiny-deployment</artifactId>
1694+
<artifactId>quarkus-resteasy-client-mutiny-deployment</artifactId>
16951695
<version>${project.version}</version>
16961696
</dependency>
16971697
<dependency>
@@ -6228,6 +6228,56 @@
62286228
<artifactId>quarkus-smallrye-opentracing-deployment</artifactId>
62296229
<version>${project.version}</version>
62306230
</dependency>
6231+
<dependency>
6232+
<groupId>io.quarkus</groupId>
6233+
<artifactId>quarkus-rest-client</artifactId>
6234+
<version>${project.version}</version>
6235+
</dependency>
6236+
<dependency>
6237+
<groupId>io.quarkus</groupId>
6238+
<artifactId>quarkus-rest-client-deployment</artifactId>
6239+
<version>${project.version}</version>
6240+
</dependency>
6241+
<dependency>
6242+
<groupId>io.quarkus</groupId>
6243+
<artifactId>quarkus-rest-client-jackson</artifactId>
6244+
<version>${project.version}</version>
6245+
</dependency>
6246+
<dependency>
6247+
<groupId>io.quarkus</groupId>
6248+
<artifactId>quarkus-rest-client-jackson-deployment</artifactId>
6249+
<version>${project.version}</version>
6250+
</dependency>
6251+
<dependency>
6252+
<groupId>io.quarkus</groupId>
6253+
<artifactId>quarkus-rest-client-jaxb</artifactId>
6254+
<version>${project.version}</version>
6255+
</dependency>
6256+
<dependency>
6257+
<groupId>io.quarkus</groupId>
6258+
<artifactId>quarkus-rest-client-jaxb-deployment</artifactId>
6259+
<version>${project.version}</version>
6260+
</dependency>
6261+
<dependency>
6262+
<groupId>io.quarkus</groupId>
6263+
<artifactId>quarkus-rest-client-jsonb</artifactId>
6264+
<version>${project.version}</version>
6265+
</dependency>
6266+
<dependency>
6267+
<groupId>io.quarkus</groupId>
6268+
<artifactId>quarkus-rest-client-jsonb-deployment</artifactId>
6269+
<version>${project.version}</version>
6270+
</dependency>
6271+
<dependency>
6272+
<groupId>io.quarkus</groupId>
6273+
<artifactId>quarkus-rest-client-mutiny</artifactId>
6274+
<version>${project.version}</version>
6275+
</dependency>
6276+
<dependency>
6277+
<groupId>io.quarkus</groupId>
6278+
<artifactId>quarkus-rest-client-mutiny-deployment</artifactId>
6279+
<version>${project.version}</version>
6280+
</dependency>
62316281
<!-- End of Relocations, please put new extensions above this list -->
62326282

62336283
</dependencies>

‎core/deployment/src/main/java/io/quarkus/deployment/Capability.java

+1
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ public interface Capability {
5454

5555
String RESTEASY = QUARKUS_PREFIX + ".resteasy";
5656
String RESTEASY_JSON = RESTEASY + ".json";
57+
String RESTEASY_CLIENT = RESTEASY + ".client";
5758

5859
String RESTEASY_JSON_JACKSON = RESTEASY_JSON + ".jackson";
5960
String RESTEASY_JSON_JACKSON_CLIENT = RESTEASY_JSON_JACKSON + ".client";

0 commit comments

Comments
 (0)
Please sign in to comment.