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.0.1.Final to 2.0.2.Final #85

Merged
merged 1 commit into from
Jul 15, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 14, 2021

Bumps quarkus.version from 2.0.1.Final to 2.0.2.Final.
Updates quarkus-bom from 2.0.1.Final to 2.0.2.Final

Release notes

Sourced from quarkus-bom's releases.

2.0.2.Final

Major changes

Complete changelog

  • #18637 - ArC decorators - fix NPE when non-default delegate qualifiers are used
  • #18635 - Make sure the TX is still rolled back on shutdown
  • #18632 - Error Build step with extension quarkus-jdbc-mssql
  • #18630 - OpenAPI change to use MultiMap rather than Map
  • #18626 - Register @​Parameters(completionCandidates = ...) for reflection in Picocli extension
  • #18625 - CLI: correct behavior of --tests and --no-tests
  • #18613 - Fix Throwable handling in @​ServerExceptionMapper
  • #18610 - Put the JDBC Oracle extension with other JDBC drivers in code.quarkus.io
  • #18608 - Add a category to SmallRye GraphQL Client
  • #18603 - StackOverflowException for Throwable ExceptionMapper
  • #18600 - Don't require a global body handler for vertx-graphql
  • #18598 - Extension quarkus-vertx-graphql interferes with extension quarkus-resteasy-multipart
  • #18591 - Fix generated openapi if not in target folder (TRUNCATE_EXISTING)
  • #18590 - Register Picocli completion candidates for reflection
  • #18586 - Emitted OpenAPI Spec files can become corrupt when the API surface shrinks
  • #18582 - Fix docker check ordering
  • #18569 - Tests not running inside docker container in 2.0.1 (DevServices kicking in when it should not?)
  • #18568 - Use code instead of provides-code as extension tag
  • #18563 - Optimized stripping of tabs and newlines in GraphQL (micro-optimization)
  • #18558 - ArC - fix ordering of multiple decorators with the same priority
  • #18556 - devservices logs a warning when no docker daemon is running
  • #18554 - Replace key-location by key.location in SmallRye JWT doc
  • #18551 - Fix Encoding and implement Accept header requirement from spec
  • #18547 - Fix issue with QuarkusIntegrationTest
  • #18538 - NPE during build when multiple decorators have the same priority
  • #18537 - QuarkusIntegrationTest cannot be run with failsafe in JVM mode
  • #18533 - Allow injection of entire interface hierarchy when using @​ConfigMapping
  • #18532 - Fix lambda http base64 encoding and binary types
  • #18524 - ConfigMapping and CDI error
  • #18523 - Kafka serde autodetection duplicate
  • #18521 - Utf-8 graphql issue with non ascii chars
  • #18519 - Adds [App]ArtifactKey.toGacString() method to strip the type from the string
  • #18514 - Make sure gradle process is terminated in tests
  • #18507 - mvn quarkus:test starts DevServices twice
  • #18503 - CORS is broken with Quarkus and http2
  • #18498 - Annotation class not available: @​Any
  • #18496 - Do not stop the reflective hierarchy walk too soon
  • #18495 - Update to 2.0.1.Final breaks working Kafka deserializer configuration in 1.x
  • #18492 - Ctrl+C is broken if pressed within Transactional (Quarkus 2.0.1.Final)
  • #18488 - ArC - ignore static and final injection fields
  • #18486 - Quarkus 2.0.1: Reflective access broken for Jackson (de)serialization / inheritance/polymorphism
  • #18483 - Fix config value in k8s doc
  • #18480 - Prevent non-public classes of method params from breaking interceptor handling

... (truncated)

Commits
  • 64dd8ef [RELEASE] - Bump version to 2.0.2.Final
  • b9e81fe Merge pull request #18638 from gsmet/2.0.2-backports-2
  • 7dc8c2c ArC decorators - fix NPE when non-default delegate qualifiers are used
  • 39a655e OpenAPI change to use MultiMap rather than Map
  • bbe9893 Use code instead of provides-code as extension tag
  • 8d71e96 Remove instantiation of com.sun.jndi.ldap.LdapCtxFactory for JDK16+ compatibi...
  • 91fe9a4 Make sure the TX is still rolled back on shutdown
  • ba62cd9 Merge pull request #18627 from gsmet/2.0.2-backports-1
  • 90acc98 Register @​Parameters(completionCandidates = ...) for reflection
  • e73651c Fix Throwable handling in @​ServerExceptionMapper
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 2.0.1.Final to 2.0.2.Final

Updates quarkus-bootstrap-maven-plugin from 2.0.1.Final to 2.0.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.0.1.Final to 2.0.2.Final.

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

Updates `quarkus-maven-plugin` from 2.0.1.Final to 2.0.2.Final

Updates `quarkus-bootstrap-maven-plugin` from 2.0.1.Final to 2.0.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 Jul 14, 2021
@metacosm metacosm merged commit 49cb021 into main Jul 15, 2021
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-2.0.2.Final branch July 15, 2021 08:02
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