halkyonio / primaza-poc

Quarkus Primaza Application - POC
1 stars 7 forks source link

Bump quarkus.platform.version from 3.6.1 to 3.8.2 #467

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 6 months ago

Bumps quarkus.platform.version from 3.6.1 to 3.8.2. Updates io.quarkus:quarkus-bom from 3.6.1 to 3.8.2

Release notes

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

3.8.2

Complete changelog

  • #19849 - Reactive rest client invoke MessageBodyReader.isReadable with null value of annotations parameter
  • #27999 - quarkus.datasource."datasource-name".jdbc.min-size not honored if max-lifetime is set
  • #35993 - Event-loop thread blocked when connecting to an unavailable OIDC server
  • #37984 - Custom SecretsKeyHandler not found after update to 3.6.4
  • #38007 - Failure to resolve encrypted configuration properties with the Gradle plugin
  • #38392 - Application.properties string substitution does not work when using gradle variables
  • #38424 - application-test.yml is not utilized during tests executed during gradle build
  • #38435 - Fix CLI not recognizing installed plugins
  • #38900 - Bump Smallrye Reactive Messaging from 4.16.2 to 4.17.0
  • #38971 - Clarify that quarkus.profile cannot be set from a profile aware file
  • #38988 - Do not expand configuration for Gradle cache
  • #38989 - cert chain public key resolver thumbprints
  • #39001 - Update to Vert.x 4.5.4 and Netty 4.1.107
  • #39021 - Upgrade to testcontainers 1.19.6
  • #39023 - Remove selector field from generated Job manifest in docs
  • #39041 - JAX-RS seeOther does not work with IPv6
  • #39046 - Make sure Response and RestResponse work properly with IPv6 addresses
  • #39057 - Skip analysis of plugin executions with phases post quarkus:dev preparing for dev mode launch
  • #39059 - Exception in blocking graphql query is wrapped
  • #39063 - Fix the OIDC token verification failure with the inlined cert chain
  • #39067 - Updates to Infinispan 14.0.25.Final
  • #39068 - Optionally run DNS lookup for OIDC server requests on worker thread
  • #39069 - Do not fail UPX if compression level is not given
  • #39070 - Doc: add Pulsar in Dev Services Overview
  • #39072 - Update to Agroal 2.3
  • #39078 - Unwrap actual GraphQL data fetching exception if it is wrapped
  • #39093 - Fix cross-references in the Vert.x Reference Guide
  • #39094 - Emphasize the need to add quarkus-junit5-mockito as a dependency to use mock injection
  • #39102 - Properly pass annotations to MessageBodyReader in REST Client
  • #39120 - Startup fails with Kafka Stream if topics for topics check not defined when check is disabled
  • #39121 - Do not fail on resolve kafka streams topics when topics check disabled
  • #39122 - Use bcrypt password mapper in elytron-security-jdbc docs
  • #39123 - Quarkus Dev Services passes wrong volume path to Docker on Windows
  • #39130 - When building images with jib the fast-jar-lib layer is always changed
  • #39136 - Fix wrong volume host path being used on Windows
  • #39147 - Keep the timestamps when copying jars and building JIB layers
  • #39160 - Fail on conflicting deployment kinds
  • #39168 - Remove misleading note from jacoco.enabled
  • #39169 - Unable to produce multiple synthetic beans of same type having different identifiers
  • #39179 - Allow setting the SettingsDecrypter when initializing a Maven artifact resolver
  • #39181 - ArC: fix BeanConfiguratorBase#read()
  • #39201 - Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • #39203 - Fix typo in testing Getting Started guide example

3.8.1

... (truncated)

Commits
  • 8b37d71 [RELEASE] - Bump version to 3.8.2
  • 002a0ed Merge pull request #39219 from gsmet/3.8.2-backports-2
  • e8fed18 Bump quarkus-http.version from 5.2.0.Final to 5.2.1.Final
  • cea9a61 Fix typo in testing Getting Started guide
  • 6eb2419 feat: prevent conflicts when switching deployment kinds
  • 0191094 refactor: use a common DeploymnetResourceKind enum
  • 16c11df Merge pull request #39198 from gsmet/3.8.2-backports-1
  • b47f807 Do not fail on resolve kafka streams topics when topics check disabled
  • c7e39ee Skip analysis of plugin executions with phases post quarkus:dev preparing for...
  • bca80eb ArC: fix BeanConfiguratorBase#read()
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.6.1 to 3.8.2

You can trigger a rebase of this PR 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 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)

Note Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

cmoulliard commented 4 months ago

FYI: I will close it as the PR you created to bump sundrio also bump quarkus to 3.8.3 @aureamunoz

dependabot[bot] commented 4 months ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.