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.1.Final to 2.1.2.Final #96

Merged
merged 1 commit into from
Aug 12, 2021

Conversation

dependabot[bot]
Copy link
Contributor

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

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

Release notes

Sourced from quarkus-bom's releases.

2.1.2.Final

Major changes

Complete changelog

  • #19324 - Efficient scan of jandex index for Spring JPA Annotations
  • #19323 - Degredation in Dev mode startup time for project using quarkus-spring-jpa extension
  • #19319 - Upgrade to JBoss Threads 3.4.2.Final
  • #19315 - Enable a LogCategoryBuildItem to avoid causing contention on Vert.x warnings
  • #19314 - Performance: contention on Logger instance caused by Vertx warning
  • #19307 - Gradle: make sure platforms and enforced platforms are applied to the deployment classpath
  • #19304 - Command mode apps - fix the restart key in the docs
  • #19301 - Fix JsonPlatformStream.setReleases and add missing equals/hashCodes
  • #19300 - Register classes referenced in Picocli annotations for reflection
  • #19297 - KOGITO-5643 Kogito quickstarts on Quarkus is failing
  • #19293 - Set correct TCCL for dynamic tests
  • #19292 - Fall back to ThreadLocal if Netty is not present
  • #19289 - picocli does not register defaultValueProvider references thus breaks in native
  • #19279 - Update SmallRye Config to 2.4.3
  • #19267 - Release buffer on ResteasyReactiveOutputStream when it is written to overflow
  • #19260 - Do not filter binary resources and SVG
  • #19259 - Add default values to config in Dev UI
  • #19257 - Memory leak in ResteasyReactiveOutputStream
  • #19252 - Fix documentation of property for JAX-RS Application class
  • #19247 - Agroal has a reference to a Netty class while not depending on it
  • #19246 - Add causing exception to WebApplicationException when jackson parsing fails in resteasy reactive server jackson reader
  • #19237 - Improve RESTEasyReactive error message
  • #19236 - Allow for {} characters in the regex
  • #19231 - Add causing exception to WebApplicationException when jackson parsing fails in resteasy reactive
  • #19228 - Upgrade to Hibernate ORM 5.5.6.Final
  • #19223 - Honor read timeout in reactive rest client
  • #19215 - Fix typos in javadocs of RoutingExchange
  • #19213 - Reaugment removes build-system.properties
  • #19210 - Enables dev services for reactive datasources
  • #19208 - Dev services are not always started for reactive datasources
  • #19117 - Broken favicon for Dev UI
  • #18961 - Documentation: Changing parameter to ordinal
  • #18823 - Reading config settings as Map doesn't work with Inheritance
  • #17526 - Reactive REST Client does not honor readTimeout and connectTimeout
  • #17140 - PatternSyntaxException on @​Path definition with regexp
Commits
  • 8db1c92 [RELEASE] - Bump version to 2.1.2.Final
  • a4c1dc4 Merge pull request #19326 from gsmet/2.1.2-backports-2
  • 2316442 Use the index to get the NoRepositoryBean annotations
  • 33a85c1 Efficient scan of jandex index for Spring JPA Annotations
  • 70dcfdc Upgrade to JBoss Threads 3.4.2.Final
  • 2db7b3e Enable a LogCategoryBuildItem to avoid causing contention on Vert.x warnings
  • 4006630 Register classes referenced in Picocli annotations for reflection
  • 524b8bf Make sure platforms and enforced platforms are applied to the deployment clas...
  • 8b1eb58 Fix JsonPlatformStream.setReleases and add missing equals/hashCodes
  • c3b077a Merge pull request #19306 from gsmet/2.1.2-backports-1
  • Additional commits viewable in compare view

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

Updates quarkus-bootstrap-maven-plugin from 2.1.1.Final to 2.1.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.1.1.Final to 2.1.2.Final.

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

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

Updates `quarkus-bootstrap-maven-plugin` from 2.1.1.Final to 2.1.2.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 12, 2021
@metacosm metacosm merged commit f9f1ac8 into main Aug 12, 2021
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-2.1.2.Final branch August 12, 2021 12:08
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