Skip to content
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

Bump quarkus.version from 3.15.2 to 3.17.3 #200

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps quarkus.version from 3.15.2 to 3.17.3.
Updates io.quarkus:quarkus-bom from 3.15.2 to 3.17.3

Release notes

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

3.17.3

Complete changelog

  • #44471 - JDK 24 new console is causing a serious regression in startup
  • #44599 - Build fails with "Method too large" exception
  • #44624 - Split creation of the Set to match unknown properties to avoid MethodTooLargeException
  • #44653 - Dev console "crashes" with Java 23
  • #44708 - Fix invalid proxy setting when the port ends with a whitespace
  • #44761 - Re-enable OIDC wiremock tests once a new certificate chain is available
  • #44791 - Add OpenPGP's Bouncycastle library to application's BOM
  • #44795 - Fix typo with classes() method
  • #44796 - Default to old console if user has not set it
  • #44797 - Quarkus Qute broken in 3.16
  • #44798 - Drop mentions of quarkus.ssl.native=false in Hibernate Search guides
  • #44808 - Use CertificateGenerator in OIDC Wiremock tests
  • #44811 - quarkus.jacoco.excludes doesn't work since 3.17.0
  • #44817 - Qute: fix regression in perf optimization of ReflectionValueResolver
  • #44820 - Fix NPE caused by PropertyName map with Mappings names
  • #44822 - Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2
  • #44834 - Fix off-by-one error in exception decoration code
  • #44838 - Update SmallRye Config to 3.10.2
  • #44853 - Quarkus Vertx GRPC Client should respect "max-inbound-message-size" property
  • #44866 - Qute message bundle using enum uppercase with words separated by underscores
  • #44883 - Qute message bundles: fix localization of enums
  • #44886 - Custom openapi.yml under META-INF not merged after upgrade to 3.17.x
  • #44892 - Bump smallrye-open-api.version from 4.0.3 to 4.0.4

3.17.2

Complete changelog

  • #7462 - Hibernate fails on complex orphanDelete=true cases and bump version upon merge calls involving entities without change
  • #35980 - Health UI access wrong health endpoint with management interface
  • #43056 - Double Array Hibernate @JdbcTypeCode(SqlTypes.ARRAY) causes NullPointerException with 6.6.0.Final
  • #43296 - AssertionError in EntityInitializerImpl.resolveInstanceSubInitializers after upgrading to 3.14
  • #43845 - Exemplars are not recorded for metric http_server_requests*
  • #44016 - Micrometer exemplars on HTTP
  • #44117 - TestProfile's getEnabledAlternatives CDI BEAN leaks to unrelated TestProfile's test
  • #44261 - Improve Qute documentation
  • #44391 - Upgrade to Hibernate ORM 6.6.3.Final
  • #44454 - Hibernate FetchNotFoundException
  • #44511 - NPE during custom bean invocation via PreAuthorize annotation in Quarkus RESTEasy
  • #44543 - Fix buildpack docker host handling for macos
  • #44564 - A NoSuchMethodException is raised when a rest resource is called with a Jakarta Reader/Writer interceptor defined
  • #44568 - @AuthorizationPolicy is not compatoble with kotlin suspend functions
  • #44576 - Cannot build TODO demo app on windows into uber-jar since quarkus 3.16.1
  • #44584 - Fix wrong web endpoint path for resource on Windows
  • #44586 - Bump smallrye-fault-tolerance.version from 6.6.2 to 6.6.3
  • #44589 - Copyedits for style, security-jwt.adoc

... (truncated)

Commits
  • 7125e4c [RELEASE] - Bump version to 3.17.3
  • 67e79d6 Merge pull request #44897 from gsmet/3.17.3-backports-2
  • cd842d3 Bump smallrye-open-api.version from 4.0.3 to 4.0.4
  • b9278d5 Qute message bundles: fix localization of enums
  • dd54f90 Use CertificateGenerator in OIDC Wiremock tests
  • 4ac00d5 Merge pull request #44849 from gsmet/3.17.3-backports-1
  • f10d3a4 Update SmallRye Config to 3.10.2
  • e4d67fc Fix off-by-one error in exception decoration code
  • 1a5fe71 Qute: fix perf optimization in ReflectionValueResolver
  • a3b4042 Apply TrimmedStringConverter to proxyAddress configuration property
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.15.2 to 3.17.3

Updates io.quarkus:quarkus-extension-processor from 3.15.2 to 3.17.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.15.2 to 3.17.3

Release notes

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

3.17.3

Complete changelog

  • #44471 - JDK 24 new console is causing a serious regression in startup
  • #44599 - Build fails with "Method too large" exception
  • #44624 - Split creation of the Set to match unknown properties to avoid MethodTooLargeException
  • #44653 - Dev console "crashes" with Java 23
  • #44708 - Fix invalid proxy setting when the port ends with a whitespace
  • #44761 - Re-enable OIDC wiremock tests once a new certificate chain is available
  • #44791 - Add OpenPGP's Bouncycastle library to application's BOM
  • #44795 - Fix typo with classes() method
  • #44796 - Default to old console if user has not set it
  • #44797 - Quarkus Qute broken in 3.16
  • #44798 - Drop mentions of quarkus.ssl.native=false in Hibernate Search guides
  • #44808 - Use CertificateGenerator in OIDC Wiremock tests
  • #44811 - quarkus.jacoco.excludes doesn't work since 3.17.0
  • #44817 - Qute: fix regression in perf optimization of ReflectionValueResolver
  • #44820 - Fix NPE caused by PropertyName map with Mappings names
  • #44822 - Bump com.fasterxml.jackson:jackson-bom from 2.18.1 to 2.18.2
  • #44834 - Fix off-by-one error in exception decoration code
  • #44838 - Update SmallRye Config to 3.10.2
  • #44853 - Quarkus Vertx GRPC Client should respect "max-inbound-message-size" property
  • #44866 - Qute message bundle using enum uppercase with words separated by underscores
  • #44883 - Qute message bundles: fix localization of enums
  • #44886 - Custom openapi.yml under META-INF not merged after upgrade to 3.17.x
  • #44892 - Bump smallrye-open-api.version from 4.0.3 to 4.0.4

3.17.2

Complete changelog

  • #7462 - Hibernate fails on complex orphanDelete=true cases and bump version upon merge calls involving entities without change
  • #35980 - Health UI access wrong health endpoint with management interface
  • #43056 - Double Array Hibernate @JdbcTypeCode(SqlTypes.ARRAY) causes NullPointerException with 6.6.0.Final
  • #43296 - AssertionError in EntityInitializerImpl.resolveInstanceSubInitializers after upgrading to 3.14
  • #43845 - Exemplars are not recorded for metric http_server_requests*
  • #44016 - Micrometer exemplars on HTTP
  • #44117 - TestProfile's getEnabledAlternatives CDI BEAN leaks to unrelated TestProfile's test
  • #44261 - Improve Qute documentation
  • #44391 - Upgrade to Hibernate ORM 6.6.3.Final
  • #44454 - Hibernate FetchNotFoundException
  • #44511 - NPE during custom bean invocation via PreAuthorize annotation in Quarkus RESTEasy
  • #44543 - Fix buildpack docker host handling for macos
  • #44564 - A NoSuchMethodException is raised when a rest resource is called with a Jakarta Reader/Writer interceptor defined
  • #44568 - @AuthorizationPolicy is not compatoble with kotlin suspend functions
  • #44576 - Cannot build TODO demo app on windows into uber-jar since quarkus 3.16.1
  • #44584 - Fix wrong web endpoint path for resource on Windows
  • #44586 - Bump smallrye-fault-tolerance.version from 6.6.2 to 6.6.3
  • #44589 - Copyedits for style, security-jwt.adoc

... (truncated)

Commits
  • 7125e4c [RELEASE] - Bump version to 3.17.3
  • 67e79d6 Merge pull request #44897 from gsmet/3.17.3-backports-2
  • cd842d3 Bump smallrye-open-api.version from 4.0.3 to 4.0.4
  • b9278d5 Qute message bundles: fix localization of enums
  • dd54f90 Use CertificateGenerator in OIDC Wiremock tests
  • 4ac00d5 Merge pull request #44849 from gsmet/3.17.3-backports-1
  • f10d3a4 Update SmallRye Config to 3.10.2
  • e4d67fc Fix off-by-one error in exception decoration code
  • 1a5fe71 Qute: fix perf optimization in ReflectionValueResolver
  • a3b4042 Apply TrimmedStringConverter to proxyAddress configuration property
  • 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.15.2 to 3.17.3.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.15.2 to 3.17.3

Updates `io.quarkus:quarkus-extension-processor` from 3.15.2 to 3.17.3

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

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team as a code owner December 4, 2024 23:46
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 4, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 11, 2024

Superseded by #201.

@dependabot dependabot bot closed this Dec 11, 2024
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.17.3 branch December 11, 2024 23:25
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.

0 participants