-
Notifications
You must be signed in to change notification settings - Fork 2.8k
[3.18] 3.18.1 backports 1 #45928
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.18] 3.18.1 backports 1 #45928
Conversation
- if a non-application template global class is present we have to reflect this fact when assigning the priority for an application template global resolver; otherwise a conflict may occur (cherry picked from commit c9f1df1)
(cherry picked from commit 3ccd358)
(cherry picked from commit a978058)
Bumps com.gradle:develocity-maven-extension from 1.23 to 1.23.1. --- updated-dependencies: - dependency-name: com.gradle:develocity-maven-extension dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit bb10502)
Signed-off-by: Michael Edgar <[email protected]> (cherry picked from commit a2ef39b)
The configured lifecycle manager is now taken into account so test using the same managers don't require a restart. This results in much faster test execution when multiple different tests with different @WithTestResource configurations are used. Originally mentioned in https://quarkusio.zulipchat.com/#narrow/channel/187030-users/topic/.40WithTestResource.28.2E.2E.2C.20scope.3DMATCHING_RESOURCES.29/near/495321926 (cherry picked from commit 7948eff)
The `KEYS` command in Redis can block the Redis server for quite a while. Moreover, certain implementations of Redis (such as Amazon ElastiCache) do not allow the `KEYS` command at all. Hence, this commit replaces the usage of `KEYS` with `SCAN`, which can possibly take multiple iterations to collect all the keys, but each iteration takes only a short while and in between iterations, other commands may be invoked against the Redis server. The `COUNT` argument may be configured; by default, it is not included in the `SCAN` command at all. (cherry picked from commit 5cf96c9)
…itory The `BootstrapMavenContext.newRepositorySystemSession()` method is now a lot closer to `DefaultRepositorySystemSessionFactory.newRepositorySession()`, especially around how it initializes the `LocalRepositoryManager`. It is now done _after_ setting up the config properties on the `RepositorySystemSession`, which has also been fixed (to include the properties of all active profiles, including those in `settings.xml`). Furhter, this commit renames 2 files to match the name of the (non-`public`) class declared in them, and fixes self type emulation in `BootstrapMavenContextConfig`. (cherry picked from commit d032483)
Bumps `mongo-client.version` from 5.3.0 to 5.3.1. Updates `org.mongodb:mongodb-driver-sync` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.3.0...r5.3.1) Updates `org.mongodb:mongodb-driver-core` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.3.0...r5.3.1) Updates `org.mongodb:mongodb-driver-legacy` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.3.0...r5.3.1) Updates `org.mongodb:mongodb-driver-reactivestreams` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.3.0...r5.3.1) Updates `org.mongodb:bson` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.3.0...r5.3.1) Updates `org.mongodb:mongodb-crypt` from 5.3.0 to 5.3.1 - [Release notes](https://github.com/mongodb/mongo-java-driver/releases) - [Commits](mongodb/mongo-java-driver@r5.3.0...r5.3.1) --- updated-dependencies: - dependency-name: org.mongodb:mongodb-driver-sync dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mongodb:mongodb-driver-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mongodb:mongodb-driver-legacy dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mongodb:mongodb-driver-reactivestreams dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mongodb:bson dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.mongodb:mongodb-crypt dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit 08ced0e)
Fixes quarkusio#45774 (maybe...) (cherry picked from commit b3cdc89)
Signed-off-by: Harald Albers <[email protected]> (cherry picked from commit 6a63d8b)
It was relying on some internal behavior of the path trees and not calling the `getOriginalTree()` method. But rather than fixing it this way, I think it's more future proof to properly implement `toString()` in the `PathTree` implementations. Fixes quarkusio#45650 (cherry picked from commit de05681)
This is done because OTelDurationConverter is used at startup and the use of "+" forces the use of StringConcatFactory which is rather heavy and not beneficial in this simple case (cherry picked from commit 9560996)
(cherry picked from commit 64b81af)
Revi Completed (cherry picked from commit 2dd1c45)
Signed-off-by: Michael Edgar <[email protected]> (cherry picked from commit e35825d)
…t "/" (cherry picked from commit 2c58e9f)
Format numbered list Add space to list Simplify documentation (cherry picked from commit 4e83ba9)
(cherry picked from commit e0bf9eb)
Fixes: quarkusio#45863 (cherry picked from commit f5a8c95)
(cherry picked from commit 7899c9d)
(cherry picked from commit c6a9432)
(cherry picked from commit f818859)
We don't want to split it on commas but spaces so here is a quick fix for it. We could write a specific converter but I'm not really sure it's worth it. Fixes quarkusio#45878 (cherry picked from commit 7be5a75)
`quarkus.native.container-runtime-options` should be respected when invoking the builder image to get its version. Closes: quarkusio#45842 (cherry picked from commit 726ba17)
(cherry picked from commit fa5af0d)
Signed-off-by: Phillip Kruger <[email protected]> (cherry picked from commit 3501531)
Signed-off-by: Phillip Kruger <[email protected]> (cherry picked from commit 5b3a604)
(cherry picked from commit 7159665)
It uses symlinks and they are complex to allow on Windows. Let's not ask our users to go do crazy things to test this particular module. Fixes quarkusio#45860 Related to quarkusio#42756 (cherry picked from commit 1e826ea)
This comment has been minimized.
This comment has been minimized.
🙈 The PR is closed and the preview is expired. |
a50cc45
to
24a33c1
Compare
Status for workflow
|
Status for workflow
|
Please don't merge, I will merge it myself.