quarkiverse / quarkus-resteasy-problem

Unified error responses for Quarkus REST APIs via Problem Details for HTTP APIs (RFC9457 & RFC7807)
https://docs.quarkiverse.io/quarkus-resteasy-problem/dev
Apache License 2.0
65 stars 12 forks source link

Bump quarkus.version from 3.14.2 to 3.14.3 #425

Closed dependabot[bot] closed 1 week ago

dependabot[bot] commented 1 week ago

Bumps quarkus.version from 3.14.2 to 3.14.3. Updates io.quarkus:quarkus-bom from 3.14.2 to 3.14.3

Release notes

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

3.14.3

Complete changelog

  • #30087 - jbang does not persist Q:CONFIG keys nor build set keys
  • #32831 - Hibernate Validator Failure When TZ Set to Non-UTC
  • #41558 - Add documentation for vertx and qute integration
  • #41559 - Add documentation for Vertx and Qute integration
  • #42256 - Gradle early task configuration causes quarkus.container-image. properties to be ignored
  • #42496 - Configuration Cache compatibility (QuarkusGenerateCode - QuarkusBuid)
  • #42511 - TLS Reference guide grammar check and review
  • #42724 - gRPC Server INTERNAL: HTTP status code 400 When Upgrading from 3.12.3 > 3.13.0
  • #42751 - tls command not found despite the extension present in the application
  • #42851 - classic resteasy-client: ensure sub-resources are also proxied
  • #42875 - Compatibility with configuration cache for image tasks
  • #42905 - Port resteasy fix for sub-resources
  • #42908 - Cannot initialize file manager
  • #42948 - Document generic synthetic bean creation
  • #42990 - logout.backchannel.path fails when http.root-path is present - Again
  • #42995 - Fix minor typo: Use correct syntax for TIP admonition
  • #42998 - Error page and not found page now looks the same in prod mode
  • #43000 - Fix registration of backchannel logout route
  • #43009 - mention gradle dsl kts not supported in quarkus update
  • #43010 - Fix error message when a REST Client throws an exception
  • #43015 - REST: comment out useless 10K System.out.printl() in the DrainTest
  • #43017 - DefaultJaxRsRolesAllowedImplMethodSecuredTest produces a large number of errors
  • #43018 - Reduce log clutter in security tests
  • #43019 - Properly escape log message additions
  • #43020 - Store Quarkus version in native executable
  • #43021 - Decorated stacktrace that is added to the log record is not properly decorated
  • #43023 - Reduce Agroal pool logging
  • #43025 - Support transitive extensions when searching for plugins
  • #43028 - Bump org.jboss.marshalling:jboss-marshalling from 2.2.0.Final to 2.2.1.Final
  • #43029 - Bump mongo-client.version from 5.1.3 to 5.1.4
  • #43040 - Excluding depencency from arc based on group id only results in NoSuchElementException
  • #43041 - Update Vertx to version 4.5.10
  • #43043 - Fix Arc dependency exclusion configuration
  • #43044 - include sbom feature in LTS
  • #43045 - Embed quarkus version in native executable as a global string symbol
  • #43051 - Show exception cause during logging filter initialization
  • #43052 - Show exception cause during logging filter initialization
  • #43055 - Avoid publishing the docs module in Maven Central in extension template
  • #43063 - Bump com.gradle:common-custom-user-data-maven-extension from 2 to 2.0.1
  • #43066 - Add Application links on the welcome page
  • #43070 - Add a note about let's encrypt challenge requiring the port 80 to be accessible
  • #43071 - Quarkus CLI for extension setting old rest name
  • #43082 - Fix guide URL in web-dependency-locator
  • #43083 - Apply quarkus-rest-client-oidc-token-propagation name
  • #43085 - [3.14] Fix Boolean serializer
  • #43089 - Avoid using "Reactive" for Quarkus REST in security doc

... (truncated)

Commits
  • cf131e3 [RELEASE] - Bump version to 3.14.3
  • 8f048ef Merge pull request #43197 from gsmet/3.14.3-backports-3
  • db0dfde Config Doc - Reset list status for passthrough maps
  • 48c2de9 Fix javadoc for quarkus.bootstrap.incubating-model-resolver
  • 2bb7dba Added Runtime exception on failing directory creation
  • e557f13 Fixes #42908
  • 6789f02 Add runtime properties to Quarkus builder
  • 17a508d Rename DefaultMismatchedInputException to BuiltinMismatchedInputExceptionMapper
  • a1d175f Document how to turn off DefaultMismatchedInputException
  • eb321a8 Allows users to exclude DefaultMismatchedInputException
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.14.2 to 3.14.3

Updates io.quarkus:quarkus-config-doc-maven-plugin from 3.14.2 to 3.14.3

Updates io.quarkus:quarkus-extension-processor from 3.14.2 to 3.14.3

Updates io.quarkus:quarkus-extension-maven-plugin from 3.14.2 to 3.14.3

Release notes

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

3.14.3

Complete changelog

  • #30087 - jbang does not persist Q:CONFIG keys nor build set keys
  • #32831 - Hibernate Validator Failure When TZ Set to Non-UTC
  • #41558 - Add documentation for vertx and qute integration
  • #41559 - Add documentation for Vertx and Qute integration
  • #42256 - Gradle early task configuration causes quarkus.container-image. properties to be ignored
  • #42496 - Configuration Cache compatibility (QuarkusGenerateCode - QuarkusBuid)
  • #42511 - TLS Reference guide grammar check and review
  • #42724 - gRPC Server INTERNAL: HTTP status code 400 When Upgrading from 3.12.3 > 3.13.0
  • #42751 - tls command not found despite the extension present in the application
  • #42851 - classic resteasy-client: ensure sub-resources are also proxied
  • #42875 - Compatibility with configuration cache for image tasks
  • #42905 - Port resteasy fix for sub-resources
  • #42908 - Cannot initialize file manager
  • #42948 - Document generic synthetic bean creation
  • #42990 - logout.backchannel.path fails when http.root-path is present - Again
  • #42995 - Fix minor typo: Use correct syntax for TIP admonition
  • #42998 - Error page and not found page now looks the same in prod mode
  • #43000 - Fix registration of backchannel logout route
  • #43009 - mention gradle dsl kts not supported in quarkus update
  • #43010 - Fix error message when a REST Client throws an exception
  • #43015 - REST: comment out useless 10K System.out.printl() in the DrainTest
  • #43017 - DefaultJaxRsRolesAllowedImplMethodSecuredTest produces a large number of errors
  • #43018 - Reduce log clutter in security tests
  • #43019 - Properly escape log message additions
  • #43020 - Store Quarkus version in native executable
  • #43021 - Decorated stacktrace that is added to the log record is not properly decorated
  • #43023 - Reduce Agroal pool logging
  • #43025 - Support transitive extensions when searching for plugins
  • #43028 - Bump org.jboss.marshalling:jboss-marshalling from 2.2.0.Final to 2.2.1.Final
  • #43029 - Bump mongo-client.version from 5.1.3 to 5.1.4
  • #43040 - Excluding depencency from arc based on group id only results in NoSuchElementException
  • #43041 - Update Vertx to version 4.5.10
  • #43043 - Fix Arc dependency exclusion configuration
  • #43044 - include sbom feature in LTS
  • #43045 - Embed quarkus version in native executable as a global string symbol
  • #43051 - Show exception cause during logging filter initialization
  • #43052 - Show exception cause during logging filter initialization
  • #43055 - Avoid publishing the docs module in Maven Central in extension template
  • #43063 - Bump com.gradle:common-custom-user-data-maven-extension from 2 to 2.0.1
  • #43066 - Add Application links on the welcome page
  • #43070 - Add a note about let's encrypt challenge requiring the port 80 to be accessible
  • #43071 - Quarkus CLI for extension setting old rest name
  • #43082 - Fix guide URL in web-dependency-locator
  • #43083 - Apply quarkus-rest-client-oidc-token-propagation name
  • #43085 - [3.14] Fix Boolean serializer
  • #43089 - Avoid using "Reactive" for Quarkus REST in security doc

... (truncated)

Commits
  • cf131e3 [RELEASE] - Bump version to 3.14.3
  • 8f048ef Merge pull request #43197 from gsmet/3.14.3-backports-3
  • db0dfde Config Doc - Reset list status for passthrough maps
  • 48c2de9 Fix javadoc for quarkus.bootstrap.incubating-model-resolver
  • 2bb7dba Added Runtime exception on failing directory creation
  • e557f13 Fixes #42908
  • 6789f02 Add runtime properties to Quarkus builder
  • 17a508d Rename DefaultMismatchedInputException to BuiltinMismatchedInputExceptionMapper
  • a1d175f Document how to turn off DefaultMismatchedInputException
  • eb321a8 Allows users to exclude DefaultMismatchedInputException
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | io.quarkus:quarkus-maven-plugin | [> 1.12.2.Final, < 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)