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.10.0.Final #39

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 16, 2022

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

Release notes

Sourced from quarkus-bom's releases.

2.10.0.CR1

Major changes

  • #25880 - Deprecate quarkus-bootstrap-maven-plugin in favor of quarkus-extension-maven-plugin
  • #25844 - Introduce CacheKeyGenerator
  • #25792 - Add ability to add additional hibernate dialect for third party databases.
  • #25729 - Introduce Quiltflower decompiler support
  • #25657 - K8S service binding support for Reactive SQL Clients
  • #25204 - Smallrye Reactive Messaging 3.16.0
  • #25194 - GraphQL Non blocking support
  • #24942 - Add virtual-threads support in Quarkus

Complete changelog

  • #26027 - Fix package of hibernate-orm/deployment-spi
  • #26019 - MAINTAINERS.adoc: add OptaPlanner
  • #25988 - Drop 21.2 support
  • #25985 - Bump maven-surefire-plugin from 3.0.0-M5 to 3.0.0-M7
  • #25982 - Add support for appCds type in QuarkusIntegrationTest
  • #25978 - Bump gitflow-incremental-builder to 4.1.0
  • #25977 - Bump aws-xray-recorder-sdk-aws-sdk-v2 from 2.11.1 to 2.11.2
  • #25971 - Use RecomputeFieldValue kind NewInstance for JAXB RuntimeInlineAnnotationReader packageCache field
  • #25966 - Bump assertj-core from 3.22.0 to 3.23.1
  • #25962 - Bump docker-maven-plugin from 0.39.1 to 0.40.0
  • #25960 - Substitute EnvironmentValueProvider
  • #25949 - Ensure that @​WithConverter values work in native mode
  • #25945 - Set content-type for Qute templates in RESTEasy Reactive
  • #25941 - Add local project dependencies to a different layer for jib
  • #25940 - MP Config Converter fails in native build
  • #25936 - Disable Websockets logging during native image build
  • #25935 - Remove Amazon Services leftovers
  • #25934 - Quarkus app cds fails on integration tests
  • #25933 - Option to enable workspace discovery in NORMAL mode
  • #25932 - RESTEasy Reactive: Content type incorrect for Qute templates
  • #25931 - Allow passing of parameters to reactive sql client connect options
  • #25930 - Provide actionable error message when unable to bind to Unix domain socket
  • #25925 - Make REST Data Panache work properly with id fields not named 'id'
  • #25924 - Vert.x + listening to a Unix Domain Socket - enhance error message when native transport is not configured properly
  • #25920 - REST Data Panache with ResteasyReactive: field 'id' was not found error
  • #25918 - Rename DatasourceDbKindHibernateOrmMetadataBuildItem to DatabaseKindDialectBuildItem
  • #25916 - Allow setting excluded resources from Gradle extension plugin
  • #25915 - Changes to include usage in Quarkus docs
  • #25914 - Postgres reactive configuration doesn't allow for arbitrary parameters on connect string
  • #25913 - Qute: fix for processor when running in Eclipse IDE
  • #25910 - Fix the error for non-blocking multipart endpoints
  • #25909 - Misleading error for multipart non-blocking method in resteasy-reactive
  • #25908 - Remove Github action unreconized property
  • #25907 - SmallRye GraphQL 1.6
  • #25903 - List Reactive Oracle Client in Hibernate Reactive guide
  • #25901 - Bump asciidoctorj from 2.5.3 to 2.5.4

... (truncated)

Commits

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

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

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

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

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

Updates `quarkus-bootstrap-maven-plugin` from 2.8.2.Final to 2.10.0.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 Jun 16, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Jun 29, 2022

Superseded by #41.

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