-
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 4 #42547
[3.8] 3.8.6 backports 4 #42547
Conversation
Relates to: quarkusio#38275 (comment) (cherry picked from commit 9b72af5)
(cherry picked from commit 02a1660)
Fixes: quarkusio#41097 (cherry picked from commit 57f38f1)
Fixes quarkusio#40852 (cherry picked from commit 0dc312b)
Clement said that's fine (cherry picked from commit a9a0650)
(cherry picked from commit db9a4b7)
- Round Dates to second precision when comparing them - Lookup header delegate for Date and subtypes Fixes quarkusio#41110 (cherry picked from commit 07b3f94)
Fixes quarkusio#40851 (cherry picked from commit b658288)
Fixes: quarkusio#41354 (cherry picked from commit a3c43dd)
Fixes: quarkusio#41351 (cherry picked from commit 39fd819)
Bumps [io.fabric8:maven-model-helper](https://github.com/fabric8io/maven-model-helper) from 36 to 37. - [Release notes](https://github.com/fabric8io/maven-model-helper/releases) - [Commits](fabric8io/maven-model-helper@v36...v37) --- updated-dependencies: - dependency-name: io.fabric8:maven-model-helper dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 16cf3ef)
Fixes: quarkusio#41376 (cherry picked from commit 26da21a)
- fixes quarkusio#41451 (cherry picked from commit 8230825)
Follow up of quarkusio#40537 as this was missed (cherry picked from commit b310b26)
(cherry picked from commit 3e3fc97)
We want to check for the missing commands only, any other error will have to be handled by Picocli later (and thus will properly handle the formatting of the feedback and avoid a stacktrace). Fixes quarkusio#41513 (cherry picked from commit f2455e3)
(cherry picked from commit 05e244a)
…rfaces Fixes: quarkusio#41567 (cherry picked from commit c56532c)
(cherry picked from commit 910fcea)
Fixes quarkusio#41669 (cherry picked from commit ee2587d)
…ctionInputReader add test for abstractHandler add test for collection input and collection output rename tests for clarification what they are for (cherry picked from commit df27b36)
(cherry picked from commit 36c1686)
(cherry picked from commit e5a1efa)
When the server part of Quarkus REST is not included, prior to this change, user's @Provider classes were not registered for reflection Relates to: quarkiverse/quarkus-langchain4j#722 (cherry picked from commit 2a567df)
(cherry picked from commit 7120304)
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.17.1 to 2.17.2. - [Commits](FasterXML/jackson-bom@jackson-bom-2.17.1...jackson-bom-2.17.2) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> (cherry picked from commit 49be072)
(cherry picked from commit 0e2918e)
(cherry picked from commit 1ad48ce)
(cherry picked from commit 656b38b)
This comment has been minimized.
This comment has been minimized.
🎊 PR Preview 26442b9 has been successfully built and deployed to https://quarkus-pr-main-42547-preview.surge.sh/version/main/guides/
|
(cherry picked from commit 634a851)
Status for workflow
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approving. I have identified 8 topics for additional test coverage on our side. Guys from the team will be tasked with that next week.
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 extensions/micrometer/deployment
! Skipped: extensions/mailer/deployment extensions/micrometer-registry-prometheus/deployment extensions/quartz/deployment and 31 more
📦 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)
📦 extensions/micrometer/deployment
✖ io.quarkus.micrometer.deployment.binder.VertxTcpMetricsNoClientMetricsTest.testTcpMetricsWithoutClientMetrics
- History - More details - Source on GitHub
java.util.concurrent.RejectedExecutionException: event executor terminated
at io.netty.util.concurrent.SingleThreadEventExecutor.reject(SingleThreadEventExecutor.java:934)
at io.netty.util.concurrent.SingleThreadEventExecutor.offerTask(SingleThreadEventExecutor.java:351)
at io.netty.util.concurrent.SingleThreadEventExecutor.addTask(SingleThreadEventExecutor.java:344)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:836)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute0(SingleThreadEventExecutor.java:827)
at io.netty.util.concurrent.SingleThreadEventExecutor.execute(SingleThreadEventExecutor.java:817)
at io.vertx.core.impl.EventLoopExecutor.execute(EventLoopExecutor.java:35)
⚙️ 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 PR is closed and the preview is expired. |
Please don't merge, I will merge it myself.