Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 20, 2024

Bumps quarkus.version from 3.17.2 to 3.17.5.
Updates io.quarkus:quarkus-bom from 3.17.2 to 3.17.5

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.17.5

Complete changelog

  • #44974 - Rest Client metrics show real value in uri attribute instead of path parameter placeholders when used with @Url
  • #44989 - REST Client not sending headers from shared configKey
  • #45002 - REST Client using configKey resolves wrong config
  • #45004 - Update documentation for handling proxies in native-mode
  • #45010 - Properly create REST Client template path when @Url is used
  • #45022 - Upgrade to quarkus-http 5.3.4
  • #45034 - Revert MariaDB driver to 3.4.1
  • #45044 - Priority of REST Client Config changed to Quarkus FQN, config key, simple name
  • #45066 - Update OIDC MTLS test to use generated certificates
  • #45072 - Prioritize OIDC mechanism when inclusive authentication is disabled to simplify using mTLS and OIDC together
  • #45084 - A NoSuchMethodException is raised when a REST resource is called with a single JsonObject argument in native build
  • #45095 - Generate certificates in the OIDC integration test
  • #45097 - Ensure that jakarta json types can be deserialized in native mode
  • #45108 - Logstash conf file fix
  • #45126 - Bump org.hibernate.validator:hibernate-validator from 8.0.1.Final to 8.0.2.Final
  • #45130 - Conflicting open telemetry and flyway dependencies
  • #45136 - Break build cycle between OTel, logging and Flyway
  • #45143 - Update OIDC bearer doc with a section about response filters
  • #45161 - Fix local proxy handling in REST Client module
  • #45162 - Improve documentation for handling proxies in native-mode
  • #45172 - Docs: Correct word form in Native Applications Tips
  • #45173 - Unable to use custom handlers for HTTP OPTIONS method in subresources
  • #45174 - Unable to use custom handlers for HTTP OPTIONS method in subresources
  • #45190 - Fix matrix computation for Ubuntu 24

3.17.4

Complete changelog

  • #40328 - Support for springdoc-openapi annotations in quarkus-smallrye-openapi
  • #44035 - smallrye-openapi scan for @ServerExceptionMapper annotation
  • #44627 - OpenAPI Extension Fails to Generate Schema for Generic Type that Uses Jackson JsonUnwrapped
  • #44804 - ElytronPasswordIdentityProvider does not forward attributes from SecurityIdentity
  • #44853 - Quarkus Vertx GRPC Client should respect "max-inbound-message-size" property
  • #44855 - Respect max message size property fo Quarkus GRPC client (44853)
  • #44896 - Copy attributes from Elytron SecurityIdentity to Quarkus SecurityIdentity
  • #44914 - LogManager error of type GENERIC_FAILURE
  • #44919 - Register Kotlin's empty set for reflection
  • #44923 - Spring Cloud Configuration ordinal customization
  • #44931 - Reduce log level of OTel side exporter classes
  • #44932 - Grpc client interceptors are not registered when injected via constructor
  • #44936 - Make sure OidcRequestContextProperties are always modifiable
  • #44938 - Keycloak devservice can be started indirectly if quarkus-oidc uses quarkus.oidc.provider
  • #44946 - Bump org.jboss.logmanager:jboss-logmanager from 3.1.0.Final to 3.1.1.Final
  • #44952 - Spring Cloud Configuration ordinal customization
  • #44954 - Bump io.smallrye.common:smallrye-common-bom from 2.8.0 to 2.9.0

... (truncated)

Commits
  • 8a11f90 [RELEASE] - Bump version to 3.17.5
  • 7bb1cc8 Merge pull request #45192 from gsmet/3.17.5-backports-1
  • c6608bf Fix matrix computation for Ubuntu 24
  • b73587d Unable to use custom handlers for HTTP OPTIONS method in subresources
  • ac91de2 Docs: Correct word form in Native Applications Tips
  • 6359779 Fix local proxy handling in REST Client module
  • 44f09de Improve documentation for handling proxies in native-mode
  • dda0b14 Register for reflection Pageable class for not missing paged/unpaged attributes.
  • 82cda43 Break build cycle between OTel, logging and Flyway
  • df84c0d Bump org.asynchttpclient:async-http-client from 2.12.3 to 2.12.4
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.17.2 to 3.17.5

Updates io.quarkus:quarkus-extension-processor from 3.17.2 to 3.17.5

Updates io.quarkus:quarkus-extension-maven-plugin from 3.17.2 to 3.17.5

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.17.5

Complete changelog

  • #44974 - Rest Client metrics show real value in uri attribute instead of path parameter placeholders when used with @Url
  • #44989 - REST Client not sending headers from shared configKey
  • #45002 - REST Client using configKey resolves wrong config
  • #45004 - Update documentation for handling proxies in native-mode
  • #45010 - Properly create REST Client template path when @Url is used
  • #45022 - Upgrade to quarkus-http 5.3.4
  • #45034 - Revert MariaDB driver to 3.4.1
  • #45044 - Priority of REST Client Config changed to Quarkus FQN, config key, simple name
  • #45066 - Update OIDC MTLS test to use generated certificates
  • #45072 - Prioritize OIDC mechanism when inclusive authentication is disabled to simplify using mTLS and OIDC together
  • #45084 - A NoSuchMethodException is raised when a REST resource is called with a single JsonObject argument in native build
  • #45095 - Generate certificates in the OIDC integration test
  • #45097 - Ensure that jakarta json types can be deserialized in native mode
  • #45108 - Logstash conf file fix
  • #45126 - Bump org.hibernate.validator:hibernate-validator from 8.0.1.Final to 8.0.2.Final
  • #45130 - Conflicting open telemetry and flyway dependencies
  • #45136 - Break build cycle between OTel, logging and Flyway
  • #45143 - Update OIDC bearer doc with a section about response filters
  • #45161 - Fix local proxy handling in REST Client module
  • #45162 - Improve documentation for handling proxies in native-mode
  • #45172 - Docs: Correct word form in Native Applications Tips
  • #45173 - Unable to use custom handlers for HTTP OPTIONS method in subresources
  • #45174 - Unable to use custom handlers for HTTP OPTIONS method in subresources
  • #45190 - Fix matrix computation for Ubuntu 24

3.17.4

Complete changelog

  • #40328 - Support for springdoc-openapi annotations in quarkus-smallrye-openapi
  • #44035 - smallrye-openapi scan for @ServerExceptionMapper annotation
  • #44627 - OpenAPI Extension Fails to Generate Schema for Generic Type that Uses Jackson JsonUnwrapped
  • #44804 - ElytronPasswordIdentityProvider does not forward attributes from SecurityIdentity
  • #44853 - Quarkus Vertx GRPC Client should respect "max-inbound-message-size" property
  • #44855 - Respect max message size property fo Quarkus GRPC client (44853)
  • #44896 - Copy attributes from Elytron SecurityIdentity to Quarkus SecurityIdentity
  • #44914 - LogManager error of type GENERIC_FAILURE
  • #44919 - Register Kotlin's empty set for reflection
  • #44923 - Spring Cloud Configuration ordinal customization
  • #44931 - Reduce log level of OTel side exporter classes
  • #44932 - Grpc client interceptors are not registered when injected via constructor
  • #44936 - Make sure OidcRequestContextProperties are always modifiable
  • #44938 - Keycloak devservice can be started indirectly if quarkus-oidc uses quarkus.oidc.provider
  • #44946 - Bump org.jboss.logmanager:jboss-logmanager from 3.1.0.Final to 3.1.1.Final
  • #44952 - Spring Cloud Configuration ordinal customization
  • #44954 - Bump io.smallrye.common:smallrye-common-bom from 2.8.0 to 2.9.0

... (truncated)

Commits
  • 8a11f90 [RELEASE] - Bump version to 3.17.5
  • 7bb1cc8 Merge pull request #45192 from gsmet/3.17.5-backports-1
  • c6608bf Fix matrix computation for Ubuntu 24
  • b73587d Unable to use custom handlers for HTTP OPTIONS method in subresources
  • ac91de2 Docs: Correct word form in Native Applications Tips
  • 6359779 Fix local proxy handling in REST Client module
  • 44f09de Improve documentation for handling proxies in native-mode
  • dda0b14 Register for reflection Pageable class for not missing paged/unpaged attributes.
  • 82cda43 Break build cycle between OTel, logging and Flyway
  • df84c0d Bump org.asynchttpclient:async-http-client from 2.12.3 to 2.12.4
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps `quarkus.version` from 3.17.2 to 3.17.5.

Updates `io.quarkus:quarkus-bom` from 3.17.2 to 3.17.5
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.17.2...3.17.5)

Updates `io.quarkus:quarkus-maven-plugin` from 3.17.2 to 3.17.5

Updates `io.quarkus:quarkus-extension-processor` from 3.17.2 to 3.17.5

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.17.2 to 3.17.5
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.17.2...3.17.5)

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot requested a review from a team as a code owner December 20, 2024 06:43
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 20, 2024
@sberyozkin sberyozkin merged commit 253043a into main Dec 20, 2024
1 check passed
@sberyozkin sberyozkin deleted the dependabot/maven/quarkus.version-3.17.5 branch December 20, 2024 13:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant