Skip to content

Conversation

@gsmet
Copy link
Member

@gsmet gsmet commented Feb 18, 2025

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

mkouba and others added 17 commits February 18, 2025 17:10
- 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)
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)
- 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)
TlsConfigurationRegistry.get("javax.net.ssl"), fix quarkusio#46309

(cherry picked from commit 9c716a3)
@gsmet gsmet added the area/infra internal and infrastructure related issues label Feb 18, 2025
@gsmet gsmet self-assigned this Feb 18, 2025
@quarkus-bot quarkus-bot bot changed the title 3.19.0 backports 2 [3.19] 3.19.0 backports 2 Feb 18, 2025
@quarkus-bot quarkus-bot bot added 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/hibernate-orm Hibernate ORM area/hibernate-reactive Hibernate Reactive area/oidc area/platform Issues related to definition and interaction with Quarkus Platform labels Feb 18, 2025
@quarkus-bot quarkus-bot bot added area/qute The template engine area/redis area/rest area/spring Issues relating to the Spring integration labels Feb 18, 2025
@quarkus-bot

This comment has been minimized.

@github-actions
Copy link

github-actions bot commented Feb 18, 2025

🙈 The PR is closed and the preview is expired.

@quarkus-bot quarkus-bot bot added the area/grpc gRPC label Feb 18, 2025
@quarkus-bot

This comment has been minimized.

@quarkus-bot

This comment has been minimized.

@quarkus-bot

This comment has been minimized.

Fixes quarkusio#41272

(cherry picked from commit ebe9486)
@gsmet gsmet force-pushed the 3.19.0-backports-2 branch from a0df460 to c53a7e4 Compare February 19, 2025 08:23
@gsmet gsmet merged commit 75f8379 into quarkusio:3.19 Feb 19, 2025
6 of 8 checks passed
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants