-
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.14] 3.14.3 backports 3 #43197
[3.14] 3.14.3 backports 3 #43197
Conversation
(cherry picked from commit f89b9c5)
(cherry picked from commit 9799655)
The vscode icon was removed so let's be safe and host them on our side. (cherry picked from commit a9e3755)
The Panache extension for generating CRUD resources is split into 3 packages, the most-used one of which is stable. But readers of the guide are greeted with a warning claiming the feature is experimental, which is driving teams away from using it. This patch removes the warning and clarifies in the compatibility table the status of each package, as per https://quarkus.io/extensions/?search-regex=panache&status=stable (cherry picked from commit 3ac37f8)
Enables getting the quarkus version without running the native executable: ``` ❯ strings target/quarkus-999-SNAPSHOT-runner | grep -F '__quarkus_analytics__quarkus.version' quarkus.version=999-SNAPSHOT ``` Closes quarkusio#43020 (cherry picked from commit 65c7e68)
A few users have run into an issue where they are trying to handle all Jackson exceptions but the existence of DefaultMismatchedInputException prevents that for MismatchedInputException (as per JAX-RS / Jakarta REST rules). This change allows users to do use: quarkus.class-loading.removed-resources."io.quarkus\:quarkus-rest-jackson"=io/quarkus/resteasy/reactive/jackson/runtime/mappers/DefaultMismatchedInputException.class in order to have Quarkus ignore the mapper. (cherry picked from commit 7f09b8c)
(cherry picked from commit 7a89863)
…tionMapper (cherry picked from commit e9cddc0)
(cherry picked from commit be4817d)
(cherry picked from commit 0580edf)
(cherry picked from commit dd8ae2c)
Noticed while working on the config doc. (cherry picked from commit bd23c2d)
(cherry picked from commit 34c67b0)
Status for workflow
|
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✖ | Native Tests - Security3 | Download .m2/repository/io/quarkus |
Logs | Raw logs | 🚧 |
You can consult the Develocity build scans.
Please don't merge, I will merge it myself.