-
Notifications
You must be signed in to change notification settings - Fork 2.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow Undertow to work with RESTEasy Reactive #20886
Conversation
2bbf837
to
c8188a4
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building c8188a4
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: integration-tests/resteasy-reactive-kotlin/standard
📦 integration-tests/resteasy-reactive-kotlin/standard✖
⚙️ JVM Tests - JDK 17 #- Failing: integration-tests/resteasy-reactive-kotlin/standard
📦 integration-tests/resteasy-reactive-kotlin/standard✖
⚙️ Native Tests - HTTP #- Failing: integration-tests/resteasy-reactive-kotlin/standard
📦 integration-tests/resteasy-reactive-kotlin/standard✖
|
Turns out I missed something fairly obvious, this needs a bit more work to allow it to work correctly. |
👌 |
c8188a4
to
ace9127
Compare
This workflow status is outdated as a new workflow run has been triggered. Failing Jobs - Building ace9127
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: extensions/resteasy-reactive/quarkus-resteasy-reactive-servlet/deployment
! Skipped: docs 📦 extensions/resteasy-reactive/quarkus-resteasy-reactive-servlet/deployment✖
⚙️ JVM Tests - JDK 11 Windows #- Failing: extensions/resteasy-reactive/quarkus-resteasy-reactive-servlet/deployment
! Skipped: docs 📦 extensions/resteasy-reactive/quarkus-resteasy-reactive-servlet/deployment✖
⚙️ JVM Tests - JDK 17 #- Failing: extensions/resteasy-reactive/quarkus-resteasy-reactive-servlet/deployment extensions/smallrye-reactive-messaging-kafka/deployment
! Skipped: docs integration-tests/kafka-oauth-keycloak integration-tests/kafka-sasl-elytron and 3 more 📦 extensions/resteasy-reactive/quarkus-resteasy-reactive-servlet/deployment✖
📦 extensions/smallrye-reactive-messaging-kafka/deployment✖
|
Note that this integration is different to the integration provided by resteasy-reactive-servlet or the RESTEasy classic integration. This allows RESTEasy Reactive to run before Servlet, and delegate any unmatched requests to the Servlet container. If RESTEasy reactive matches then Servlet is not involved in the request handling.
ace9127
to
b9b6ab8
Compare
Failing Jobs - Building b9b6ab8
Full information is available in the Build summary check run. Failures⚙️ JVM Tests - JDK 11 #- Failing: extensions/smallrye-reactive-messaging-kafka/deployment
! Skipped: docs integration-tests/kafka-oauth-keycloak integration-tests/kafka-sasl-elytron and 3 more 📦 extensions/smallrye-reactive-messaging-kafka/deployment✖
|
Note that this integration is different to the integration provided by
resteasy-reactive-servlet or the RESTEasy classic integration. This
allows RESTEasy Reactive to run before Servlet, and delegate any
unmatched requests to the Servlet container. If RESTEasy reactive
matches then Servlet is not involved in the request handling.