Skip to content
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

Merged
merged 13 commits into from
Sep 11, 2024
Merged

[3.14] 3.14.3 backports 3 #43197

merged 13 commits into from
Sep 11, 2024

Conversation

gsmet
Copy link
Member

@gsmet gsmet commented Sep 10, 2024

Please don't merge, I will merge it myself.

iocanel and others added 13 commits September 10, 2024 21:02
(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 0580edf)
Noticed while working on the config doc.

(cherry picked from commit bd23c2d)
@quarkus-bot quarkus-bot bot changed the title 3.14.3 backports 3 [3.14] 3.14.3 backports 3 Sep 10, 2024
@gsmet gsmet added the area/infra internal and infrastructure related issues label Sep 10, 2024
@gsmet gsmet self-assigned this Sep 10, 2024
@quarkus-bot quarkus-bot bot added area/config area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/jbang Issues related to when using jbang.dev with Quarkus area/maven area/platform Issues related to definition and interaction with Quarkus Platform area/rest labels Sep 10, 2024
@quarkus-bot
Copy link

quarkus-bot bot commented Sep 10, 2024

Status for workflow Quarkus Documentation CI

This is the status report for running Quarkus Documentation CI on commit db0dfde.

✅ The latest workflow run for the pull request has completed successfully.

It should be safe to merge provided you have a look at the other checks in the summary.

Warning

There are other workflow runs running, you probably need to wait for their status before merging.

Copy link

github-actions bot commented Sep 10, 2024

🙈 The PR is closed and the preview is expired.

@quarkus-bot
Copy link

quarkus-bot bot commented Sep 11, 2024

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit db0dfde.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
Native Tests - Security3 Download .m2/repository/io/quarkus ⚠️ Check → Logs Raw logs 🚧

You can consult the Develocity build scans.

@gsmet gsmet merged commit 8f048ef into quarkusio:3.14 Sep 11, 2024
54 of 55 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/config area/core area/devtools Issues/PR related to maven, gradle, platform and cli tooling/plugins area/documentation area/infra internal and infrastructure related issues area/jbang Issues related to when using jbang.dev with Quarkus area/maven area/platform Issues related to definition and interaction with Quarkus Platform area/rest
Projects
None yet
Development

Successfully merging this pull request may close these issues.

8 participants