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.17.0 to 3.17.2 #344

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 29, 2024

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

Release notes

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

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
  • #44592 - Docs: dev mode differences - remove the link for old Dev UI
  • #44594 - Google Cloud Function gen 2 is now the default
  • #44599 - Build fails with "Method too large" exception
  • #44602 - Qute docs improvement
  • #44603 - Copyedits for style, security-jwt-build.adoc
  • #44608 - Bump testcontainers.version from 1.20.3 to 1.20.4
  • #44610 - Qute: Unexpected primitive equality
  • #44613 - Register method for reflection when read or write interceptors exist
  • #44615 - Qute: if section - adjust the evaluation rules for equality operators
  • #44638 - Clean up effects of test profiles when @QuarkusMainTest completes
  • #44641 - NoClassDefFoundError in ShutdownTask when running BuildMetricsTest
  • #44646 - Failing to apply @SecureField to a generic with nested objects.
  • #44647 - Do not add host:port to Health path in Health UI
  • #44649 - Register jakarta.json.spi.JsonProvider service provider
  • #44667 - Pass secured method arguments into security checks for @PreAuthorize security annotation on SpringWeb endpoints
  • #44668 - Support @AuthorizationPolicy on suspended Kotlin endpoint methods
  • #44669 - Quarkus REST Jackson: Improve detection of generic fields annotated with the @SecureField and allow to explicitly enable secure serialization
  • #44674 - Qute: Rendering Timeout Instead of Throwing TemplateException for Missing Keys in {#let} and {#set} Constructs
  • #44677 - Properly reset Quarkus populated Jackson ObjectMapper
  • #44678 - Fix glob to regex convertion to properly handle **/*.suffix
  • #44679 - Config Doc - Improve HTML Javadoc -> Asciidoc conversion
  • #44682 - Qute: fix handling of missing properties in strict mode
  • #44684 - Remove line
  • #44685 - Add documentation for @WithTestResource to getting started testing
  • #44698 - Bump hibernate-search.version from 7.2.1.Final to 7.2.2.Final
  • #44704 - Fix TLS config Javadoc typo
  • #44709 - Fix leftover -reactive properties references in REST client guide
  • #44754 - Fix retry count in remote dev mode error message

... (truncated)

Commits
  • 3307eff [RELEASE] - Bump version to 3.17.2
  • 2b6d8a6 Revert "Split creation of the Set to match unknown properties to avoid Method...
  • 18b863c Merge pull request #44782 from gsmet/3.17.1-backports-1
  • 1261e26 Bump org.jboss.logmanager:jboss-logmanager
  • 0de5208 Fix retry count in remote dev mode error message
  • 2612663 Address leftovers in testing docs from #44685
  • 8d6844e Add documentation for @​WithTestResource to getting started testing
  • 1099725 Temporarily disable OIDC wiremock tests using expired certificates
  • 6c57eb6 Do not add host:port to Health path in Health UI
  • 1b2e431 Register jakarta.json.spi.JsonProvider service provider
  • Additional commits viewable in compare view

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

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

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

Release notes

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

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
  • #44592 - Docs: dev mode differences - remove the link for old Dev UI
  • #44594 - Google Cloud Function gen 2 is now the default
  • #44599 - Build fails with "Method too large" exception
  • #44602 - Qute docs improvement
  • #44603 - Copyedits for style, security-jwt-build.adoc
  • #44608 - Bump testcontainers.version from 1.20.3 to 1.20.4
  • #44610 - Qute: Unexpected primitive equality
  • #44613 - Register method for reflection when read or write interceptors exist
  • #44615 - Qute: if section - adjust the evaluation rules for equality operators
  • #44638 - Clean up effects of test profiles when @QuarkusMainTest completes
  • #44641 - NoClassDefFoundError in ShutdownTask when running BuildMetricsTest
  • #44646 - Failing to apply @SecureField to a generic with nested objects.
  • #44647 - Do not add host:port to Health path in Health UI
  • #44649 - Register jakarta.json.spi.JsonProvider service provider
  • #44667 - Pass secured method arguments into security checks for @PreAuthorize security annotation on SpringWeb endpoints
  • #44668 - Support @AuthorizationPolicy on suspended Kotlin endpoint methods
  • #44669 - Quarkus REST Jackson: Improve detection of generic fields annotated with the @SecureField and allow to explicitly enable secure serialization
  • #44674 - Qute: Rendering Timeout Instead of Throwing TemplateException for Missing Keys in {#let} and {#set} Constructs
  • #44677 - Properly reset Quarkus populated Jackson ObjectMapper
  • #44678 - Fix glob to regex convertion to properly handle **/*.suffix
  • #44679 - Config Doc - Improve HTML Javadoc -> Asciidoc conversion
  • #44682 - Qute: fix handling of missing properties in strict mode
  • #44684 - Remove line
  • #44685 - Add documentation for @WithTestResource to getting started testing
  • #44698 - Bump hibernate-search.version from 7.2.1.Final to 7.2.2.Final
  • #44704 - Fix TLS config Javadoc typo
  • #44709 - Fix leftover -reactive properties references in REST client guide
  • #44754 - Fix retry count in remote dev mode error message

... (truncated)

Commits
  • 3307eff [RELEASE] - Bump version to 3.17.2
  • 2b6d8a6 Revert "Split creation of the Set to match unknown properties to avoid Method...
  • 18b863c Merge pull request #44782 from gsmet/3.17.1-backports-1
  • 1261e26 Bump org.jboss.logmanager:jboss-logmanager
  • 0de5208 Fix retry count in remote dev mode error message
  • 2612663 Address leftovers in testing docs from #44685
  • 8d6844e Add documentation for @​WithTestResource to getting started testing
  • 1099725 Temporarily disable OIDC wiremock tests using expired certificates
  • 6c57eb6 Do not add host:port to Health path in Health UI
  • 1b2e431 Register jakarta.json.spi.JsonProvider service provider
  • 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.0 to 3.17.2.

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

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

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

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

---
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 November 29, 2024 16:53
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Nov 29, 2024
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