-
Notifications
You must be signed in to change notification settings - Fork 10
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
build(deps): upgrade quarkus to 3.2.9 #352
Conversation
/build_test |
Workflow started at 4/5/2024, 11:12:26 AM. View Actions Run. |
No OpenAPI schema changes detected. |
CI build and push: All tests pass ✅ (JDK17) |
This causes bytebuddy to be upgraded:
The newer version here should support JDK 21. The CI runner for 21 looks like it's hanging however, but it's unclear why or if that's actually due to some problem with the application using JDK 21. It got further than it normally did with the new bytebuddy version, anyway. |
I see the same "JDP prune thread" shutdown hang behaviour when running tests locally using JDK 21 now. |
e6bc66b
to
cbd3a63
Compare
/build_test |
Workflow started at 4/5/2024, 12:34:15 PM. View Actions Run. |
CI build and push: At least one test failed ❌ (JDK21) |
No OpenAPI schema changes detected. |
CI build and push: All tests pass ✅ (JDK17) |
CI build and push: At least one test failed ❌ (JDK21) |
The JDK 21 thread hang doesn't appear to happen with #351 , so it looks like some threading interaction between older Quarkus and/or how we're using it, and JDK 21. Upgrading the Quarkus version and JDK version at the same time should get around it. |
cbd3a63
to
37dfc5b
Compare
This reverts commit bbbbf38.
This reverts commit d4dfe75.
This reverts commit bbbbf38.
This reverts commit d4dfe75.
This reverts commit bbbbf38.
This reverts commit d4dfe75.
This reverts commit bbbbf38.
This reverts commit d4dfe75.
This reverts commit bbbbf38.
This reverts commit d4dfe75.
This reverts commit bbbbf38.
This reverts commit d4dfe75.
This reverts commit bbbbf38.
This reverts commit d4dfe75.
This reverts commit bbbbf38.
This reverts commit d4dfe75.
No description provided.