quarkusio / registry.quarkus.io

Quarkus Extension Registry application
https://registry.quarkus.io
Apache License 2.0
10 stars 11 forks source link

Bump quarkus.version from 2.8.2.Final to 2.9.0.Final #98

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quarkus.version from 2.8.2.Final to 2.9.0.Final. Updates quarkus-bom from 2.8.2.Final to 2.9.0.Final

Release notes

Sourced from quarkus-bom's releases.

2.9.0.CR1

Major changes

  • #25106 - Upgrade to Scala 2.13
  • #25072 - Logging - set default value for quarkus.log.file.rotation.max-file-size
  • #25056 - Introduce quarkus.http.filter config
  • #24984 - Move HTTP compression settings to build time
  • #24663 - Upgrade H2 to 2.1.210
  • #24611 - Add support for OIDC BackChannel Logout
  • #24558 - Support compression for reactive routes and resteasy reactive
  • #24526 - Add support for Confluent Schema Registry + restructure schema registry extensions
  • #24316 - WebAuthn extension
  • #24086 - Update Kotlin to 1.6.20

Complete changelog

  • #25181 - Prepend http.root-path to permission paths without '/'
  • #25174 - Added WebAuthn IT and fixed native bug
  • #25169 - Prevent NPE when micrometer is disabled
  • #25167 - Bump quarkus-http.version from 4.1.8 to 4.1.9
  • #25166 - Allow setting Java source type with Gradle Kotlin DSL
  • #25160 - Fix smallrye-graphql-client artifact ID in application bom
  • #25158 - Fix OpenTelemetry substitution
  • #25157 - Quarkus BOM has a dependency with incorrect GAV
  • #25156 - Add test for websocket+HTTP root path
  • #25149 - Bump mysql-connector-java from 8.0.28 to 8.0.29
  • #25147 - Do not run elasticsearch-rest-client-deployment tests unless -Dtest-containers is set
  • #25143 - App with quarkus-opentelemetry-exporter-jaeger fails to compile into native
  • #25137 - Update BouncyCastle JSSE mTLS test to check SecurityIdentity
  • #25135 - Investigate why SecurityIdentity is not available when MTLS is enabled
  • #25132 - Update maintainers of some SmallRye projects
  • #25130 - Fix typo: lambas -> lambdas
  • #25129 - ArC - optimize CreationalContext for synthetic dependent beans
  • #25128 - Register java plugin in Gradle plugins
  • #25126 - Add note on using @​QuarkusIntegrationTest with containers
  • #25115 - Bump nimbus-jose-jwt from 9.21 to 9.22
  • #25114 - Bump mongodb-crypt from 1.2.1 to 1.4.0
  • #25106 - Upgrade to Scala 2.13
  • #25104 - Do not require the main module sources to be present in when resolving the app model
  • #25099 - NullPointer during Rest client creation when micrometer is disabled
  • #25092 - Introduce system property for controlling URI validation
  • #25085 - Support QuarkusTestResourceLifecycleManager#inject in CLI test classes
  • #25082 - Override Gradle output format
  • #25080 - Bump mockito-bom from 4.5.0 to 4.5.1
  • #25076 - Handle client close/cancel on grpc mutiny streaming service
  • #25072 - Logging - set default value for quarkus.log.file.rotation.max-file-size
  • #25068 - Initial Support for SunPKCS11 provider in native image
  • #25065 - QuarkusMainTest does not support QuarkusTestResourceLifecycleManager injection
  • #25064 - Jakarta - Bump Kotlin Maven plugin to 1.6.21
  • #25061 - Add convenient ArcContainer.listAll() methods

... (truncated)

Commits
  • 53d2c9e [RELEASE] - Bump version to 2.9.0.Final
  • 0278af0 Normalize uri template name to be a valid regex groupname
  • 2f33e62 Fix Bootstrap Config to use default Config Sources (System and Env)
  • 9acab81 Merge pull request #25344 from gsmet/2.9.0-backports-1
  • 3556287 DockerStatusBuildItem for caching isDockerWorking status.
  • 9e386e1 Add default sources unless default-jar has a custom classifier
  • 3714f30 Add ClientBuilder service loader file to jaxrs-client-reactive
  • 75b74fe Properly pass media type to MessageBodyWriters
  • 29bac1d Scheduled javadoc - clarify config property expressions
  • a193145 Keep ordering for parsing cookies as it is important
  • Additional commits viewable in compare view


Updates quarkus-ide-config from 2.8.2.Final to 2.9.0.Final

Release notes

Sourced from quarkus-ide-config's releases.

2.9.0.CR1

Major changes

  • #25106 - Upgrade to Scala 2.13
  • #25072 - Logging - set default value for quarkus.log.file.rotation.max-file-size
  • #25056 - Introduce quarkus.http.filter config
  • #24984 - Move HTTP compression settings to build time
  • #24663 - Upgrade H2 to 2.1.210
  • #24611 - Add support for OIDC BackChannel Logout
  • #24558 - Support compression for reactive routes and resteasy reactive
  • #24526 - Add support for Confluent Schema Registry + restructure schema registry extensions
  • #24316 - WebAuthn extension
  • #24086 - Update Kotlin to 1.6.20

Complete changelog

  • #25181 - Prepend http.root-path to permission paths without '/'
  • #25174 - Added WebAuthn IT and fixed native bug
  • #25169 - Prevent NPE when micrometer is disabled
  • #25167 - Bump quarkus-http.version from 4.1.8 to 4.1.9
  • #25166 - Allow setting Java source type with Gradle Kotlin DSL
  • #25160 - Fix smallrye-graphql-client artifact ID in application bom
  • #25158 - Fix OpenTelemetry substitution
  • #25157 - Quarkus BOM has a dependency with incorrect GAV
  • #25156 - Add test for websocket+HTTP root path
  • #25149 - Bump mysql-connector-java from 8.0.28 to 8.0.29
  • #25147 - Do not run elasticsearch-rest-client-deployment tests unless -Dtest-containers is set
  • #25143 - App with quarkus-opentelemetry-exporter-jaeger fails to compile into native
  • #25137 - Update BouncyCastle JSSE mTLS test to check SecurityIdentity
  • #25135 - Investigate why SecurityIdentity is not available when MTLS is enabled
  • #25132 - Update maintainers of some SmallRye projects
  • #25130 - Fix typo: lambas -> lambdas
  • #25129 - ArC - optimize CreationalContext for synthetic dependent beans
  • #25128 - Register java plugin in Gradle plugins
  • #25126 - Add note on using @​QuarkusIntegrationTest with containers
  • #25115 - Bump nimbus-jose-jwt from 9.21 to 9.22
  • #25114 - Bump mongodb-crypt from 1.2.1 to 1.4.0
  • #25106 - Upgrade to Scala 2.13
  • #25104 - Do not require the main module sources to be present in when resolving the app model
  • #25099 - NullPointer during Rest client creation when micrometer is disabled
  • #25092 - Introduce system property for controlling URI validation
  • #25085 - Support QuarkusTestResourceLifecycleManager#inject in CLI test classes
  • #25082 - Override Gradle output format
  • #25080 - Bump mockito-bom from 4.5.0 to 4.5.1
  • #25076 - Handle client close/cancel on grpc mutiny streaming service
  • #25072 - Logging - set default value for quarkus.log.file.rotation.max-file-size
  • #25068 - Initial Support for SunPKCS11 provider in native image
  • #25065 - QuarkusMainTest does not support QuarkusTestResourceLifecycleManager injection
  • #25064 - Jakarta - Bump Kotlin Maven plugin to 1.6.21
  • #25061 - Add convenient ArcContainer.listAll() methods

... (truncated)

Commits
  • 53d2c9e [RELEASE] - Bump version to 2.9.0.Final
  • 0278af0 Normalize uri template name to be a valid regex groupname
  • 2f33e62 Fix Bootstrap Config to use default Config Sources (System and Env)
  • 9acab81 Merge pull request #25344 from gsmet/2.9.0-backports-1
  • 3556287 DockerStatusBuildItem for caching isDockerWorking status.
  • 9e386e1 Add default sources unless default-jar has a custom classifier
  • 3714f30 Add ClientBuilder service loader file to jaxrs-client-reactive
  • 75b74fe Properly pass media type to MessageBodyWriters
  • 29bac1d Scheduled javadoc - clarify config property expressions
  • a193145 Keep ordering for parsing cookies as it is important
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.8.2.Final to 2.9.0.Final

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 will merge this PR once CI passes on it, as requested by @gastaldi.


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 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)
gastaldi commented 2 years ago

@dependabot rebase