-
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.9.3 backports 1 #39965
3.9.3 backports 1 #39965
Conversation
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.16.1 to 2.17.0. - [Commits](FasterXML/jackson-bom@jackson-bom-2.16.1...jackson-bom-2.17.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson:jackson-bom dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 92b4912)
(cherry picked from commit 982fdb8)
This comment has been minimized.
This comment has been minimized.
See quarkusio#39819 and quarkusio#39788 (cherry picked from commit b35ae00)
(cherry picked from commit c5890c7)
Related to quarkusio#39833 (cherry picked from commit cb0eb38)
(cherry picked from commit a7d296b)
(cherry picked from commit 067643b)
(cherry picked from commit bf31a24)
Although we try to keep backwards compatibility with older GraalVM or Mandrel versions, these versions should not be considered as fully supported by the users, as the compatibility might break at any time (even at a minor level patch). (cherry picked from commit c84ac1d)
Use the Feature classloader instead of the default one to prevent classes being loaded to register fields as unsafe accessed to end up being build time initialized. Similarly ensure that the registration is done after class initialization configuration to prevent classes from being configured for runtime initialization because of the unsafe access registration. (cherry picked from commit 07f7063)
Exceptions were not caught properly because a Uni subscription was done outside a try-catch block. (cherry picked from commit 04cffc5)
(cherry picked from commit e4ed465)
Fixes: quarkusio#39868 (cherry picked from commit 6f53e36)
Follow up to quarkusio#37828 (comment) and quarkusio#39866 (comment) (cherry picked from commit 1b6033b)
(cherry picked from commit dd0c241)
Signed-off-by: Phillip Kruger <[email protected]> (cherry picked from commit 05471d9)
Signed-off-by: Phillip Kruger <[email protected]> (cherry picked from commit 3ffa43c)
If you want to get the most performance our of your writer -> If you want to get the most performance out of your writer (cherry picked from commit 5f634e8)
…re closely match the "dev services overview" title. (cherry picked from commit 6c75866)
(cherry picked from commit 0e1733c)
Only documents of type /recipe should be taken into account when generating the list of recipes. See https://github.com/quarkusio/quarkus-updates/blob/db61f918fce71751a50a9f69a98a451ebadf07df/recipes/src/main/resources/quarkus-updates/org.apache.camel.quarkus/camel-quarkus/3alpha.yaml#L27-L32 for an example of the problem. (cherry picked from commit ffb371e)
streamId has been renamed to stream a long time ago. (cherry picked from commit d851a4e)
…e GraphQL schema (cherry picked from commit 27f4489)
(cherry picked from commit a1abab9)
(cherry picked from commit 24b3fa7)
(cherry picked from commit f3c8214)
Signed-off-by: Žan Horvat <[email protected]> (cherry picked from commit 60eb646)
Status for workflow
|
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | MicroProfile TCKs Tests | Verify |
Failures | Logs | Raw logs | 🚧 |
Full information is available in the Build summary check run.
Failures
⚙️ MicroProfile TCKs Tests #
- Failing: tcks/microprofile-opentelemetry
📦 tcks/microprofile-opentelemetry
✖ org.eclipse.microprofile.telemetry.tracing.tck.async.JaxRsClientAsyncTest.testIntegrationWithJaxRsClientAsync
- 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)
🙈 The PR is closed and the preview is expired. |
Please don't merge, I will merge it myself.