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 2.8.2.Final to 2.9.2.Final #38

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps quarkus.version from 2.8.2.Final to 2.9.2.Final.
Updates quarkus-bom from 2.8.2.Final to 2.9.2.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
  • f177108 [RELEASE] - Bump version to 2.9.2.Final
  • 8b4f62c Merge pull request #25770 from gsmet/2.9.2-backports-2
  • 037baaa Let DevServices processors provide a reactive datasource URL
  • af007b1 DevServices DS test cases for reactive Oracle, Pg and MySQL clients
  • a57562b Dev services: MSSQL reactive client does not support JDBC url format
  • 0657f6c Update enforcer-rules smoke test to use JBoss Parent 39
  • f719109 Upload build.log to debug enforcer rules issue
  • 2829737 Apply minor javadoc fixes to HttpSecurityPolicy
  • 18c3bf7 Mention exception mappers in streaming response note
  • 5407ac5 Resteasy Reactive: Fix support media types with suffixes
  • Additional commits viewable in compare view

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

Updates quarkus-bootstrap-maven-plugin from 2.8.2.Final to 2.9.2.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 `quarkus.version` from 2.8.2.Final to 2.9.2.Final.

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

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

Updates `quarkus-bootstrap-maven-plugin` from 2.8.2.Final to 2.9.2.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
- dependency-name: io.quarkus:quarkus-bootstrap-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot bot commented on behalf of github Jun 16, 2022

Superseded by #39.

@dependabot dependabot bot closed this Jun 16, 2022
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-2.9.2.Final branch June 16, 2022 13:22
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.

0 participants