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.10.1.Final to 2.11.2.Final #35

Merged
merged 1 commit into from
Aug 5, 2022

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2022

Bumps quarkus.version from 2.10.1.Final to 2.11.2.Final.
Updates quarkus-bom from 2.10.1.Final to 2.11.2.Final

Release notes

Sourced from quarkus-bom's releases.

2.11.1.Final

Complete changelog

  • #26930 - Fix various RabbitMQ DevUI issues
  • #26929 - Add note about BouncyCastle dependency for Stork
  • #26927 - Stork service discovery + Openshift - missing documentation related to required dependency on native mode
  • #26926 - Improve error message when multiple container image extensions are present
  • #26923 - Ensure that returning an InputStream from RESTEasy Reactive works in native
  • #26906 - Fix typo @​WithParent to @​WithParentName
  • #26900 - Add @InjectSpy.delegate to evade errors with default methods in intermediate spring-data repo interfaces
  • #26899 - Add deprecated to extension status note
  • #26893 - Fix links for JSON value types
  • #26886 - Improve Redis health check output
  • #26885 - Redis healthcheck message sometimes is not useful.
  • #26881 - Set higher timeout for Elasticsearch/OpenSearch container startup
  • #26880 - Add .flattened-pom.xml to Maven codestarts .gitignore
  • #26871 - Additional check if Micrometer Metrics Tracer is available
  • #26858 - Respect Maven defaultGoal in DevMojo
  • #26855 - Bump h2 from 2.1.210 to 2.1.214
  • #26854 - Update Service Binding Spec URLs
  • #26851 - Add some debug logging on shutdown
  • #26841 - Update h2 database
  • #26839 - Bump smallrye-open-api from 2.1.22 to 2.1.23
  • #26815 - Consistently consider quoted AND non-quoted versions of quarkus.datasource configuration properties
  • #26780 - NoSuchMethodException in Resteasy-reactive when running in native mode (RestResponse)
  • #26779 - OpenTelemetry: NPE in HttpInstrumenterVertxTracer.RouteGetter when request got cancelled
  • #26764 - OpenTelemetry: NPE in HttpInstrumenterVertxTracer.RouteGetter when request got cancelled
  • #26729 - Allow setting working directory in gradle devmode task
  • #26694 - Make otel spans for RR clients more spec compliant
  • #26589 - Openshift and Docker Extension Dependencies not activating from an activated Maven Profile
  • #26586 - workingDir in quarkusDev not respected by gradle anymore
  • #26507 - Hibernate ORM startup failure (HHH000342) when using dev services and the datasource and PU name are different
  • #26461 - @​FormParam OpenAPI not displayed properly in Resteasy Reactive
  • #26216 - OpenTelemetry: By default high HTTP span name cardinality for HTTP server spans

2.11.0.CR1

Major changes

  • #26658 - Hibernate Validator - Allow customization of the ValidatorFactory
  • #26319 - Default to Java17-based builder-images for native executable generation
  • #26294 - Bump to Vert.x 4.3.1 and Netty 4.1.78
  • #26268 - New Redis Client API
  • #26190 - Introduce @​SearchExtension to configure Hibernate Search through annotated beans
  • #26186 - Re-create Elasticsearch schema on startup in tests/dev mode with Hibernate Search and Elasticsearch dev services
  • #26153 - ArC Dev UI - add bean dependency graph
  • #26128 - Allow passing unsupported properties to Hibernate ORM
  • #26105 - Change GraphQL endpoints to be Singleton by default
  • #25801 - Allow to provide custom configuration for JAXB context
  • #25288 - Unify devservices datatabase, username and password and allow configuration

... (truncated)

Commits
  • b0b51fd [RELEASE] - Bump version to 2.11.2.Final
  • bf91915 Merge pull request #27113 from gsmet/2.11.2-backports-1
  • 0839414 Make org.graalvm.regex:regex parent first
  • 4f57d08 Aggregate repos from user Maven settings
  • b2b0906 Introduce a new set of test callbacks used right before and after test execution
  • 4c41b4b Ensure that dev services properties are cleared in QuarkusIntegrationTestExte...
  • 84bd53b Use proper name for context store in QuarkusIntegrationTestExtension
  • 7b59d0f Pull in the corresponding upstream platform catalog when resolving the primar...
  • cea4afc Fix RestClient Reactive mocking in presence of class-level interceptors
  • 27f0915 Fix @​NoClassInterceptor treatment in inheritance hierarchy
  • Additional commits viewable in compare view

Updates quarkus-maven-plugin from 2.10.1.Final to 2.11.2.Final

Updates quarkus-bootstrap-maven-plugin from 2.10.1.Final to 2.11.2.Final

Updates quarkus-extension-maven-plugin from 2.10.1.Final to 2.11.2.Final

Release notes

Sourced from quarkus-extension-maven-plugin's releases.

2.11.1.Final

Complete changelog

  • #26930 - Fix various RabbitMQ DevUI issues
  • #26929 - Add note about BouncyCastle dependency for Stork
  • #26927 - Stork service discovery + Openshift - missing documentation related to required dependency on native mode
  • #26926 - Improve error message when multiple container image extensions are present
  • #26923 - Ensure that returning an InputStream from RESTEasy Reactive works in native
  • #26906 - Fix typo @​WithParent to @​WithParentName
  • #26900 - Add @InjectSpy.delegate to evade errors with default methods in intermediate spring-data repo interfaces
  • #26899 - Add deprecated to extension status note
  • #26893 - Fix links for JSON value types
  • #26886 - Improve Redis health check output
  • #26885 - Redis healthcheck message sometimes is not useful.
  • #26881 - Set higher timeout for Elasticsearch/OpenSearch container startup
  • #26880 - Add .flattened-pom.xml to Maven codestarts .gitignore
  • #26871 - Additional check if Micrometer Metrics Tracer is available
  • #26858 - Respect Maven defaultGoal in DevMojo
  • #26855 - Bump h2 from 2.1.210 to 2.1.214
  • #26854 - Update Service Binding Spec URLs
  • #26851 - Add some debug logging on shutdown
  • #26841 - Update h2 database
  • #26839 - Bump smallrye-open-api from 2.1.22 to 2.1.23
  • #26815 - Consistently consider quoted AND non-quoted versions of quarkus.datasource configuration properties
  • #26780 - NoSuchMethodException in Resteasy-reactive when running in native mode (RestResponse)
  • #26779 - OpenTelemetry: NPE in HttpInstrumenterVertxTracer.RouteGetter when request got cancelled
  • #26764 - OpenTelemetry: NPE in HttpInstrumenterVertxTracer.RouteGetter when request got cancelled
  • #26729 - Allow setting working directory in gradle devmode task
  • #26694 - Make otel spans for RR clients more spec compliant
  • #26589 - Openshift and Docker Extension Dependencies not activating from an activated Maven Profile
  • #26586 - workingDir in quarkusDev not respected by gradle anymore
  • #26507 - Hibernate ORM startup failure (HHH000342) when using dev services and the datasource and PU name are different
  • #26461 - @​FormParam OpenAPI not displayed properly in Resteasy Reactive
  • #26216 - OpenTelemetry: By default high HTTP span name cardinality for HTTP server spans

2.11.0.CR1

Major changes

  • #26658 - Hibernate Validator - Allow customization of the ValidatorFactory
  • #26319 - Default to Java17-based builder-images for native executable generation
  • #26294 - Bump to Vert.x 4.3.1 and Netty 4.1.78
  • #26268 - New Redis Client API
  • #26190 - Introduce @​SearchExtension to configure Hibernate Search through annotated beans
  • #26186 - Re-create Elasticsearch schema on startup in tests/dev mode with Hibernate Search and Elasticsearch dev services
  • #26153 - ArC Dev UI - add bean dependency graph
  • #26128 - Allow passing unsupported properties to Hibernate ORM
  • #26105 - Change GraphQL endpoints to be Singleton by default
  • #25801 - Allow to provide custom configuration for JAXB context
  • #25288 - Unify devservices datatabase, username and password and allow configuration

... (truncated)

Commits
  • b0b51fd [RELEASE] - Bump version to 2.11.2.Final
  • bf91915 Merge pull request #27113 from gsmet/2.11.2-backports-1
  • 0839414 Make org.graalvm.regex:regex parent first
  • 4f57d08 Aggregate repos from user Maven settings
  • b2b0906 Introduce a new set of test callbacks used right before and after test execution
  • 4c41b4b Ensure that dev services properties are cleared in QuarkusIntegrationTestExte...
  • 84bd53b Use proper name for context store in QuarkusIntegrationTestExtension
  • 7b59d0f Pull in the corresponding upstream platform catalog when resolving the primar...
  • cea4afc Fix RestClient Reactive mocking in presence of class-level interceptors
  • 27f0915 Fix @​NoClassInterceptor treatment in inheritance hierarchy
  • Additional commits viewable in compare view

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.10.1.Final to 2.11.2.Final.

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

Updates `quarkus-maven-plugin` from 2.10.1.Final to 2.11.2.Final

Updates `quarkus-bootstrap-maven-plugin` from 2.10.1.Final to 2.11.2.Final

Updates `quarkus-extension-maven-plugin` from 2.10.1.Final to 2.11.2.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.10.1.Final...2.11.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
- dependency-name: io.quarkus:quarkus-extension-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 Aug 5, 2022
@naah69 naah69 merged commit 2482100 into main Aug 5, 2022
@naah69 naah69 deleted the dependabot/maven/quarkus.version-2.11.2.Final branch August 5, 2022 08: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