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.platform.version from 1.5.2.Final to 2.1.0.Final #143

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps quarkus.platform.version from 1.5.2.Final to 2.1.0.Final.
Updates quarkus-bom from 1.5.2.Final to 2.1.0.Final

Release notes

Sourced from quarkus-bom's releases.

2.1.0.CR1

Major changes

  • #18311 - Add reactive MS SQL client extension
  • #18244 - Upgrade Kotlin dependency to 1.5.20
  • #17751 - Split out the WebSocket client

Complete changelog

  • #18705 - Mark @​MockServer as deprecated
  • #18704 - Fix Redis dev mode
  • #18701 - Mark generate-code-tests as thread safe
  • #18697 - Bump awssdk.version from 2.16.101 to 2.16.102
  • #18693 - Drop .adoc from links between Quarkus guides
  • #18691 - InfinispanClientProcessor - use logger instead of stdout
  • #18688 - Improve blocking detection error logging in RESTEasy Reactive
  • #18686 - Fix OpenTelemetry late bound span processors
  • #18681 - Bump kubernetes-client-bom from 5.4.1 to 5.5.0
  • #18677 - Polish some IDE handling code with Java 11 idioms
  • #18675 - Bean archive index - avoid warning about indexing arrays
  • #18670 - Don't see CORS headers if CORS filter configured
  • #18669 - Redis breaks on live reload
  • #18668 - Filter out some blocked thread messages
  • #18666 - CLI: forward dev mode debug options
  • #18665 - Bump awssdk.version from 2.16.100 to 2.16.101
  • #18664 - Bump flyway-core from 7.11.1 to 7.11.2
  • #18663 - Bump commons-io from 2.10.0 to 2.11.0
  • #18662 - Bump mongo-client.version from 4.2.3 to 4.3.0
  • #18661 - Unless configured, derive the registry URL from the registry ID
  • #18657 - Upgrade to Hibernate Reactive 1.0.0.CR8
  • #18655 - Make the RestClientBuilderHelper methods public
  • #18653 - Make @​QuarkusIntegrationTest work reliably with testcontainers launched services
  • #18652 - Quarkus-security - allow provider registration from extensions
  • #18651 - Panache Reactive to work correctly when invoked from a blocking worker thread
  • #18650 - Some fixes around the Kafka getting started guides
  • #18646 - Use simpler List creation construct in Kafka Streams doc
  • #18645 - Doc improvements
  • #18644 - Remove outdated comment
  • #18643 - Avoid throwing an exception on close if a VertxInputStream is closed
  • #18640 - Qute - introduce "safe expressions"
  • #18633 - Bump awssdk.version from 2.16.99 to 2.16.100
  • #18631 - Add Registry client integration tests
  • #18629 - Update SmallRye Config to 2.4.2
  • #18628 - Provide actionable error message when Jackson can't serialize in native-mode
  • #18624 - DevTools: multi-platform, multi-registry, upstream and downstream Quarkus version related tests
  • #18623 - Upgrade RESTEasy from 4.6.1.Final to 4.7.0.Final
  • #18622 - Upgrade RESTEasy from 4.6.1.Final to 4.7.0.Final
  • #18620 - Use existing method for determining package in Arc instead of custom implementation
  • #18617 - Introduce a processor that checks for split package issues
  • #18616 - Allows configuring the mailer trust store

... (truncated)

Commits
  • b1e291f [RELEASE] - Bump version to 2.1.0.Final
  • 525e073 Reset the current context Classloader on the threads of the Vertx blocking ex...
  • c441654 Optimise the strategy we use to reset the classloader in the Common ForkJoin ...
  • 55fcdaa Update Keycloak DevConsole to use the authorization code grant by default
  • cbf7579 micrometer: additional config adapter
  • 9607f0c Add connection: close if the server is shut down
  • 02434ce Disable Dev Services for MongoEntityTest
  • 3b922d3 Merge pull request #18920 from gsmet/2.1.0.Final-backports-3
  • 6b01498 Add new line on enter back
  • bca7d37 Bump kubernetes-client-bom from 5.5.0 to 5.6.0
  • Additional commits viewable in compare view

Updates quarkus-core-deployment from 1.5.2.Final to 2.1.0.Final

Updates quarkus-resteasy-common-deployment from 1.5.2.Final to 2.1.0.Final

Updates quarkus-arc-deployment from 1.5.2.Final to 2.1.0.Final

Updates quarkus-jsonb-spi from 1.5.2.Final to 2.1.0.Final

Updates quarkus-junit5-internal from 1.5.2.Final to 2.1.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 not automatically merge this PR because it includes a major update to a production dependency.


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)
  • @dependabot badge me will comment on this PR with code to add a "Dependabot enabled" badge to your readme

Additionally, you can set the following in the .dependabot/config.yml file in this repo:

  • Update frequency
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

Bumps `quarkus.platform.version` from 1.5.2.Final to 2.1.0.Final.

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

Updates `quarkus-core-deployment` from 1.5.2.Final to 2.1.0.Final

Updates `quarkus-resteasy-common-deployment` from 1.5.2.Final to 2.1.0.Final

Updates `quarkus-arc-deployment` from 1.5.2.Final to 2.1.0.Final

Updates `quarkus-jsonb-spi` from 1.5.2.Final to 2.1.0.Final

Updates `quarkus-junit5-internal` from 1.5.2.Final to 2.1.0.Final

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 23, 2021
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