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

Properly make check for RESTEasy Classic stricter #33385

Merged
merged 1 commit into from
May 16, 2023
Merged

Conversation

geoand
Copy link
Contributor

@geoand geoand commented May 15, 2023

Fixes: #33382
Follows up on: #33362

Copy link
Member

@rsvoboda rsvoboda left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for the fix.

There were other quickstarts failing and they work properly with this change.

@geoand geoand added the triage/waiting-for-ci Ready to merge when CI successfully finishes label May 15, 2023
@quarkus-bot
Copy link

quarkus-bot bot commented May 15, 2023

Failing Jobs - Building eed217f

Status Name Step Failures Logs Raw logs
✔️ Gradle Tests - JDK 11
Gradle Tests - JDK 11 Windows Build ⚠️ Check → Logs Raw logs
JVM Tests - JDK 11 Build Failures Logs Raw logs
✔️ JVM Tests - JDK 17
✔️ JVM Tests - JDK 19

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 11 #

- Failing: extensions/smallrye-graphql/deployment 
! Skipped: extensions/smallrye-graphql-client/deployment 

📦 extensions/smallrye-graphql/deployment

io.quarkus.smallrye.graphql.deployment.ConcurrentAuthTest.concurrentAllFilmsOnly line 66 - More details - Source on GitHub

org.opentest4j.AssertionFailedError: Unauthorized response codes were found ==> expected: <true> but was: <false>
	at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
	at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)

@geoand geoand merged commit a28c9ed into quarkusio:main May 16, 2023
@quarkus-bot quarkus-bot bot added kind/bugfix and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels May 16, 2023
@quarkus-bot quarkus-bot bot added this to the 3.1 - main milestone May 16, 2023
@geoand geoand deleted the #33382 branch May 16, 2023 06:16
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.

context-propagation-quickstart fails with Unsatisfied dependency for type org.jboss.resteasy.spi.HttpRequest
2 participants