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.2.3.Final to 2.3.0.Final #36

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quarkus.version from 2.2.3.Final to 2.3.0.Final. Updates quarkus-bom from 2.2.3.Final to 2.3.0.Final

Release notes

Sourced from quarkus-bom's releases.

2.3.0.Final

Major changes

Complete changelog

  • #20439 - Make sure disabling security works with RR
  • #20431 - Warn when an OIDC session cookie exceeds 4096 bytes
  • #20428 - Add class information on exception
  • #20427 - JandexUtil should report the class name when failing to fetch a class from the index
  • #20426 - Don't fail testing if transformation fails
  • #20425 - Add RESTEasy Reactive Qute codestart
  • #20416 - Relax Elytron SASL check when used with Kafka
  • #20412 - Upgrade Jakarta EL impl to 3.0.4
  • #20407 - Update status of Amazon Lambda in docs
  • #20406 - Fix RestClientBuilder usage example in the guide
  • #20405 - Compared trimmed values
  • #20404 - Reinstate ability to set an empty container-image group
  • #20402 - Fix NPE in dev services
  • #20401 - Fix intermittent gradle failures
  • #20400 - Revert "Port Spring Web to RESTEasy Reactive"
  • #20399 - Revert "Port rest-data-panache to RESTEasy Reactive"
  • #20394 - Swap put and post methods
  • #20390 - Fix misleading exception message on @​Transactional(Transactional.TxType.NEVER)
  • #20387 - Update SmallRye Config to 2.5.1
  • #20383 - Update dev-mode-differences.adoc
  • #20382 - Hibernate Validator: Correctly detect custom ValueExtractor beans
  • #20381 - Continuous testing combined with Dev Services gets "wonky" after a bit of time
  • #20378 - Fix copy & paste bug in DevServicesDatasourceProcessor
  • #20376 - Build with empty quarkus.container-image.group failing
  • #20374 - Support the Mutiny AsyncFile type as a return type
  • #20373 - Apply min-level logging config to root logger
  • #20371 - Permit the use of suspend on a method returning Flow
  • #20368 - Micrometer: ignore null suppliers
  • #20364 - Add the exception unwrapping capabilities to RESTEasy Reactive
  • #20363 - Recurring redirects in OIDC against Azure AD
  • #20358 - Add maven-publish plugin to fix gradle plugin names
  • #20357 - Resteasy Reactive: ServerExceptionMapper does not process a thrown Exception (Kotlin only)
  • #20356 - Enable logging from integration tests
  • #20355 - Fix gdb debugging with GraalVM/Mandrel >=21.1
  • #20352 - Returning Uni doesn't work as described
  • #20350 - NullPointerException in MicrometerRecorder.registerMetrics
  • #20349 - Fix issue with Datasource DevServices reload
  • #20347 - Hibernate-Validator: Custom ValueExtractor is not automatically registered
  • #20346 - Dev-Services throw an exception on live reload if quarkus.datasource.devservices.image-name is set
  • #20345 - Resteasy Reactive: Kotlin Flow and Multi are not supported in suspend functions
  • #20340 - In CI swap Java 16 with 17 and in EA job swap 17-ea with 18-ea
  • #20336 - Upgrade smallrye openapi to 2.1.15
  • #20335 - Add annotation processor in extension modules

... (truncated)

Commits
  • 62bc013 [RELEASE] - Bump version to 2.3.0.Final
  • fb5fa40 Merge pull request #20443 from geoand/2.3.0.Final-backports-2
  • e3d45af Register @​ConfigMappings directly into the Config builder
  • 5a4847b Fix race conditions in OIDC cache
  • 7374410 Move to using generic OidcRequestContext<T>
  • b3e8f37 Support for TokenIntrospection and UserInfo cache
  • 552eecc Make sure disabling security works with RR
  • 762e255 Upgrade Jakarta EL impl to 3.0.4
  • 3c277fd Don't fail testing if transformation fails
  • 5fa7bf1 Warn when an OIDC session cookie exceeds 4096 bytes
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.2.3.Final to 2.3.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 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)