-
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.8] 3.8.6 backports 3 #42362
[3.8] 3.8.6 backports 3 #42362
Conversation
Closes: quarkusio#39599 (cherry picked from commit 2119957)
(cherry picked from commit 70727f1)
(cherry picked from commit b9cc3c2)
It uses Mutiny, which requires CP to be initialised (cherry picked from commit ad06f24)
(cherry picked from commit 6625d56)
Bumps [org.jboss.logmanager:jboss-logmanager](https://github.com/jboss-logging/jboss-logmanager) from 3.0.4.Final to 3.0.6.Final. - [Release notes](https://github.com/jboss-logging/jboss-logmanager/releases) - [Commits](jboss-logging/jboss-logmanager@3.0.4.Final...3.0.6.Final) --- updated-dependencies: - dependency-name: org.jboss.logmanager:jboss-logmanager dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 8e3ea49)
(cherry picked from commit 9df2843)
(cherry picked from commit 8fe16d4)
(cherry picked from commit 0a6c50b)
…nfiguration (cherry picked from commit 36f5043)
(cherry picked from commit 5ed60b9)
- fix regression introduced in quarkusio#33984 - if there are multiple type-safe templates with the same parameter declaration then _no_ or _incomplete_ value resolver may be generated (cherry picked from commit ba3f62a)
…ram(..) Previously `?` in query parameter values where encoded as is which caused invalid URL values. We now replace `?` characters in query parameter values with `%3F`. Fixes quarkusio#41060 Signed-off-by: Thomas Darimont <[email protected]> (cherry picked from commit f244de0)
Fixes quarkusio#40987 (cherry picked from commit bdd407c)
(cherry picked from commit 5d0a210)
…etch (cherry picked from commit 7fb0897)
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
(cherry picked from commit 81d23b8)
Doesn't work very well on Windows CI as deleting files can be problematic. See: quarkusio#40537 (comment) (cherry picked from commit 0c7b77f)
Status for workflow
|
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 | Build |
Failures | Logs | Raw logs | 🚧 |
✖ | JVM Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🚧 |
Full information is available in the Build summary check run.
Failures
⚙️ JVM Tests - JDK 17 #
- Failing: extensions/mailer/runtime
! Skipped: extensions/mailer/deployment integration-tests/mailer integration-tests/virtual-threads/mailer-virtual-threads
📦 extensions/mailer/runtime
✖ io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore
line 38
- History - More details - Source on GitHub
java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore(MailerTruststoreTest.java:38)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
✖ io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore
line 25
- History - More details - Source on GitHub
java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore(MailerTruststoreTest.java:25)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
⚙️ JVM Tests - JDK 21 #
- Failing: extensions/mailer/runtime
! Skipped: extensions/mailer/deployment integration-tests/mailer integration-tests/virtual-threads/mailer-virtual-threads
📦 extensions/mailer/runtime
✖ io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore
line 38
- History - More details - Source on GitHub
java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore(MailerTruststoreTest.java:38)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
✖ io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore
line 25
- History - More details - Source on GitHub
java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore(MailerTruststoreTest.java:25)
at java.base/java.lang.reflect.Method.invoke(Method.java:580)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1596)
⚙️ JVM Tests - JDK 17 Windows #
- Failing: extensions/mailer/runtime
! Skipped: extensions/mailer/deployment integration-tests/mailer integration-tests/virtual-threads/mailer-virtual-threads
📦 extensions/mailer/runtime
✖ io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore
line 38
- History - More details - Source on GitHub
java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectButDeprecatedTrustStore(MailerTruststoreTest.java:38)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
✖ io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore
line 25
- History - More details - Source on GitHub
java.util.concurrent.CompletionException: javax.net.ssl.SSLHandshakeException: Failed to create SSL connection
at io.smallrye.mutiny.operators.uni.UniBlockingAwait.await(UniBlockingAwait.java:79)
at io.smallrye.mutiny.groups.UniAwait.atMost(UniAwait.java:65)
at io.smallrye.mutiny.groups.UniAwait.indefinitely(UniAwait.java:46)
at io.quarkus.mailer.runtime.MailerTruststoreTest.sendMailWithCorrectTrustStore(MailerTruststoreTest.java:25)
at java.base/java.lang.reflect.Method.invoke(Method.java:569)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
The mailer tests are failing because of a certificate issue AFAICS. We probably need to backport some test infra there. Probably not a simple backport though from what I can see. |
🙈 The PR is closed and the preview is expired. |
Please don't merge, I will merge it myself.