-
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
3.7.2 backports 2 #38661
3.7.2 backports 2 #38661
Conversation
(cherry picked from commit 7786c2c)
(cherry picked from commit 32980d3)
…s HalCollectionWrapper (cherry picked from commit 9855040)
Signed-off-by: Phillip Kruger <[email protected]> (cherry picked from commit 627bfa8)
The only detected breaking changes are related to the vertx-mutiny-http-proxy module which is not used in Quarkus. Full release notes are there: https://github.com/vert-x3/wiki/wiki/4.5.3-Release-Notes. Important: - Fix CVE-2024-1300 io.vertx:vertx-core: memory leak when a TCP server is configured with TLS and SNI support - Fix the classloading issue for NVMPN and WebJars in dev mode (quarkusio#38576) (cherry picked from commit 7bcbb99)
We use the same trick as used in native-image building Fixes: quarkusio#38616 (cherry picked from commit 692a640)
(cherry picked from commit 89bd338)
And use the same version everywhere. This might help with the CI issues. (cherry picked from commit df6b11f)
(cherry picked from commit a309b30)
Per doc team request. (cherry picked from commit 279a889)
(cherry picked from commit cdd343f)
Status for workflow
|
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | JVM Tests - JDK 17 | Build |
Failures | Logs | Raw logs | 🔍 |
✔️ | JVM Tests - JDK 21 | Logs | Raw logs | 🔍 |
Full information is available in the Build summary check run.
You can consult the Develocity build scans.
Failures
⚙️ JVM Tests - JDK 17 #
- Failing: integration-tests/opentelemetry
📦 integration-tests/opentelemetry
✖ io.quarkus.it.opentelemetry.EndUserEnabledTest.baseTest
line 23
- History - More details - Source on GitHub
org.opentest4j.AssertionFailedError: expected: <null> but was: <testUser>
at org.junit.jupiter.api.AssertionFailureBuilder.build(AssertionFailureBuilder.java:151)
at org.junit.jupiter.api.AssertionFailureBuilder.buildAndThrow(AssertionFailureBuilder.java:132)
at org.junit.jupiter.api.AssertEquals.failNotEqual(AssertEquals.java:197)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:182)
at org.junit.jupiter.api.AssertEquals.assertEquals(AssertEquals.java:177)
at org.junit.jupiter.api.Assertions.assertEquals(Assertions.java:1145)
at io.quarkus.it.opentelemetry.EndUserEnabledTest.evaluateAttributes(EndUserEnabledTest.java:23)
Please don't merge, I will merge it myself.