quarkiverse / quarkus-opencv

OpenCV extension for Quarkus
Apache License 2.0
8 stars 4 forks source link

Bump quarkus.version from 2.4.2.Final to 2.11.3.Final #79

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

Bumps quarkus.version from 2.4.2.Final to 2.11.3.Final. Updates quarkus-bom from 2.4.2.Final to 2.11.3.Final

Release notes

Sourced from quarkus-bom's releases.

2.11.2.Final

Complete changelog

  • #27091 - Aggregate repos from user Maven settings
  • #27090 - Make org.graalvm.regex:regex parent first
  • #27085 - Regression with upgrade 2.9.2 -> 2.11.1 in app using GraalVM Javascript interpreter
  • #27082 - Ensure that dev services properties are cleared in QuarkusIntegrationTestExtension
  • #27077 - Restore the original sync-web-site.sh
  • #27075 - Mongodb connection string argument not passed when starting native integration tests
  • #27051 - Do not strip trailing slashes when using Reactive REST Client
  • #27050 - Remote servers that require a trailing slash can no longer be called with Quarkus 2.11
  • #27049 - Enable SSL by default for SmallRye GraphQL Client
  • #27029 - Fix case of OpenSearch in elasticsearch-dev-services.adoc
  • #27019 - Introduce a new set of test callbacks used right before and after test execution
  • #27004 - Deprecate HibernateValidatorFactoryCustomizer in favor of ValidatorFactoryCustomizer
  • #27002 - Fix smallrye.jwt.client.tls.hosts property name typo in the docs
  • #27001 - Make ValidatorFactory and Validator singleton beans
  • #26999 - Add QuarkusBeforeTestExecutionCallback
  • #26997 - Change HV validator interceptor to dynamically resolve Validator bean instance
  • #26978 - Micrometer: Fix Client Filter + tests
  • #26970 - Keycloak Authz - make request for party token work in native mode
  • #26969 - Bump kubernetes-client-bom from 5.12.2 to 5.12.3
  • #26944 - Fix links in javadoc and documentations
  • #26942 - Favor HTTPS over HTTP in documentations and comments
  • #26938 - Maven artifacts from additional repo not found during quarkus:build
  • #26931 - Hibernate-validator won't properly work when using @​Observes for ApplicationScoped.class
  • #26887 - Make sure referenced upstream platform is also pulled in when resolving extension catalog directly
  • #26819 - Add condition to avoid exception when parameter value is not present
  • #25951 - RestClient errors statuscode are not shown in micrometer

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

... (truncated)

Commits
  • 7e66412 [RELEASE] - Bump version to 2.11.3.Final
  • 775f2a6 Merge pull request #27454 from gsmet/2.11.3-backports-1
  • 05369ff Add SPI for native for Error Code and Exception Name providers
  • 455e852 Make HelloRouterTest more robust
  • 0ec4f85 Minor fixes in codestart doc
  • 72a56c8 Update the Redis dev service to Redis 7.
  • f43d7ec Make @​ClientExceptionMapper work with Kotlin
  • 13b8170 Fix misleading DevUI score for void return types
  • d02eb80 Complete implementation of UriInfoImpl
  • d8b9159 Modify extension on reactive-sql-clients.adoc
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.4.2.Final to 2.11.3.Final

Updates quarkus-bootstrap-maven-plugin from 2.4.2.Final to 2.11.3.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 #80.