Skip to content

Commit

Permalink
Clarify RESTEasy Reactive's REST Client naming
Browse files Browse the repository at this point in the history
  • Loading branch information
gsmet committed Oct 12, 2023
1 parent 46047c5 commit aa26b69
Show file tree
Hide file tree
Showing 24 changed files with 25 additions and 25 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-jaxrs-client-reactive-deployment</artifactId>
<name>Quarkus - JAX-RS Client Reactive - Deployment</name>
<name>Quarkus - Jakarta REST Client Reactive - Deployment</name>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: "JAX-RS Client Reactive"
name: "Jakarta REST Client Reactive"
metadata:
keywords:
- "jax-rs client"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-rest-client-reactive-jackson-deployment</artifactId>
<name>Quarkus - REST Client Reactive Jackson - Deployment</name>
<name>Quarkus - RESTEasy Reactive's REST Client Jackson - Deployment</name>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-rest-client-reactive-jackson-parent</artifactId>
<name>Quarkus - REST Client Reactive Jackson</name>
<name>Quarkus - RESTEasy Reactive's REST Client Jackson</name>
<packaging>pom</packaging>
<modules>
<module>deployment</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-rest-client-reactive-jackson</artifactId>
<name>Quarkus - REST Client Reactive Jackson</name>
<name>Quarkus - RESTEasy Reactive's REST Client Jackson</name>
<description>Jackson serialization support for REST Client Reactive</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: "REST Client Reactive Jackson"
name: "RESTEasy Reactive's REST Client Jackson"
metadata:
keywords:
- "rest-client-jackson"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-rest-client-reactive-jaxb-deployment</artifactId>
<name>Quarkus - REST Client Reactive JAXB - Deployment</name>
<name>Quarkus - RESTEasy Reactive's REST Client JAXB - Deployment</name>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-rest-client-reactive-jaxb-parent</artifactId>
<name>Quarkus - REST Client Reactive JAXB</name>
<name>Quarkus - RESTEasy Reactive's REST Client JAXB</name>
<packaging>pom</packaging>
<modules>
<module>deployment</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-rest-client-reactive-jaxb</artifactId>
<name>Quarkus - REST Client Reactive JAXB</name>
<name>Quarkus - RESTEasy Reactive's REST Client JAXB</name>
<description>JAXB serialization support for REST Client Reactive</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: "REST Client Reactive JAXB"
name: "RESTEasy Reactive's REST Client JAXB"
metadata:
keywords:
- "rest-client-jaxb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-rest-client-reactive-jsonb-deployment</artifactId>
<name>Quarkus - REST Client Reactive JSON-B - Deployment</name>
<name>Quarkus - RESTEasy Reactive's REST Client JSON-B - Deployment</name>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-rest-client-reactive-jsonb-parent</artifactId>
<name>Quarkus - REST Client Reactive JSON-B</name>
<name>Quarkus - RESTEasy Reactive's REST Client JSON-B</name>
<packaging>pom</packaging>
<modules>
<module>deployment</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-rest-client-reactive-jsonb</artifactId>
<name>Quarkus - REST Client Reactive JSON-B</name>
<name>Quarkus - RESTEasy Reactive's REST Client JSON-B</name>
<description>JSON-B serialization support for REST Client Reactive</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: "REST Client Reactive JSON-B"
name: "RESTEasy Reactive's REST Client JSON-B"
metadata:
keywords:
- "rest-client-jsonb"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-rest-client-reactive-kotlin-serialization-deployment</artifactId>
<name>Quarkus - REST Client Reactive Kotlin Serialization - Deployment</name>
<name>Quarkus - RESTEasy Reactive's REST Client Kotlin Serialization - Deployment</name>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-rest-client-reactive-kotlin-serialization-parent</artifactId>
<name>Quarkus - REST Client Reactive Kotlin Serialization Parent</name>
<name>Quarkus - RESTEasy Reactive's REST Client Kotlin Serialization Parent</name>
<packaging>pom</packaging>
<modules>
<module>runtime</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>quarkus-rest-client-reactive-kotlin-serialization</artifactId>
<name>Quarkus - REST Client Reactive Kotlin Serialization</name>
<name>Quarkus - RESTEasy Reactive's REST Client Kotlin Serialization</name>
<description>Kotlin serialization support for REST Client Reactive</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: "REST Client Reactive Kotlin Serialization"
name: "RESTEasy Reactive's REST Client Kotlin Serialization"
metadata:
keywords:
- "rest-client-kotlin-serialization"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
<version>999-SNAPSHOT</version>
</parent>
<artifactId>quarkus-rest-client-reactive-kotlin-serialization-tests</artifactId>
<name>Quarkus - REST Client Reactive Kotlin Serialization - Tests</name>
<name>Quarkus - RESTEasy Reactive's REST Client Kotlin Serialization - Tests</name>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-rest-client-reactive-deployment</artifactId>
<name>Quarkus - REST Client Reactive - Deployment</name>
<name>Quarkus - RESTEasy Reactive's REST Client - Deployment</name>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
2 changes: 1 addition & 1 deletion extensions/resteasy-reactive/rest-client-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-rest-client-reactive-parent</artifactId>
<name>Quarkus - REST Client Reactive</name>
<name>Quarkus - RESTEasy Reactive's REST Client</name>
<packaging>pom</packaging>
<modules>
<module>deployment</module>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<modelVersion>4.0.0</modelVersion>

<artifactId>quarkus-rest-client-reactive</artifactId>
<name>Quarkus - REST Client Reactive - Runtime</name>
<name>Quarkus - RESTEasy Reactive's REST Client - Runtime</name>
<description>Call REST services reactively</description>

<dependencies>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "REST Client Reactive"
name: "RESTEasy Reactive's REST Client"
artifact: ${project.groupId}:${project.artifactId}:${project.version}
metadata:
keywords:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>quarkus-rest-client-reactive-spi-deployment</artifactId>
<name>Quarkus - REST Client Reactive - SPI - Deployment</name>
<name>Quarkus - RESTEasy Reactive's REST Client - SPI - Deployment</name>

<dependencies>
<dependency>
Expand All @@ -23,5 +23,5 @@
<artifactId>quarkus-core-deployment</artifactId>
</dependency>
</dependencies>

</project>

0 comments on commit aa26b69

Please sign in to comment.