Skip to content
This repository was archived by the owner on Sep 2, 2021. It is now read-only.

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps quarkus-bom from 1.8.3.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

Dependabot compatibility score

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)
  • @dependabot use these labels will set the current labels as the default for future PRs for this repo and language
  • @dependabot use these reviewers will set the current reviewers as the default for future PRs for this repo and language
  • @dependabot use these assignees will set the current assignees as the default for future PRs for this repo and language
  • @dependabot use this milestone will set the current milestone as the default for future PRs for this repo and language
  • @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 your Dependabot dashboard:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

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

Signed-off-by: dependabot-preview[bot] <[email protected]>
@dependabot-preview dependabot-preview bot added the dependencies Pull requests that update a dependency file label Jul 14, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #290.

@dependabot-preview dependabot-preview bot deleted the dependabot/maven/io.quarkus-quarkus-bom-2.0.2.Final branch July 22, 2021 05:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants