-
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.17] 3.17.3 backports 1 #44849
[3.17] 3.17.3 backports 1 #44849
Conversation
…TooLargeException (cherry picked from commit 1db73a7)
Other Bouncycastle libraries are already managed in the application's BOM (cherry picked from commit f4dd1b4)
I don't think it's a good idea to promote disabling SSL globally and it has been causing issues for users as evidenced in: https://quarkusio.zulipchat.com/#narrow/channel/187030-users/topic/Hibernate.20Search.20-.20Failed.20to.20start.20quarkus Note that the issue was due to a bug in another area but still. (cherry picked from commit 527370c)
(cherry picked from commit 04bcfd2)
This is done because the new JLine console which is the default from JDK 23 (maybe even 22?) causes a large regression in startup time due to it loading a very large number of classes. If users really want to use the new console, they have to start the application with `-Djdk.console=jdk.internal.le` Fixes: quarkusio#44471 Fixes: quarkusio#44653 (cherry picked from commit 88a0dce)
(cherry picked from commit 837a603)
Bumps [com.fasterxml.jackson:jackson-bom](https://github.com/FasterXML/jackson-bom) from 2.18.1 to 2.18.2. - [Commits](FasterXML/jackson-bom@jackson-bom-2.18.1...jackson-bom-2.18.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] <[email protected]> (cherry picked from commit 101d353)
(cherry picked from commit 2654019)
- fixes quarkusio#44797 (cherry picked from commit 06f4006)
This was failing only in dev mode when using printf-style logging. Fixes smallrye/smallrye-graphql#2230 (cherry picked from commit 64f0108)
(cherry picked from commit 8ed00f4)
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Status for workflow
|
Please don't merge, I will merge it myself.