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

Take application provided JSON providers when warning about missing JSON feature #28223

Merged
merged 1 commit into from Sep 28, 2022

Conversation

geoand
Copy link
Contributor

@geoand geoand commented Sep 27, 2022

Fixes: #28195

@geoand geoand added triage/backport-2.13 triage/waiting-for-ci Ready to merge when CI successfully finishes labels Sep 27, 2022
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 27, 2022

Failing Jobs - Building 2e21ad0

Status Name Step Failures Logs Raw logs
✔️ JVM Tests - JDK 11
JVM Tests - JDK 17 Build Failures Logs Raw logs
JVM Tests - JDK 17 MacOS M1 Add quarkusio remote ⚠️ Check → Logs Raw logs
✔️ JVM Tests - JDK 18

Full information is available in the Build summary check run.

Failures

⚙️ JVM Tests - JDK 17 #

- Failing: integration-tests/oidc-token-propagation-reactive 

📦 integration-tests/oidc-token-propagation-reactive

io.quarkus.it.keycloak.OidcTokenReactivePropagationTest.testGetUserNameWithAccessTokenPropagation line 22 - More details - Source on GitHub

com.gargoylesoftware.htmlunit.FailingHttpStatusCodeException: 401 Unauthorized for http://localhost:8081/frontend/access-token-propagation
	at com.gargoylesoftware.htmlunit.WebClient.throwFailingHttpStatusCodeExceptionIfNecessary(WebClient.java:701)
	at com.gargoylesoftware.htmlunit.WebClient.getPage(WebClient.java:461)

io.quarkus.it.keycloak.OidcTokenReactivePropagationTest.testNoToken line 43 - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Expected status code <302> but was <401>.

@geoand geoand merged commit 4ca774e into quarkusio:main Sep 28, 2022
@quarkus-bot quarkus-bot bot added this to the 2.14 - main milestone Sep 28, 2022
@quarkus-bot quarkus-bot bot added kind/bugfix and removed triage/waiting-for-ci Ready to merge when CI successfully finishes labels Sep 28, 2022
@geoand geoand deleted the #28195 branch September 28, 2022 05:17
@gsmet gsmet modified the milestones: 2.14 - main, 2.13.1.Final Sep 30, 2022
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.

Erroneous warning 'Detected use of JSON but no extension added' when using Jax-rs MessageBodyReader
3 participants