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 version.quarkus from 2.8.2.Final to 2.9.1.Final #48

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github May 18, 2022

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

Release notes

Sourced from quarkus-bom's releases.

2.9.1.Final

Complete changelog

  • #25603 - Hibernate Reactive 1.1.5.Final
  • #25587 - Fix parameter name in Gradle extension plugin log and docs
  • #25583 - Upgrade to Hibernate ORM 5.6.9.Final
  • #25579 - Allow to fully disable the safeguards introduced by VertxContextSafetyToggle
  • #25577 - No need to use response methods returning a Future, if not used
  • #25571 - Upgrade to Hibernate Reactive 1.1.5.Beta2
  • #25567 - Gradle extension plugin suggests incorrect DSL update when the deployment extension is not found
  • #25555 - Get rid of a lambda in Arc runtime code
  • #25553 - Get rid of a lambda in Vertx runtime code
  • #25552 - ArC - improved message for some occurrences of ContextNotActiveException
  • #25550 - Get rid of a lambda in config runtime code
  • #25534 - Use the same default for accept backlog as Vert.x uses
  • #25527 - Ensure that ParamConverter classes can access request scoped beans
  • #25523 - Add note about using @​BeanParam instead of @​Form
  • #25520 - Bump micrometer-bom from 1.8.5 to 1.8.6
  • #25512 - Fixed warning message parameter order
  • #25508 - Warning in doc for using Kotlin with older versions of Mandrel
  • #25506 - Add Optional converter
  • #25503 - @​Form replacement in Reactive RestClient
  • #25498 - Minor documentation improvements
  • #25494 - Add notes about extensions using both RESTEasy flavors
  • #25490 - Double quote channel name when it contains dots
  • #25485 - OpenAPI: Make sure auto security also works for @Authenticated
  • #25482 - Make Quarkus restart when a change to Flyway scripts is made
  • #25481 - Document guidelines for RESTEasy implementation-agnostic extensions
  • #25479 - Ensure ObjectId is initialized at runtime
  • #25476 - Mongo id duplication
  • #25471 - Fix broken links
  • #25470 - DevUI: Fix case where there is a body
  • #25450 - Always connect grpcWS on document ready
  • #25449 - Can't send request via gRPC DevUI
  • #25448 - Improve Logging with Panache stubs
  • #25446 - Fix Apicurio include in dev-services.adoc
  • #25444 - Fix comparison in ensureProjectCoords method in AppModelGradleResolver class
  • #25443 - Fix comparison in ensureProjectCoords method in AppModelGradleResolver class
  • #25442 - Support optional for BeanParams
  • #25437 - Kafka topic name with dot is failing
  • #25436 - Register TimestampDeserializer and SqlDateDeserializer for reflection
  • #25427 - AppCDS: Make container-based generation opt-out
  • #25419 - IntelliJ code flow analysis confused by io.quarkus.logging.Log stubs
  • #25413 - Quarkus testing with @​ParameterizedTest using Optional broken with Java 17 + 18 (xstream)
  • #25410 - Select Java17 builder image for native when project built with Java 17
  • #25408 - Make sure that disabled jobs are paused in Quartz
  • #25407 - Avoid NPE when scheduled method identity has been renamed
  • #25405 - Upgrades to Infinispan 13.0.10.Final
  • #25401 - Relocate the profile names of quarkus.config.locations

... (truncated)

Commits
  • c3d506b [RELEASE] - Bump version to 2.9.1.Final
  • a35de75 Merge pull request #25610 from gsmet/2.9.1-backports-3
  • c10cb3e Harmonize the usage of charset in the Content-Type headers for RESTEasy Reactive
  • 8313246 Hibernate Reactive 1.1.5.Final
  • fa4c991 Make RESTEasy Reactive handlers calls monomorphic
  • 083e22b Make Quarkus restart when a change to Flyway scripts is made
  • 72e8481 Fix parameter name in Gradle extension plugin log and docs
  • b52cf38 Get rid of a lambda in Vertx runtime code
  • 92a91d0 Upgrade to Hibernate Reactive 1.1.5.Beta2
  • 5888e99 Merge pull request #25585 from gsmet/2.9.1-backports-2
  • Additional commits viewable in compare view

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

Bumps `version.quarkus` from 2.8.2.Final to 2.9.1.Final.

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

Updates `quarkus-maven-plugin` from 2.8.2.Final to 2.9.1.Final

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label May 18, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github May 26, 2022

Superseded by #49.

@dependabot dependabot bot closed this May 26, 2022
@dependabot dependabot bot deleted the dependabot/maven/version.quarkus-2.9.1.Final branch May 26, 2022 09:42
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.

None yet

0 participants