Skip to content

Commit

Permalink
Adjust some user-visible references to RESTEasy Reactive
Browse files Browse the repository at this point in the history
  • Loading branch information
holly-cummins committed Apr 8, 2024
1 parent 86ba00e commit f3c8214
Show file tree
Hide file tree
Showing 20 changed files with 22 additions and 22 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-rest-client-jaxrs-kotlin</artifactId>
<name>Quarkus - REST - Kotlin</name>
<description>Provides Kotlin support for RESTEasy Reactive</description>
<description>Provides Kotlin support for Quarkus REST</description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ public RestClientBuilderImpl userAgent(String userAgent) {
@Override
public RestClientBuilderImpl executorService(ExecutorService executor) {
throw new IllegalArgumentException("Specifying executor service is not supported. " +
"The underlying call in RestEasy Reactive is non-blocking, " +
"The underlying call is non-blocking, " +
"there is no reason to offload the call to a separate thread pool.");
}

Expand Down
2 changes: 1 addition & 1 deletion extensions/resteasy-reactive/rest-common/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-rest-common</artifactId>
<name>Quarkus - REST - Common - Runtime</name>
<description>Common runtime parts of Quarkus RESTEasy Reactive</description>
<description>Common runtime parts of Quarkus REST</description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<artifactId>quarkus-rest-jackson-common</artifactId>
<name>Quarkus - REST - Jackson Common Bits - Runtime</name>
<description>Common classes for Jackson serialization support for RESTEasy Reactive</description>
<description>Common classes for Jackson serialization support for Quarkus REST</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/resteasy-reactive/rest-jackson/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-rest-jackson</artifactId>
<name>Quarkus - REST - Jackson - Runtime</name>
<description>Jackson serialization support for RESTEasy Reactive. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it</description>
<description>Jackson serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/resteasy-reactive/rest-jaxb/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-rest-jaxb</artifactId>
<name>Quarkus - REST - JAXB - Runtime</name>
<description>JAXB serialization support for RESTEasy Reactive. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.</description>
<description>JAXB serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.</description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-rest-jsonb-common</artifactId>
<name>Quarkus - REST - JSON-B Common Bits - Runtime</name>
<description>Common classes for JSON-B serialization support for RESTEasy Reactive</description>
<description>Common classes for JSON-B serialization support for Quarkus REST</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/resteasy-reactive/rest-jsonb/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-rest-jsonb</artifactId>
<name>Quarkus - REST - JSON-B - Runtime</name>
<description>JSON-B serialization support for RESTEasy Reactive. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.</description>
<description>JSON-B serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.</description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>quarkus-rest-kotlin-serialization</artifactId>
<name>Quarkus - REST - Kotlin Serialization - Runtime</name>
<description>Kotlin Serialization support for RESTEasy Reactive. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.</description>
<description>Kotlin Serialization support for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/resteasy-reactive/rest-kotlin/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-rest-kotlin</artifactId>
<name>Quarkus - REST - Kotlin - Runtime</name>
<description>Provides Kotlin support for RESTEasy Reactive</description>
<description>Provides Kotlin support for Quarkus REST</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/resteasy-reactive/rest-links/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-rest-links</artifactId>
<name>Quarkus - REST - Links - Runtime</name>
<description>Web Links support for RESTEasy Reactive. Inject web links into response HTTP headers by annotating your endpoint resources.</description>
<description>Web Links support for Quarkus REST. Inject web links into response HTTP headers by annotating your endpoint resources.</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/resteasy-reactive/rest-qute/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-rest-qute</artifactId>
<name>Quarkus - REST - Qute - Runtime</name>
<description>Qute integration for RESTEasy Reactive. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.</description>
<description>Qute integration for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it.</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion extensions/resteasy-reactive/rest-servlet/runtime/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-rest-servlet</artifactId>
<name>Quarkus - REST Servlet - Runtime</name>
<description>Servlet support for Quarkus RESTEasy Reactive</description>
<description>Servlet support for Quarkus REST</description>

<dependencies>
<dependency>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { QwcHotReloadElement, html, css} from 'qwc-hot-reload-element';
import { JsonRpc } from 'jsonrpc';
import {css, html, QwcHotReloadElement} from 'qwc-hot-reload-element';
import {JsonRpc} from 'jsonrpc';

import '@vaadin/details';
import '@vaadin/horizontal-layout';
Expand Down Expand Up @@ -103,7 +103,7 @@ export class QwcResteasyReactiveEndpointScores extends QwcHotReloadElement {
}
return html`<qwc-no-data message="You do not have any REST endpoints."
link="https://quarkus.io/guides/resteasy-reactive"
linkText="Learn how to write REST Services with RESTEasy Reactive">
linkText="Learn how to write REST Services with Quarkus REST">
</qwc-no-data>
`;
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
artifact: ${project.groupId}:${project.artifactId}:${project.version}
name: "Spring Web RESTEasy Reactive"
name: "Spring Web REST"
metadata:
unlisted: true
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-integration-test-amazon-lambda-http-resteasy-reactive</artifactId>
<name>Quarkus - Integration Tests - Amazon Lambda HTTP RESTEasy Reactive</name>
<description>Test with Resteasy Reactive and Amazon Lambda HTTP</description>
<description>Test with Quarkus REST and Amazon Lambda HTTP</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-integration-test-amazon-lambda-rest-resteasy-reactive</artifactId>
<name>Quarkus - Integration Tests - Amazon Lambda AWS Gateway REST API</name>
<description>Module that contains Amazon Lambda related tests for RESTEasy Reactive</description>
<description>Module that contains Amazon Lambda related tests for Quarkus REST</description>
<dependencies>
<dependency>
<groupId>io.quarkus</groupId>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<artifactId>quarkus-integration-test-hibernate-validator-resteasy-reactive</artifactId>
<name>Quarkus - Integration Tests - Hibernate Validator</name>
<description>Module that contains Hibernate Validator/Bean Validation related tests using RESTEasy Reactive</description>
<description>Module that contains Hibernate Validator/Bean Validation related tests using Quarkus REST</description>

<dependencies>
<dependency>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/oidc-client-reactive/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

<artifactId>quarkus-integration-test-oidc-client-reactive</artifactId>
<name>Quarkus - Integration Tests - OpenID Connect Client Reactive</name>
<description>Module that contains OpenID Connect Client tests using RESTEasy Reactive</description>
<description>Module that contains OpenID Connect Client tests using Quarkus REST</description>

<properties>
<keycloak.url>http://localhost:8180/auth</keycloak.url>
Expand Down
2 changes: 1 addition & 1 deletion integration-tests/resteasy-reactive-kotlin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
</parent>

<artifactId>quarkus-integration-test-resteasy-reactive-kotlin-parent</artifactId>
<name>Quarkus - Integration Tests - RESTEasy Reactive Kotlin - Parent</name>
<name>Quarkus - Integration Tests - Quarkus REST Kotlin - Parent</name>
<packaging>pom</packaging>

<modules>
Expand Down

0 comments on commit f3c8214

Please sign in to comment.