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

chore(deps): bump quarkus.version from 2.1.2.Final to 2.1.3.Final #101

Merged
merged 1 commit into from
Aug 20, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 20, 2021

Bumps quarkus.version from 2.1.2.Final to 2.1.3.Final.
Updates quarkus-bom from 2.1.2.Final to 2.1.3.Final

Release notes

Sourced from quarkus-bom's releases.

2.1.3.Final

Major changes

Complete changelog

  • #19490 - Fix RESTEasy Reactive race
  • #19486 - Ability to configure the registry URL from an env var
  • #19481 - Fix typo in config reference docs
  • #19471 - SimpleQuarkusRestTestCase#testFormMap sometimes fails with NPE
  • #19459 - Make roles unique when creating users in Keycloak dev services
  • #19458 - Fix minor DevServices for Keycloak typos
  • #19440 - Filter out duplicate JMX registration message
  • #19437 - Make sure logging is up when flyway starts
  • #19430 - Make sure projects based on non-recommended platform versions can still list relevant extensions
  • #19429 - Improve additional build args documentation
  • #19424 - Update event bus documentation to explain how to access an executor managed by Quarkus
  • #19419 - Add last-updated metadata attribute to the PlatformCatalog as reported by Maven metadata
  • #19411 - Fixed errors in pom
  • #19408 - Fix handling multipart requests manually
  • #19407 - Rename max.in.flights.requests.per.session to max.in.flight.requests.per.connection
  • #19404 - RESTEasy Reactive build failure with MULTIPART_FORM_DATA
  • #19403 - Prevent an infinite loop in AeshConsole write
  • #19400 - Queue the log messages if the queue compaction leads to new space
  • #19392 - Dev mode freezes when quitting and console log colors are switched off
  • #19383 - Gradle listExtension - fails on new release or project out of date with latest release
  • #19381 - QuarkusDelayedHandler prints an error and throws a log message away even if the queue was compacted
  • #19378 - Make separate schema compiling really work
  • #19377 - JPA Converter with auto-apply
  • #19358 - Fix Dev Console open browser error on windows
  • #19357 - Fix abstract method error in REST client
  • #19355 - RR routing fixes
  • #19349 - Ability configure extension registries from the environment variables
  • #19347 - Ignore unknown indexed property names in @​ConfigRoot
  • #19345 - Minor naming changes for the doc
  • #19344 - Schedule reflective type hierarchy visits instead of processing it recursively
  • #19343 - Add Surefire test results for Gradle integration tests
  • #19341 - Reactive rest client doesn't support resource locator and subresource
  • #19313 - Ability to set registry client cache policy to "always" refresh from env
  • #19305 - Add build reporting extension and include report into uploaded archives
  • #19299 - RESTEasy reactive endpoint 404
  • #19290 - [Update to Quarkus 2.1.1.Final] Throw java.io.IOException when press 'w' in DevConsole
  • #19262 - Spurious warning when handling string list properties from YAML
  • #19045 - Kafka JMX registration causes issues with continuous testing
  • #18542 - Resteasy-reactive routing does not work when paths are shared across classes.
  • #16874 - JPA Converter with auto-apply not working
  • #8371 - Should be ManagedExecutor in the Reactive Messaging Doc
Commits
  • 7e9332d [RELEASE] - Bump version to 2.1.3.Final
  • 58ff213 Fix RESTEasy Reactive race
  • 3b78cdb Merge pull request #19483 from gsmet/2.1.3-backports-2
  • 90a3703 Ability to configure the registry URL from an env var
  • 550fedd [Docs] Fix typo in config reference
  • a3567e6 Fix minor DevServices for Keycloak typos
  • ecfd91e Make roles unique when creating users in Keycloak dev services
  • 90a64f5 Merge pull request #19453 from gsmet/2.1.3-backports-1
  • d65a870 Filter out duplicate registration messages when the Kafka client tries to reg...
  • cb739d2 Make sure projects based on non-recommended platform versions can still list ...
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 2.1.2.Final to 2.1.3.Final

Updates quarkus-bootstrap-maven-plugin from 2.1.2.Final to 2.1.3.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.1.2.Final to 2.1.3.Final.

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

Updates `quarkus-maven-plugin` from 2.1.2.Final to 2.1.3.Final

Updates `quarkus-bootstrap-maven-plugin` from 2.1.2.Final to 2.1.3.Final

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 20, 2021
@metacosm
Copy link
Member

@dependabot merge

@dependabot dependabot bot merged commit 71040bf into main Aug 20, 2021
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-2.1.3.Final branch August 20, 2021 10:49
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.

1 participant