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.version from 2.8.2.Final to 2.10.2.Final #55

Merged
merged 1 commit into from
Jul 11, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 6, 2022

Bumps quarkus.version from 2.8.2.Final to 2.10.2.Final.
Updates quarkus-bom from 2.8.2.Final to 2.10.2.Final

Release notes

Sourced from quarkus-bom's releases.

2.10.2.Final

Complete changelog

  • #26558 - Set service account name only to the generated deployment
  • #26556 - Fix tests lifecycle instance and methods annotated with AfterAll
  • #26550 - Document Reactive datasource URL
  • #26545 - Add quarkus-jdbc-derby-deployment constraint to the BOM
  • #26544 - Bump Keycloak version to 18.0.2
  • #26542 - RestEasy Reactive: Keep target when handling failed authorization check
  • #26539 - Include dev mode configuration in gRPC client documentation
  • #26515 - Upgrade JReleaser to 1.1.0
  • #26508 - Stork guide minor improvements and cross linking
  • #26492 - Use proper header name
  • #26491 - Fix spring-data-jpa field lookup in parameterized superclasses and for typed fields
  • #26490 - Bump mariadb-java-client from 3.0.5 to 3.0.6
  • #26482 - Upgrade Hibernate Reactive to 1.1.7.Final
  • #26480 - Register build-time configured fault tolerance exceptions for reflection
  • #26474 - Ensure that getting server name in opentelemetry won't throw a NPE
  • #26467 - Properly ensure that transfer-encoding is not set when content-length exists
  • #26465 - Properly initialize elements from the datasource configs
  • #26464 - Resteasy Reactive adds transfer-encoding header though content-length is present
  • #26460 - Make quarkus.container-image.push=false effective in all k8s extensions
  • #26456 - Set remote address correctly
  • #26455 - [reactive-pg-client] NullPointerException in PgPoolRecorder.java
  • #26441 - Fix DevMojoIT.testCapabilitiesConflict on Windows
  • #26440 - Bump proto-google-common-protos from 2.0.1 to 2.9.1
  • #26439 - Bump testcontainers.version from 1.17.2 to 1.17.3
  • #26437 - Bump com.gradle.plugin-publish from 0.21.0 to 1.0.0 in /devtools/gradle
  • #26426 - reactive-oracle-client - connection URI syntax is unclear
  • #26425 - Wrong update example on MongoDB with Panache and Kotlin guide
  • #26423 - quarkus.grpc.dev-mode.force-server-start=false property is not mentioned in documentation
  • #26422 - Attempt to fix podman DNS issue
  • #26416 - Bump smallrye-common-bom from 1.12.0 to 1.13.0
  • #26412 - Explicitly cast provider objects for older Gradle version support
  • #26407 - Update mongodb-panache.adoc
  • #26392 - Gradle plugin incorrectly requires Gradle 6.1
  • #26386 - Quarkus 2.10.0 doesn't work for Simulate Amazon Lambda Deployment with SAM CLI
  • #26385 - Quarkus image build fails when using fake registry name with quarkus.kubernetes.deploy=true
  • #26371 - Fix combination of remote-dev and Jib created containers
  • #26358 - Propagate OpenTelemetry context to gRPC services
  • #26356 - Fix Span names for 404 and when Micrometer is available and disabled
  • #26333 - OpenTelemetry with reactive rest client not working properly
  • #26332 - Always create a duplicated context in OpenTelemetry when executing client requests
  • #26322 - Update apicurio-common-rest-client-vertx version
  • #26222 - gRPC Context propagation does not work
  • #26216 - OpenTelemetry: By default high HTTP span name cardinality for HTTP server spans
  • #26113 - Remote-dev mode not supported with container images created with Jib extension
  • #26057 - smallrye-fault-tolerance ClassNotFoundException with Exceptions defined in Retry/retryOn property
  • #25993 - Bump apicurio-registry.version from 2.2.3.Final to 2.2.4.Final

... (truncated)

Commits
  • 269cb51 [RELEASE] - Bump version to 2.10.2.Final
  • 01c528e Merge pull request #26569 from gsmet/2.10.2-backports-2
  • e80dca0 Fix tests lifecycle instance and methods annotated with AfterAll
  • 448c419 Set service account name only to the generated deployment
  • 871ea1c Make quarkus.container-image.push=false effective in all k8s extensions
  • 16d4d51 Bump Keycloak version to 18.0.2
  • 8bbb62f Add quarkus-jdbc-derby-deployment constraint to the BOM
  • 7b732d3 Document Reactive DS URL
  • 331dcf0 Include dev mode configuration in gRPC client documentation
  • 158dda7 RestEasy Reactive: Keep target when handling failed authorization check
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 2.8.2.Final to 2.10.2.Final

Updates quarkus-bootstrap-maven-plugin from 2.8.2.Final to 2.10.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.8.2.Final to 2.10.2.Final.

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

Updates `quarkus-maven-plugin` from 2.8.2.Final to 2.10.2.Final

Updates `quarkus-bootstrap-maven-plugin` from 2.8.2.Final to 2.10.2.Final

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 6, 2022
@stuartwdouglas stuartwdouglas merged commit acb8bde into main Jul 11, 2022
@stuartwdouglas stuartwdouglas deleted the dependabot/maven/quarkus.version-2.10.2.Final branch July 11, 2022 01: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