quarkiverse / quarkus-jooq

Quarkus Jooq Extension
Apache License 2.0
67 stars 17 forks source link

Bump quarkus.version from 2.5.1.Final to 2.11.1.Final #86

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quarkus.version from 2.5.1.Final to 2.11.1.Final. Updates quarkus-bom from 2.5.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-bootstrap-maven-plugin from 2.5.1.Final to 2.11.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)
dependabot[bot] commented 2 years ago

Superseded by #87.