-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[3.22] 3.22.0 backports 1 #47488
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.22] 3.22.0 backports 1 #47488
Conversation
(cherry picked from commit 25ab0d2)
Fixes quarkusio#46702 (cherry picked from commit cdfa1cc)
(cherry picked from commit 537c43c)
https://github.com/maveniverse/nisse/releases/tag/release-0.4.2 Fixes: quarkusio#46792 (cherry picked from commit 186305f)
(cherry picked from commit 0ef73b6)
Fixes quarkusio#47003 Co-Authored-By: Martin Panzer <[email protected]> (cherry picked from commit 1b0ecd2)
(cherry picked from commit 458a360)
Bumps `smallrye-open-api.version` from 4.0.9 to 4.0.10. Updates `io.smallrye:smallrye-open-api-core` from 4.0.9 to 4.0.10 - [Release notes](https://github.com/smallrye/smallrye-open-api/releases) - [Commits](smallrye/smallrye-open-api@4.0.9...4.0.10) Updates `io.smallrye:smallrye-open-api-jaxrs` from 4.0.9 to 4.0.10 Updates `io.smallrye:smallrye-open-api-spring` from 4.0.9 to 4.0.10 Updates `io.smallrye:smallrye-open-api-vertx` from 4.0.9 to 4.0.10 Updates `io.smallrye:smallrye-open-api-ui` from 4.0.9 to 4.0.10 --- updated-dependencies: - dependency-name: io.smallrye:smallrye-open-api-core dependency-version: 4.0.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.smallrye:smallrye-open-api-jaxrs dependency-version: 4.0.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.smallrye:smallrye-open-api-spring dependency-version: 4.0.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.smallrye:smallrye-open-api-vertx dependency-version: 4.0.10 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: io.smallrye:smallrye-open-api-ui dependency-version: 4.0.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit f0e82e8)
We were displaying the private ports with null values, which is counter productive. I applied the same logic as what is in `ContainerInfo` format methods. (cherry picked from commit 9126c82)
(cherry picked from commit 2b551fa)
Probably due to a copy/pasto. Also added a test. Related to quarkusio#47437 (cherry picked from commit 1f1036e)
(cherry picked from commit 85975e7)
(cherry picked from commit deeb0d8)
(cherry picked from commit 8d11c39)
(cherry picked from commit 727e74d)
(cherry picked from commit 8cd3121)
(cherry picked from commit 8f08cdc)
Empty values injected by @parameter in a Map are going to be null. We should avoid trying to push these values to the system properties as they are ultimately backed by a CHM, which doesn't support null values. Fixes quarkusio#47446 (cherry picked from commit 0e6d972)
Bumps `picocli.version` from 4.7.6 to 4.7.7. Updates `info.picocli:picocli` from 4.7.6 to 4.7.7 - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](remkop/picocli@v4.7.6...v4.7.7) Updates `info.picocli:picocli-codegen` from 4.7.6 to 4.7.7 - [Release notes](https://github.com/remkop/picocli/releases) - [Changelog](https://github.com/remkop/picocli/blob/main/RELEASE-NOTES.md) - [Commits](remkop/picocli@v4.7.6...v4.7.7) --- updated-dependencies: - dependency-name: info.picocli:picocli dependency-version: 4.7.7 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: info.picocli:picocli-codegen dependency-version: 4.7.7 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit c4b64b2)
If you want to use Stork, you now have to add the quarkus-smallrye-stork extension, which IMHO makes perfect sense. This avoids initializing Stork for every application using the REST Client. Fixes quarkusio#47337 (cherry picked from commit 2a10bb3)
(cherry picked from commit 70ac695)
It has been extremely flaky and it makes things quite painful. (cherry picked from commit 71c8636)
(cherry picked from commit e7d4914)
(cherry picked from commit 236c646)
Status for workflow
|
🙈 The PR is closed and the preview is expired. |
Status for workflow
|
Status | Name | Step | Failures | Logs | Raw logs | Build scan |
---|---|---|---|---|---|---|
✔️ | JVM Integration Tests - JDK 17 | Logs | Raw logs | 🔍 | ||
✖ | JVM Integration Tests - JDK 17 Windows | Build |
Failures | Logs | Raw logs | 🔍 |
✔️ | JVM Integration Tests - JDK 21 | Logs | Raw logs | 🔍 |
You can consult the Develocity build scans.
Failures
⚙️ JVM Integration Tests - JDK 17 Windows #
- Failing: integration-tests/oidc-wiremock-logout
📦 integration-tests/oidc-wiremock-logout
✖ Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.5.2:test (default-test) on project quarkus-integration-test-oidc-wiremock-logout:
See D:\a\quarkus\quarkus\integration-tests\oidc-wiremock-logout\target\surefire-reports for the individual test results.
See dump files (if any exist) [date].dump, [date]-jvmRun[N].dump and [date].dumpstream.
There was an error in the forked process
Please don't merge, I will merge it myself.