-
Notifications
You must be signed in to change notification settings - Fork 3k
[3.19] 3.19.0 backports 2 #46342
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
Merged
Merged
[3.19] 3.19.0 backports 2 #46342
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
- TemplatePathExcludeBuildItem - this is an addition to the quarkus.qute.template-path-exclude config property - resolves quarkusio#46270 (cherry picked from commit cf5d0bc)
- this message template is only used if Message#value() is not specified and a relevant message template is not defined in a localized file - resolves quarkusio#46259 (cherry picked from commit fc03e4f)
(cherry picked from commit b435ed7)
Bumps `flyway.version` from 11.3.1 to 11.3.2. Updates `org.flywaydb:flyway-core` from 11.3.1 to 11.3.2 - [Release notes](https://github.com/flyway/flyway/releases) - [Commits](flyway/flyway@flyway-11.3.1...flyway-11.3.2) Updates `org.flywaydb:flyway-sqlserver` from 11.3.1 to 11.3.2 Updates `org.flywaydb:flyway-mysql` from 11.3.1 to 11.3.2 Updates `org.flywaydb:flyway-database-oracle` from 11.3.1 to 11.3.2 Updates `org.flywaydb:flyway-database-postgresql` from 11.3.1 to 11.3.2 Updates `org.flywaydb:flyway-database-db2` from 11.3.1 to 11.3.2 Updates `org.flywaydb:flyway-database-derby` from 11.3.1 to 11.3.2 Updates `org.flywaydb:flyway-database-mongodb` from 11.3.1 to 11.3.2 --- updated-dependencies: - dependency-name: org.flywaydb:flyway-core dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.flywaydb:flyway-sqlserver dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.flywaydb:flyway-mysql dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.flywaydb:flyway-database-oracle dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.flywaydb:flyway-database-postgresql dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.flywaydb:flyway-database-db2 dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.flywaydb:flyway-database-derby dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.flywaydb:flyway-database-mongodb dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> (cherry picked from commit ed02f3e)
Before, for each resource method, no matter if rest-client or rest-server, each filter was checked if it called ResourceInfo#getResourceMethod. This can however be cached, since the set of filters does not change. (cherry picked from commit 9a3fd38)
There is one reason for doing that: this way, we are sure the value of the boolean is not dependent of anything contextual to the Consumer invocation. I think it's a lot safer this way. (cherry picked from commit c534f77)
(cherry picked from commit 37dc798)
The @WithConverter annotation is different from the @convertwith annotation and needs to be placed appropriately on the transformed type. After this PR, they should all be correctly positioned. (cherry picked from commit bc3fe92)
…ient-timeout` -> `quarkus.keycloak.devservices.web-client-timeout`
I originally added the property name to the error message here:
quarkusio#36883
However, the property to control the timeout was split from the devui property here:
quarkusio#43609
Which was a good change, but this error message was forgotten about, so let's fix it!
(cherry picked from commit 8c40db6)
(cherry picked from commit 91868cd)
(cherry picked from commit df385f9)
(cherry picked from commit c40286b)
- str:concat, str:join, str:builder, str:eval - also slightly optimize EvalSectionHelper for the cases where a template literal with no params is used (cherry picked from commit aae8420)
Fixes: quarkusio#46201 (cherry picked from commit 90833c0)
Closes: quarkusio#46251 (cherry picked from commit 06022f4)
TlsConfigurationRegistry.get("javax.net.ssl"), fix quarkusio#46309
(cherry picked from commit 9c716a3)
(cherry picked from commit 000b284)
This comment has been minimized.
This comment has been minimized.
|
🙈 The PR is closed and the preview is expired. |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Fixes quarkusio#41272 (cherry picked from commit ebe9486)
a0df460 to
c53a7e4
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area/agroal
area/arc
Issue related to ARC (dependency injection)
area/core
area/dependencies
Pull requests that update a dependency file
area/devtools
Issues/PR related to maven, gradle, platform and cli tooling/plugins
area/documentation
area/grpc
gRPC
area/hibernate-orm
Hibernate ORM
area/hibernate-reactive
Hibernate Reactive
area/infra
internal and infrastructure related issues
area/oidc
area/platform
Issues related to definition and interaction with Quarkus Platform
area/qute
The template engine
area/redis
area/rest
area/spring
Issues relating to the Spring integration
triage/flaky-test
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Please don't merge, I will merge it myself.