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.12.3 to 3.14.3 #319

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 12, 2024

Bumps quarkus.version from 3.12.3 to 3.14.3.
Updates io.quarkus:quarkus-bom from 3.12.3 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.12.3 to 3.14.3

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

Updates io.quarkus:quarkus-extension-maven-plugin from 3.12.3 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

Updates io.quarkus:quarkus-resteasy-deployment from 3.12.3 to 3.14.3

Updates io.quarkus:quarkus-jackson-deployment from 3.12.3 to 3.14.3

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.12.3 to 3.14.3.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.12.3 to 3.14.3

Updates `io.quarkus:quarkus-extension-processor` from 3.12.3 to 3.14.3

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

Updates `io.quarkus:quarkus-resteasy-deployment` from 3.12.3 to 3.14.3

Updates `io.quarkus:quarkus-jackson-deployment` from 3.12.3 to 3.14.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
- dependency-name: io.quarkus:quarkus-resteasy-deployment
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-jackson-deployment
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Sep 12, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Sep 16, 2024

Superseded by #321.

@dependabot dependabot bot closed this Sep 16, 2024
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-3.14.3 branch September 16, 2024 09:18
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