Skip to content
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 List<PathSegment> injection #20995

Merged
merged 1 commit into from
Oct 26, 2021
Merged

Conversation

stuartwdouglas
Copy link
Member

Fixes #17034

@quarkus-bot
Copy link

quarkus-bot bot commented Oct 26, 2021

This workflow status is outdated as a new workflow run has been triggered.

Failing Jobs - Building d20b409

Status Name Step Failures Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
JVM Tests - JDK 11 Windows Build Failures Logs Raw logs
JVM Tests - JDK 17 Build Failures Logs Raw logs
MicroProfile TCKs Tests Verify Failures Logs Raw logs

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment 
! Skipped: docs extensions/apicurio-registry-avro/deployment extensions/avro/deployment and 59 more

📦 extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment

io.quarkus.resteasy.reactive.server.test.path.RelativeRestPathTestCase.testRestPath line 26 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.resteasy.reactive.server.test.path.RestApplicationPathTestCase.testRestPath line 45 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.resteasy.reactive.server.test.path.RestPathTestCase.testRestPath line 25 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

⚙️ JVM Tests - JDK 11 Windows #

- Failing: extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment 
! Skipped: docs extensions/apicurio-registry-avro/deployment extensions/avro/deployment and 58 more

📦 extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment

io.quarkus.resteasy.reactive.server.test.path.RelativeRestPathTestCase.testRestPath line 26 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.resteasy.reactive.server.test.path.RestApplicationPathTestCase.testRestPath line 45 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.resteasy.reactive.server.test.path.RestPathTestCase.testRestPath line 25 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

⚙️ JVM Tests - JDK 17 #

- Failing: extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment 
! Skipped: docs extensions/apicurio-registry-avro/deployment extensions/avro/deployment and 59 more

📦 extensions/resteasy-reactive/quarkus-resteasy-reactive/deployment

io.quarkus.resteasy.reactive.server.test.path.RelativeRestPathTestCase.testRestPath line 26 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.resteasy.reactive.server.test.path.RestApplicationPathTestCase.testRestPath line 45 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

io.quarkus.resteasy.reactive.server.test.path.RestPathTestCase.testRestPath line 25 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.

⚙️ MicroProfile TCKs Tests #

- Failing: tcks/resteasy-reactive 

📦 tcks/resteasy-reactive

Failed to execute goal org.codehaus.mojo:exec-maven-plugin:3.0.0:exec (test) on project quarkus-tck-resteasy-reactive: Command execution failed.

📦 tcks/resteasy-reactive/target/testsuite/tests

com.sun.ts.tests.jaxrs.spec.resourceconstructor.JAXRSClient0030.constructorWithPathParamUsedTest line 222 - More details - Source on GitHub

java.lang.AssertionError: [WebValidatorBase] Unexpected Status Code recieved from server.  Expected '200' received '500'
	at com.sun.ts.tests.jaxrs.spec.resourceconstructor.JAXRSClient0030.constructorWithPathParamUsedTest(JAXRSClient0030.java:222)

@gsmet gsmet added the triage/waiting-for-ci Ready to merge when CI successfully finishes label Oct 26, 2021
@gastaldi gastaldi merged commit ca352c9 into quarkusio:main Oct 26, 2021
@quarkus-bot quarkus-bot bot added this to the 2.5 - main milestone Oct 26, 2021
@quarkus-bot quarkus-bot bot removed the triage/waiting-for-ci Ready to merge when CI successfully finishes label Oct 26, 2021
@gsmet gsmet modified the milestones: 2.5 - main, 2.4.1.Final Nov 2, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

List<PathSegment> exception on RESTEasy Reactive
4 participants