quarkiverse / quarkus-github-app

Develop your GitHub Apps in Java with Quarkus.
https://docs.quarkiverse.io/quarkus-github-app/dev/index.html
Apache License 2.0
60 stars 27 forks source link

Bump quarkus.version from 3.9.3 to 3.10.1 #616

Closed dependabot[bot] closed 1 month ago

dependabot[bot] commented 1 month ago

Bumps quarkus.version from 3.9.3 to 3.10.1. Updates io.quarkus:quarkus-bom from 3.9.3 to 3.10.1

Release notes

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

3.10.0

Complete changelog

  • #40047 - Conflicting warnings when building an uberjar with deprecated property quarkus.package.type=uber-jar
  • #40108 - Bump smallrye-reactive-messaging.version from 4.20.0 to 4.21.0
  • #40111 - Bump smallrye-jwt version to 4.5.1
  • #40120 - Prevent double-warning when using deprecated properties
  • #40159 - Logging Guide: Remove duplicated statements
  • #40180 - WebSockets Next: produce ExecutionModelAnnotationsAllowedBuildItem
  • #40184 - Fix resource registration for native compilation

3.10.0.CR1

Major changes

  • #36504 - Allow authentication mechanism selection for a REST endpoint with annotation
  • #37816 - Optional support for the OIDC session cookie dir encryption
  • #39295 - Move package config to an interface
  • #39415 - Extension for the Hibernate Search Standalone Pojo Mapper with Elasticsearch
  • #39793 - Support for verifying OIDC JWT claims with custom Jose4j Validator
  • #39812 - Support resolving of static OIDC tenants based on token issuers
  • #40056 - Add OIDC TokenCertificateValidator

Complete changelog

  • #10267 - LDAP Security - Don't re-authenticate on every request
  • #14851 - Quarkus keycloak authorization usability improvements.
  • #26182 - Hibernate Search Standalone Pojo Mapper: Hibernate Search without Hibernate ORM / datasource
  • #34664 - Provide a way to specify HttpAuthenticationMechanism per JAX-RS resource
  • #35952 - Get management interface resolved port when quarkus.management.test-port set to 0
  • #36504 - Allow authentication mechanism selection for a REST endpoint with annotation
  • #37676 - Bump com.microsoft.azure.functions:azure-functions-java-library from 2.2.0 to 3.1.0
  • #37700 - Bump com.amazonaws:aws-lambda-java-events from 3.11.3 to 3.11.4
  • #37785 - Consider using direct JWE encryption of the OIDC session cookie
  • #37816 - Optional support for the OIDC session cookie dir encryption
  • #37875 - Restart and other hotkey in devui
  • #38026 - Missing security requirement on operation level, declared @RolesAllowed in implementing class derived from a generated openapi java interface
  • #38373 - Webauthn improvements : docs, customisable cookies, virtual thread support
  • #38535 - OIDC Tenant Resolution for web-app applications does not explain that the session cookie has a tenant id recorded
  • #38696 - OIDC Multitinancy by actual answer from teenant
  • #38940 - Offer a way to block inside custom SecurityContext.isUserInRole with resteasy-reactive
  • #39011 - quarkus-redis-client tracing
  • #39015 - Bump org.wiremock:wiremock-standalone from 3.4.1 to 3.4.2
  • #39061 - RunOnVirtualThread should avoid using Netty FastThreadLocals
  • #39104 - Use followOutput for lra-coordinator container
  • #39156 - Add the ability to ask for devservices to use the shared network
  • #39170 - Bump actions/upload-artifact and download-artifact to v4
  • #39182 - WebSockets Next: detect incorrect path parameter usage
  • #39269 - Simplify configuration based mapping of token roles to deployment-specific SecurityIdentity
  • #39295 - Move package config to an interface

... (truncated)

Commits
  • 44ed1c0 [RELEASE] - Bump version to 3.10.1
  • 0275783 Merge pull request #40634 from gsmet/3.10.1-backports-2
  • d54eb0d Make parseVCSUri less brittle
  • 1bd39d1 Rework quarkus.transaction-manager.unsafe-multiple-last-resources to accept...
  • 002499f Fix DisableLoggingFeature in Narayana JTA
  • 69d5d3d Rework quarkus.transaction-manager.allow-unsafe-multiple-last-resources int...
  • 21abdf6 Document use of multiple datasources in a single transaction
  • 3f0fb61 Disable warnings from Narayana and print our own warning
  • 395c719 Add a temporary config property to allow multiple resources
  • 6c11a47 fix: pulsar doc, replace enableRetry with retryEnable
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.9.3 to 3.10.1

Updates io.quarkus:quarkus-extension-processor from 3.9.3 to 3.10.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.9.3 to 3.10.1

Release notes

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

3.10.0

Complete changelog

  • #40047 - Conflicting warnings when building an uberjar with deprecated property quarkus.package.type=uber-jar
  • #40108 - Bump smallrye-reactive-messaging.version from 4.20.0 to 4.21.0
  • #40111 - Bump smallrye-jwt version to 4.5.1
  • #40120 - Prevent double-warning when using deprecated properties
  • #40159 - Logging Guide: Remove duplicated statements
  • #40180 - WebSockets Next: produce ExecutionModelAnnotationsAllowedBuildItem
  • #40184 - Fix resource registration for native compilation

3.10.0.CR1

Major changes

  • #36504 - Allow authentication mechanism selection for a REST endpoint with annotation
  • #37816 - Optional support for the OIDC session cookie dir encryption
  • #39295 - Move package config to an interface
  • #39415 - Extension for the Hibernate Search Standalone Pojo Mapper with Elasticsearch
  • #39793 - Support for verifying OIDC JWT claims with custom Jose4j Validator
  • #39812 - Support resolving of static OIDC tenants based on token issuers
  • #40056 - Add OIDC TokenCertificateValidator

Complete changelog

  • #10267 - LDAP Security - Don't re-authenticate on every request
  • #14851 - Quarkus keycloak authorization usability improvements.
  • #26182 - Hibernate Search Standalone Pojo Mapper: Hibernate Search without Hibernate ORM / datasource
  • #34664 - Provide a way to specify HttpAuthenticationMechanism per JAX-RS resource
  • #35952 - Get management interface resolved port when quarkus.management.test-port set to 0
  • #36504 - Allow authentication mechanism selection for a REST endpoint with annotation
  • #37676 - Bump com.microsoft.azure.functions:azure-functions-java-library from 2.2.0 to 3.1.0
  • #37700 - Bump com.amazonaws:aws-lambda-java-events from 3.11.3 to 3.11.4
  • #37785 - Consider using direct JWE encryption of the OIDC session cookie
  • #37816 - Optional support for the OIDC session cookie dir encryption
  • #37875 - Restart and other hotkey in devui
  • #38026 - Missing security requirement on operation level, declared @RolesAllowed in implementing class derived from a generated openapi java interface
  • #38373 - Webauthn improvements : docs, customisable cookies, virtual thread support
  • #38535 - OIDC Tenant Resolution for web-app applications does not explain that the session cookie has a tenant id recorded
  • #38696 - OIDC Multitinancy by actual answer from teenant
  • #38940 - Offer a way to block inside custom SecurityContext.isUserInRole with resteasy-reactive
  • #39011 - quarkus-redis-client tracing
  • #39015 - Bump org.wiremock:wiremock-standalone from 3.4.1 to 3.4.2
  • #39061 - RunOnVirtualThread should avoid using Netty FastThreadLocals
  • #39104 - Use followOutput for lra-coordinator container
  • #39156 - Add the ability to ask for devservices to use the shared network
  • #39170 - Bump actions/upload-artifact and download-artifact to v4
  • #39182 - WebSockets Next: detect incorrect path parameter usage
  • #39269 - Simplify configuration based mapping of token roles to deployment-specific SecurityIdentity
  • #39295 - Move package config to an interface

... (truncated)

Commits
  • 44ed1c0 [RELEASE] - Bump version to 3.10.1
  • 0275783 Merge pull request #40634 from gsmet/3.10.1-backports-2
  • d54eb0d Make parseVCSUri less brittle
  • 1bd39d1 Rework quarkus.transaction-manager.unsafe-multiple-last-resources to accept...
  • 002499f Fix DisableLoggingFeature in Narayana JTA
  • 69d5d3d Rework quarkus.transaction-manager.allow-unsafe-multiple-last-resources int...
  • 21abdf6 Document use of multiple datasources in a single transaction
  • 3f0fb61 Disable warnings from Narayana and print our own warning
  • 395c719 Add a temporary config property to allow multiple resources
  • 6c11a47 fix: pulsar doc, replace enableRetry with retryEnable
  • 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 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)