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.2.9.Final to 3.2.10.Final #203

Merged
merged 1 commit into from
Jan 26, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 26, 2024

Bumps quarkus.version from 3.2.9.Final to 3.2.10.Final.
Updates io.quarkus:quarkus-bom from 3.2.9.Final to 3.2.10.Final

Release notes

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

3.2.10.Final

Complete changelog

  • #38262 - [3.2] Remove config overriding the parent config
  • #38092 - Always set ssl and alpn for non-plain-text with Vert.x gRPC channel
  • #38035 - Verify duplicated context handling when caching a Uni
  • #37987 - Do not expand config properties for Gradle Workers
  • #37975 - Fix Create the Maven project section in security-oidc-bearer-token-authentication-tutorial.adoc
  • #37973 - create-app-extensions macro does not work in security-oidc-bearer-token-authentication-tutorial
  • #37757 - Fixes stork path param resolution in REST Client
  • #37713 - PathParam containing "/" character are not well encoded as "%2F" when using reactive rest client with Stork
  • #37686 - Use standard URL when updating the website
  • #37581 - Support using commas to add extensions with CLI
  • #37564 - Invalid documentation for 'quarkus extension add'
  • #37557 - Make docs/sync-web-site.sh recoverable
  • #37536 - Fix != expression in @PreAuthorize check
  • #37526 - Spring security annotatiton PreAuthorize process equals and not equals in the same way
  • #37513 - Save pathParamValues encoded and perform decoding when requested
  • #37453 - Fix Panache bytecode enhancement for @Embeddable records
  • #37428 - Fix various minor issues in quarkus update
  • #37318 - Use batch mode for update-version.sh
  • #37317 - Avoid asking for GPG passphrase on CI
  • #37300 - Prepare docs/sync-web-site.sh for automated releases
  • #37273 - Environment variable is not read
  • #37268 - Reactive REST Client: check for ClientRequestFilter when skipping @Provider auto-discovery
  • #37248 - Add a test for the Duplicated Context handling in the CacheResultInterceptor
  • #37244 - Always execute a JPA password action
  • #37218 - Fix OpenTelemetry trace exclusion of endpoints served from the management interface
  • #37206 - recognize quarkus.tls.trust-all property by keycloak-admin-client extension
  • #37104 - Make analytics tests a bit more resilient
  • #37068 - Updates infinispan client intelligence section
  • #37036 - Use empty string in Sse event when there is no data
  • #37035 - Register methods of RESTeasy reactive parameter containers for reflection
  • #37033 - Sse difference in empty event between non-reactive and reactive output
  • #37010 - Fix vale errors and some warnings in the OIDC Configuration Properties reference guide
  • #37006 - Never register server specific providers in REST Client (fixed)
  • #36986 - Native not index method with SSE and throw NoSuchMethodException
  • #36885 - Handle generic types for ParamConverter in REST Client
  • #36747 - NoSuchMethodException when reading @Embeddable record
  • #36639 - RESTEasy Reactive does not call method ParamConverter#toString for collection elements
  • #36166 - Fix tracing protocol configuration to only allow grpc
  • #35960 - PathParam URL encoded in quarkus-resteasy-reactive since quarkus 3.2.x
  • #31024 - Resteasy Reactive client tries to use ContainerResponseFilter
Commits
  • 33ff2e9 [RELEASE] - Bump version to 3.2.10.Final
  • 2cabec0 Merge pull request #38376 from aloubyansky/3.2.10-backports-3
  • f52b644 Disable AnnotationBasedTenantTest that is not compatible with the recent fixes
  • 91c102e Move RESTEasy Classic RBAC security checks to JAX-RS filter
  • b7dd69a Fix JAX-RS default security checks for inherited / transformed endpoints
  • 3c8c772 Merge pull request #38292 from jmartisk/3.2-q3845
  • 6f3a2ed Upgrade sshd to 2.12.0
  • 689b3aa Merge pull request #38287 from aloubyansky/3.2-resteasy-6.2.7
  • 6a1333d Upgrade to RESTEasy 6.2.7
  • 0a3c72e Merge pull request #38262 from gsmet/auto-deploy
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.2.9.Final to 3.2.10.Final

Updates io.quarkus:quarkus-extension-processor from 3.2.9.Final to 3.2.10.Final

Updates io.quarkus:quarkus-extension-maven-plugin from 3.2.9.Final to 3.2.10.Final

Release notes

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

3.2.10.Final

Complete changelog

  • #38262 - [3.2] Remove config overriding the parent config
  • #38092 - Always set ssl and alpn for non-plain-text with Vert.x gRPC channel
  • #38035 - Verify duplicated context handling when caching a Uni
  • #37987 - Do not expand config properties for Gradle Workers
  • #37975 - Fix Create the Maven project section in security-oidc-bearer-token-authentication-tutorial.adoc
  • #37973 - create-app-extensions macro does not work in security-oidc-bearer-token-authentication-tutorial
  • #37757 - Fixes stork path param resolution in REST Client
  • #37713 - PathParam containing "/" character are not well encoded as "%2F" when using reactive rest client with Stork
  • #37686 - Use standard URL when updating the website
  • #37581 - Support using commas to add extensions with CLI
  • #37564 - Invalid documentation for 'quarkus extension add'
  • #37557 - Make docs/sync-web-site.sh recoverable
  • #37536 - Fix != expression in @PreAuthorize check
  • #37526 - Spring security annotatiton PreAuthorize process equals and not equals in the same way
  • #37513 - Save pathParamValues encoded and perform decoding when requested
  • #37453 - Fix Panache bytecode enhancement for @Embeddable records
  • #37428 - Fix various minor issues in quarkus update
  • #37318 - Use batch mode for update-version.sh
  • #37317 - Avoid asking for GPG passphrase on CI
  • #37300 - Prepare docs/sync-web-site.sh for automated releases
  • #37273 - Environment variable is not read
  • #37268 - Reactive REST Client: check for ClientRequestFilter when skipping @Provider auto-discovery
  • #37248 - Add a test for the Duplicated Context handling in the CacheResultInterceptor
  • #37244 - Always execute a JPA password action
  • #37218 - Fix OpenTelemetry trace exclusion of endpoints served from the management interface
  • #37206 - recognize quarkus.tls.trust-all property by keycloak-admin-client extension
  • #37104 - Make analytics tests a bit more resilient
  • #37068 - Updates infinispan client intelligence section
  • #37036 - Use empty string in Sse event when there is no data
  • #37035 - Register methods of RESTeasy reactive parameter containers for reflection
  • #37033 - Sse difference in empty event between non-reactive and reactive output
  • #37010 - Fix vale errors and some warnings in the OIDC Configuration Properties reference guide
  • #37006 - Never register server specific providers in REST Client (fixed)
  • #36986 - Native not index method with SSE and throw NoSuchMethodException
  • #36885 - Handle generic types for ParamConverter in REST Client
  • #36747 - NoSuchMethodException when reading @Embeddable record
  • #36639 - RESTEasy Reactive does not call method ParamConverter#toString for collection elements
  • #36166 - Fix tracing protocol configuration to only allow grpc
  • #35960 - PathParam URL encoded in quarkus-resteasy-reactive since quarkus 3.2.x
  • #31024 - Resteasy Reactive client tries to use ContainerResponseFilter
Commits
  • 33ff2e9 [RELEASE] - Bump version to 3.2.10.Final
  • 2cabec0 Merge pull request #38376 from aloubyansky/3.2.10-backports-3
  • f52b644 Disable AnnotationBasedTenantTest that is not compatible with the recent fixes
  • 91c102e Move RESTEasy Classic RBAC security checks to JAX-RS filter
  • b7dd69a Fix JAX-RS default security checks for inherited / transformed endpoints
  • 3c8c772 Merge pull request #38292 from jmartisk/3.2-q3845
  • 6f3a2ed Upgrade sshd to 2.12.0
  • 689b3aa Merge pull request #38287 from aloubyansky/3.2-resteasy-6.2.7
  • 6a1333d Upgrade to RESTEasy 6.2.7
  • 0a3c72e Merge pull request #38262 from gsmet/auto-deploy
  • 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.2.9.Final to 3.2.10.Final.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.2.9.Final to 3.2.10.Final

Updates `io.quarkus:quarkus-extension-processor` from 3.2.9.Final to 3.2.10.Final

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

---
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 added the dependencies Pull requests that update a dependency file label Jan 26, 2024
@zhfeng zhfeng merged commit e9f65a3 into 2.1.x Jan 26, 2024
1 check passed
@zhfeng zhfeng deleted the dependabot/maven/2.1.x/quarkus.version-3.2.10.Final branch January 26, 2024 12:59
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.

1 participant