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.6.2.Final to 2.7.1.Final #26

Merged
merged 1 commit into from
Feb 8, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 8, 2022

Bumps quarkus.version from 2.6.2.Final to 2.7.1.Final.
Updates quarkus-bom from 2.6.2.Final to 2.7.1.Final

Release notes

Sourced from quarkus-bom's releases.

2.7.0.Final

Complete changelog

  • #23196 - Bump mockito-core from 4.3.0 to 4.3.1
  • #23190 - Replaces SHA1withRSA with SHA256WithRSA certs for gRPC tests to satisfy elevated crypto policy
  • #23187 - Upgrade to Hibernate ORM 5.6.5.Final
  • #23185 - Revert change client proxy class package
  • #23183 - Upgrade to Hibernate Search 6.1.0.Final
  • #23179 - Set the oidc-client-reactive-filter status to stable
  • #23178 - Oracle JDBC drivers should not be initialized at runtime
  • #23176 - Use "full" OpenJDK image
  • #23173 - Update Kafka to 3.1.0
  • #23172 - Add documentation to handle Java preview features for building natives
  • #23167 - LinkageError when hot reloading project using classes in external dependencies
  • #23163 - Fix kotlin serialization native test failure
  • #23160 - Fix issue with RR form decoding
  • #23159 - Show CLI version and useful text with base quarkus command
  • #23158 - Handle @​Nested with continuous testing
  • #23157 - Bump google-http-client-bom from 1.41.0 to 1.41.1
  • #23155 - Bump mockito-core from 4.2.0 to 4.3.0
  • #23153 - Fix minor issues in the Hibernate Reactive documentation
  • #23149 - TS failure: io.quarkus.grpc.examples.hello.HelloWorldTls fail: Algorithm constraints check failed SHA1withRSA
  • #23148 - TS failure: quarkus-integration-test-rest-client-reactive-kotlin-serialization: Unresolved class: interface java.util.List
  • #23146 - Fix NPE when @​NativeImageTest is used with PER_CLASS instance creation
  • #23145 - Support OIDC Mutual TLS
  • #23143 - Remove quarkus:check-for-updates in favor of quarkus:info and quarkus:update
  • #23139 - Support for multiple custom claim paths to find roles in oidc token
  • #23137 - Bump kubernetes-client-bom from 5.11.2 to 5.12.0
  • #23125 - Improve terminal help text
  • #23123 - RequestMapper allows trailing characters
  • #23118 - Upgrade Liquibase to 4.7.1 and substitute new OSGi and h2 bits
  • #23113 - Native build with quarkus-jdbc-oracle + quarkus-jdbc-db2 extension dependencies fails
  • #23112 - Load MockitoConfiguration parent-first to make it work in continuous testing
  • #23110 - quarkus-resteasy-reactive PathMatcher allows any extra character in the end of valid path
  • #23109 - Auto-mocking Uni does not work in continuous testing, failing tests that work in normal testing
  • #23108 - Bump smallrye-jwt version to 3.3.3
  • #23102 - Adjust the retention of the various artifacts uploaded by CI
  • #23097 - Add support for codestart testing in the quarkus-platform repo
  • #23095 - Make @​TestHTTPEndpoint work with path variables
  • #23094 - First experiments with publication of the CLI to Chocolatey
  • #23091 - Use SafeConstructor class for SnakeYAML
  • #23089 - Add dependencies with provided scope in test mode
  • #23087 - Downgrade assertj to 3.21.0 to avoid breaking platform members
  • #23085 - Bump Keycloak version to 16.1.0
  • #23084 - @​TestHTTPEndpoint misconfigures Rest Assured in case of regex in @​Path
  • #23081 - Support platform IT tests in IntegrationTestUtil.determineBuildOutputDirectory(url)
  • #23078 - Continuous testing can fail after mvn test when run without clean
  • #23076 - Do not ban reloadable dependencies from the base runtime classloader
  • #23075 - Failed to run continuous testing on apple m1

... (truncated)

Commits
  • ea4ef3d [RELEASE] - Bump version to 2.7.1.Final
  • bf67d84 Merge pull request #23494 from gsmet/2.7.1-backports-4
  • cd20197 More tabs work
  • ad91cb8 Detect when the app is reading input
  • 2592bf6 Fix incorrect configuration property in buildpack documentation
  • 5c94181 Merge pull request #23479 from gsmet/2.7.1-backports-3
  • b05aef4 Handle parent first artifact when running devmode from Gradle
  • 473bb1a Properly handle void return type in REST Client Reactive
  • 1988bd4 ArC - register client proxies and subclasses for reflection if needed
  • 24c9730 Improve CT error handling
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 2.6.2.Final to 2.7.1.Final

Updates quarkus-bootstrap-maven-plugin from 2.6.2.Final to 2.7.1.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.6.2.Final to 2.7.1.Final.

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

Updates `quarkus-maven-plugin` from 2.6.2.Final to 2.7.1.Final

Updates `quarkus-bootstrap-maven-plugin` from 2.6.2.Final to 2.7.1.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 Feb 8, 2022
@zhfeng zhfeng merged commit 41bf952 into main Feb 8, 2022
@zhfeng zhfeng deleted the dependabot/maven/quarkus.version-2.7.1.Final branch February 8, 2022 15:10
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