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.1.Final #33

Closed

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps quarkus.version from 2.10.1.Final to 2.11.1.Final.
Updates quarkus-bom from 2.10.1.Final to 2.11.1.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
  • 70bb4e8 [RELEASE] - Bump version to 2.11.1.Final
  • 64a9e87 Merge pull request #26941 from gsmet/2.11.1-backports-1
  • 94f67ef Ensure that returning an InputStream from RESTEasy Reactive works in native
  • 965bdad GraphQL to terminate the request even if it was active
  • f03595d Don't assume that 'rabbitmq-http-port' is always set
  • c5dca42 Make RabbitMQ link in DevUI an external link
  • 9599615 Improve error message when multiple container image extensions are present
  • 1d8649c Use Java 11 construct for creating Map
  • 15271c5 Apply minor polish to container image build classes
  • 8a1dd7a Add note about BouncyCastle dependency for Stork
  • Additional commits viewable in compare view

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

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

Updates quarkus-extension-maven-plugin from 2.10.1.Final to 2.11.1.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
  • 70bb4e8 [RELEASE] - Bump version to 2.11.1.Final
  • 64a9e87 Merge pull request #26941 from gsmet/2.11.1-backports-1
  • 94f67ef Ensure that returning an InputStream from RESTEasy Reactive works in native
  • 965bdad GraphQL to terminate the request even if it was active
  • f03595d Don't assume that 'rabbitmq-http-port' is always set
  • c5dca42 Make RabbitMQ link in DevUI an external link
  • 9599615 Improve error message when multiple container image extensions are present
  • 1d8649c Use Java 11 construct for creating Map
  • 15271c5 Apply minor polish to container image build classes
  • 8a1dd7a Add note about BouncyCastle dependency for Stork
  • 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.1.Final.

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

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

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

Updates `quarkus-extension-maven-plugin` from 2.10.1.Final to 2.11.1.Final
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@2.10.1.Final...2.11.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
- 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 Jul 28, 2022
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 5, 2022

Superseded by #35.

@dependabot dependabot bot closed this Aug 5, 2022
@dependabot dependabot bot deleted the dependabot/maven/quarkus.version-2.11.1.Final branch August 5, 2022 07:35
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.

0 participants