diff --git a/extensions/resteasy-reactive/rest-client-jaxrs/kotlin/pom.xml b/extensions/resteasy-reactive/rest-client-jaxrs/kotlin/pom.xml index d26c7918ee8e5..b7a7ce82ce837 100644 --- a/extensions/resteasy-reactive/rest-client-jaxrs/kotlin/pom.xml +++ b/extensions/resteasy-reactive/rest-client-jaxrs/kotlin/pom.xml @@ -11,7 +11,7 @@ quarkus-rest-client-jaxrs-kotlin Quarkus - REST - Kotlin - Provides Kotlin support for RESTEasy Reactive + Provides Kotlin support for Quarkus REST diff --git a/extensions/resteasy-reactive/rest-client/runtime/src/main/java/io/quarkus/rest/client/reactive/runtime/RestClientBuilderImpl.java b/extensions/resteasy-reactive/rest-client/runtime/src/main/java/io/quarkus/rest/client/reactive/runtime/RestClientBuilderImpl.java index daa221114c341..f5c68a2a5d4c8 100644 --- a/extensions/resteasy-reactive/rest-client/runtime/src/main/java/io/quarkus/rest/client/reactive/runtime/RestClientBuilderImpl.java +++ b/extensions/resteasy-reactive/rest-client/runtime/src/main/java/io/quarkus/rest/client/reactive/runtime/RestClientBuilderImpl.java @@ -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."); } diff --git a/extensions/resteasy-reactive/rest-common/runtime/pom.xml b/extensions/resteasy-reactive/rest-common/runtime/pom.xml index beae4962c358c..68c5bf066f308 100644 --- a/extensions/resteasy-reactive/rest-common/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-common/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-rest-common Quarkus - REST - Common - Runtime - Common runtime parts of Quarkus RESTEasy Reactive + Common runtime parts of Quarkus REST diff --git a/extensions/resteasy-reactive/rest-jackson-common/runtime/pom.xml b/extensions/resteasy-reactive/rest-jackson-common/runtime/pom.xml index 33eb3ae141aa7..23aac235818da 100644 --- a/extensions/resteasy-reactive/rest-jackson-common/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-jackson-common/runtime/pom.xml @@ -10,7 +10,7 @@ quarkus-rest-jackson-common Quarkus - REST - Jackson Common Bits - Runtime - Common classes for Jackson serialization support for RESTEasy Reactive + Common classes for Jackson serialization support for Quarkus REST diff --git a/extensions/resteasy-reactive/rest-jackson/runtime/pom.xml b/extensions/resteasy-reactive/rest-jackson/runtime/pom.xml index e68d4979923eb..1afb96cef2987 100644 --- a/extensions/resteasy-reactive/rest-jackson/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-jackson/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-rest-jackson Quarkus - REST - Jackson - Runtime - 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 + 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 diff --git a/extensions/resteasy-reactive/rest-jaxb/runtime/pom.xml b/extensions/resteasy-reactive/rest-jaxb/runtime/pom.xml index ba0ac4db7fa59..f5dd192a153c8 100644 --- a/extensions/resteasy-reactive/rest-jaxb/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-jaxb/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-rest-jaxb Quarkus - REST - JAXB - Runtime - 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. + 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. diff --git a/extensions/resteasy-reactive/rest-jsonb-common/runtime/pom.xml b/extensions/resteasy-reactive/rest-jsonb-common/runtime/pom.xml index d6b533f0c4485..edfb5996b4747 100644 --- a/extensions/resteasy-reactive/rest-jsonb-common/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-jsonb-common/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-rest-jsonb-common Quarkus - REST - JSON-B Common Bits - Runtime - Common classes for JSON-B serialization support for RESTEasy Reactive + Common classes for JSON-B serialization support for Quarkus REST diff --git a/extensions/resteasy-reactive/rest-jsonb/runtime/pom.xml b/extensions/resteasy-reactive/rest-jsonb/runtime/pom.xml index 54cab04e8a631..3ee70588046e5 100644 --- a/extensions/resteasy-reactive/rest-jsonb/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-jsonb/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-rest-jsonb Quarkus - REST - JSON-B - Runtime - 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. + 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. diff --git a/extensions/resteasy-reactive/rest-kotlin-serialization/runtime/pom.xml b/extensions/resteasy-reactive/rest-kotlin-serialization/runtime/pom.xml index 32039114e3033..0a8e4172b1737 100644 --- a/extensions/resteasy-reactive/rest-kotlin-serialization/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin-serialization/runtime/pom.xml @@ -12,7 +12,7 @@ quarkus-rest-kotlin-serialization Quarkus - REST - Kotlin Serialization - Runtime - 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. + 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. diff --git a/extensions/resteasy-reactive/rest-kotlin/runtime/pom.xml b/extensions/resteasy-reactive/rest-kotlin/runtime/pom.xml index 2d82c14aa260a..1e5b9c11486dd 100644 --- a/extensions/resteasy-reactive/rest-kotlin/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-kotlin/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-rest-kotlin Quarkus - REST - Kotlin - Runtime - Provides Kotlin support for RESTEasy Reactive + Provides Kotlin support for Quarkus REST diff --git a/extensions/resteasy-reactive/rest-links/runtime/pom.xml b/extensions/resteasy-reactive/rest-links/runtime/pom.xml index df85370552d28..6e75b222e6590 100644 --- a/extensions/resteasy-reactive/rest-links/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-links/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-rest-links Quarkus - REST - Links - Runtime - Web Links support for RESTEasy Reactive. Inject web links into response HTTP headers by annotating your endpoint resources. + Web Links support for Quarkus REST. Inject web links into response HTTP headers by annotating your endpoint resources. diff --git a/extensions/resteasy-reactive/rest-qute/runtime/pom.xml b/extensions/resteasy-reactive/rest-qute/runtime/pom.xml index 93be27f7c66de..74f6acd3b62bd 100644 --- a/extensions/resteasy-reactive/rest-qute/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-qute/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-rest-qute Quarkus - REST - Qute - Runtime - Qute integration for RESTEasy Reactive. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. + Qute integration for Quarkus REST. This extension is not compatible with the quarkus-resteasy extension, or any of the extensions that depend on it. diff --git a/extensions/resteasy-reactive/rest-servlet/runtime/pom.xml b/extensions/resteasy-reactive/rest-servlet/runtime/pom.xml index 0019722bc48dc..b5e15d17a14d9 100644 --- a/extensions/resteasy-reactive/rest-servlet/runtime/pom.xml +++ b/extensions/resteasy-reactive/rest-servlet/runtime/pom.xml @@ -11,7 +11,7 @@ quarkus-rest-servlet Quarkus - REST Servlet - Runtime - Servlet support for Quarkus RESTEasy Reactive + Servlet support for Quarkus REST diff --git a/extensions/resteasy-reactive/rest/deployment/src/main/resources/dev-ui/qwc-resteasy-reactive-endpoint-scores.js b/extensions/resteasy-reactive/rest/deployment/src/main/resources/dev-ui/qwc-resteasy-reactive-endpoint-scores.js index 01f7caddbc1b5..758bd983acace 100644 --- a/extensions/resteasy-reactive/rest/deployment/src/main/resources/dev-ui/qwc-resteasy-reactive-endpoint-scores.js +++ b/extensions/resteasy-reactive/rest/deployment/src/main/resources/dev-ui/qwc-resteasy-reactive-endpoint-scores.js @@ -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'; @@ -103,7 +103,7 @@ export class QwcResteasyReactiveEndpointScores extends QwcHotReloadElement { } return html` + linkText="Learn how to write REST Services with Quarkus REST"> `; } diff --git a/extensions/spring-web/resteasy-reactive/runtime/src/main/resources/META-INF/quarkus-extension.yaml b/extensions/spring-web/resteasy-reactive/runtime/src/main/resources/META-INF/quarkus-extension.yaml index 2ecdd23b44ad4..1db221c7f1981 100644 --- a/extensions/spring-web/resteasy-reactive/runtime/src/main/resources/META-INF/quarkus-extension.yaml +++ b/extensions/spring-web/resteasy-reactive/runtime/src/main/resources/META-INF/quarkus-extension.yaml @@ -1,5 +1,5 @@ --- artifact: ${project.groupId}:${project.artifactId}:${project.version} -name: "Spring Web RESTEasy Reactive" +name: "Spring Web REST" metadata: unlisted: true diff --git a/integration-tests/amazon-lambda-http-resteasy-reactive/pom.xml b/integration-tests/amazon-lambda-http-resteasy-reactive/pom.xml index 121ac2b9b2806..1037b6d3d9329 100644 --- a/integration-tests/amazon-lambda-http-resteasy-reactive/pom.xml +++ b/integration-tests/amazon-lambda-http-resteasy-reactive/pom.xml @@ -11,7 +11,7 @@ quarkus-integration-test-amazon-lambda-http-resteasy-reactive Quarkus - Integration Tests - Amazon Lambda HTTP RESTEasy Reactive - Test with Resteasy Reactive and Amazon Lambda HTTP + Test with Quarkus REST and Amazon Lambda HTTP io.quarkus diff --git a/integration-tests/amazon-lambda-rest-resteasy-reactive/pom.xml b/integration-tests/amazon-lambda-rest-resteasy-reactive/pom.xml index f162cce9f6e1c..aa09da904da27 100644 --- a/integration-tests/amazon-lambda-rest-resteasy-reactive/pom.xml +++ b/integration-tests/amazon-lambda-rest-resteasy-reactive/pom.xml @@ -11,7 +11,7 @@ quarkus-integration-test-amazon-lambda-rest-resteasy-reactive Quarkus - Integration Tests - Amazon Lambda AWS Gateway REST API - Module that contains Amazon Lambda related tests for RESTEasy Reactive + Module that contains Amazon Lambda related tests for Quarkus REST io.quarkus diff --git a/integration-tests/hibernate-validator-resteasy-reactive/pom.xml b/integration-tests/hibernate-validator-resteasy-reactive/pom.xml index 530f503282a58..e97d2598faa5d 100644 --- a/integration-tests/hibernate-validator-resteasy-reactive/pom.xml +++ b/integration-tests/hibernate-validator-resteasy-reactive/pom.xml @@ -11,7 +11,7 @@ quarkus-integration-test-hibernate-validator-resteasy-reactive Quarkus - Integration Tests - Hibernate Validator - Module that contains Hibernate Validator/Bean Validation related tests using RESTEasy Reactive + Module that contains Hibernate Validator/Bean Validation related tests using Quarkus REST diff --git a/integration-tests/oidc-client-reactive/pom.xml b/integration-tests/oidc-client-reactive/pom.xml index b753e79946d43..35cb2616b04d7 100644 --- a/integration-tests/oidc-client-reactive/pom.xml +++ b/integration-tests/oidc-client-reactive/pom.xml @@ -12,7 +12,7 @@ quarkus-integration-test-oidc-client-reactive Quarkus - Integration Tests - OpenID Connect Client Reactive - Module that contains OpenID Connect Client tests using RESTEasy Reactive + Module that contains OpenID Connect Client tests using Quarkus REST http://localhost:8180/auth diff --git a/integration-tests/resteasy-reactive-kotlin/pom.xml b/integration-tests/resteasy-reactive-kotlin/pom.xml index 92515457261da..a2858bbd856e1 100644 --- a/integration-tests/resteasy-reactive-kotlin/pom.xml +++ b/integration-tests/resteasy-reactive-kotlin/pom.xml @@ -11,7 +11,7 @@ quarkus-integration-test-resteasy-reactive-kotlin-parent - Quarkus - Integration Tests - RESTEasy Reactive Kotlin - Parent + Quarkus - Integration Tests - Quarkus REST Kotlin - Parent pom