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

1.13.4 backports 1 #17125

Merged
merged 25 commits into from
May 11, 2021
Merged

1.13.4 backports 1 #17125

merged 25 commits into from
May 11, 2021

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented May 10, 2021

Please don't merge, I will merge it myself.

jerboaa and others added 18 commits May 10, 2021 20:05
This reworks the test so that Person (an Entity class) no longer uses
j.u.Random directly, but delegates generation of random data to
a separate class which gets runtime-initialized.

Closes quarkusio#16018

(cherry picked from commit b12f825)
Bumps [jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.12.1 to 2.12.3.
- [Release notes](https://github.com/FasterXML/jackson-bom/releases)
- [Commits](FasterXML/jackson-bom@jackson-bom-2.12.1...jackson-bom-2.12.3)

Signed-off-by: dependabot[bot] <support@github.com>
(cherry picked from commit 8ddadbb)
(cherry picked from commit 7720e8d)
…DC providers which do not fill "username", falls back to "sub" instead

(cherry picked from commit f075bf8)
When a user set `quarkus.http.test-port=0` or `quarkus.http.quarkus.http.test-ssl-port=0`,
there is no way to know the port number to expose when launching the container,
therefore we need to resort to selecting the random port(s) in the test
before launching the container

Fixes: quarkusio#16900
(cherry picked from commit 47ee7e4)
This is done in order to stay in line with what Quarkus allows
when using RESTEasy Classic

Fixes: quarkusio#16934
(cherry picked from commit 46a41de)
Even if the superclass is not ann application class if
the generated bytecode references application classes then
it may be nessesary for the synthetic bean to be an
application class.

(cherry picked from commit 96574d0)
(cherry picked from commit 4be9cef)
@gsmet gsmet added the area/infra internal and infrastructure related issues label May 10, 2021
@gsmet gsmet self-assigned this May 10, 2021
@quarkus-bot quarkus-bot bot added area/arc Issue related to ARC (dependency injection) area/artemis area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/grpc gRPC area/kafka area/oidc area/platform Issues related to definition and interaction with Quarkus Platform area/redis labels May 10, 2021
@quarkus-bot
Copy link

quarkus-bot bot commented May 10, 2021

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

Failing Jobs - Building 7965097

Status Name Step Test failures Logs Raw logs
JVM Tests - JDK 11 Build Test failures Logs Raw logs
JVM Tests - JDK 11 Windows Build Test failures Logs Raw logs
JVM Tests - JDK 15 Build Test failures Logs Raw logs
JVM Tests - JDK 8 Build Test failures Logs Raw logs
Native Tests - Security2 Build Test failures Logs Raw logs

Full information is available in the Build summary check run.

Test Failures

⚙️ JVM Tests - JDK 11 #

📦 integration-tests/oidc-client-wiremock

io.quarkus.it.keycloak.OidcClientTest.testEchoTokensNonStandardResponse line 60 - More details - Source on GitHub


⚙️ JVM Tests - JDK 11 Windows #

📦 integration-tests/oidc-client-wiremock

io.quarkus.it.keycloak.OidcClientTest.testEchoTokensNonStandardResponse line 60 - More details - Source on GitHub


⚙️ JVM Tests - JDK 15 #

📦 integration-tests/oidc-client-wiremock

io.quarkus.it.keycloak.OidcClientTest.testEchoTokensNonStandardResponse line 60 - More details - Source on GitHub


⚙️ JVM Tests - JDK 8 #

📦 integration-tests/oidc-client-wiremock

io.quarkus.it.keycloak.OidcClientTest.testEchoTokensNonStandardResponse line 60 - More details - Source on GitHub


⚙️ Native Tests - Security2 #

📦 integration-tests/oidc-client-wiremock

io.quarkus.it.keycloak.OidcClientInGraalITCase.testEchoTokensNonStandardResponse - More details - Source on GitHub

@gsmet gsmet force-pushed the 1.13.4-backports-1 branch from 7965097 to f5736ea Compare May 11, 2021 09:19
@gsmet gsmet merged commit d3048b0 into quarkusio:1.13 May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/arc Issue related to ARC (dependency injection) area/artemis area/dependencies Pull requests that update a dependency file area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/grpc gRPC area/infra internal and infrastructure related issues area/kafka area/oidc area/platform Issues related to definition and interaction with Quarkus Platform area/redis area/rest area/security area/spring Issues relating to the Spring integration area/testing area/vertx
Projects
None yet
Development

Successfully merging this pull request may close these issues.