quarkiverse / quarkus-opencv

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

Bump quarkus.version from 2.1.1.Final to 2.2.3.Final #41

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps quarkus.version from 2.1.1.Final to 2.2.3.Final. Updates quarkus-bom from 2.1.1.Final to 2.2.3.Final

Release notes

Sourced from quarkus-bom's releases.

2.2.2.Final

Major changes

  • #19928 - Upgrade to Oracle JDBC driver v 21.3.0.0 and import its BOM
  • #17482 - Pass --exclude-config programatically

Complete changelog

  • #19949 - Fix continuous testing race
  • #19948 - SCI's can't add websocket endpoints
  • #19947 - Fix log assertions
  • #19939 - Add mailer-deployment to bom
  • #19938 - Oracle JDBC metadata overrides
  • #19937 - Revert "Register @​ConfigMappings directly into the Config builder"
  • #19936 - Fix a few issues with the CI build report
  • #19932 - Mark oidc-client and oidc-client-filter as stable and update descriptions for all OIDC extensions
  • #19928 - Upgrade to Oracle JDBC driver v 21.3.0.0 and import its BOM
  • #19927 - SmallRye GraphQL 1.3.2
  • #19926 - Experimental Maven goal to check for Quarkus platform and extension updates
  • #19925 - Add instructions to access App passwords page
  • #19922 - Set default jvm-target in basic kotlin sample project
  • #19921 - Fix combination of multiple @Nested tests with root lifecycle methods
  • #19920 - Fix broken link for config-reference
  • #19915 - Property value can't be read from Vault testcontainer in Quarkus 2.2.1, works fine in 2.1.4 version
  • #19909 - Fixed a broken link in a guide
  • #19908 - Include relevant upstream catalogs even if their versions aren't recommended for new projects
  • #19906 - Fix gradle deployment classpath leak
  • #19904 - Fix issue with skip predicates in scheduled methods
  • #19902 - gRPC - archive with a MutinyBean implementor is a bean archive
  • #19901 - Expose Agroal feature: idle validation
  • #19900 - There must be exactly one bean that matches the skip predicate
  • #19897 - Fix use of OpenTelemetry OTLP exporter in native mode
  • #19895 - Ensure that eager security handling works in native mode
  • #19887 - LambdaContainerHandlerSubstitution class must be marked final
  • #19886 - [native-image] integration-tests/amazon-lambda-rest, UserException: Annotated class must be final
  • #19882 - Fix RESTEasy classic server templating for observability
  • #19880 - Update JNA to work with Apple M1
  • #19878 - NoSuchMethodException when update from 2.2.0.CR1 to 2.2.1 in native mode
  • #19877 - Native build error on Quarkus 2.2.1.Final when using Opentelemetry
  • #19874 - Bump kubernetes-client-bom from 5.7.0 to 5.7.2
  • #19871 - Make KubernetesClientErrorHandler always throw a RuntimeException
  • #19870 - Potential NPE when deploying on Kubernetes / Openshift
  • #19857 - Clean up hang detection on failed start
  • #19851 - Rest Client Reactive: improve error on invalid subresource return type
  • #19848 - Dev UI Keycloak - Make the logout button visible
  • #19846 - Dev UI Test result screen make sure dark background use light text
  • #19844 - Don't fail Hibernate Validator when no RESTEasy Reactive request is in progress
  • #19843 - JUnit @​Nested with @​QuarkusTest with @​BeforeEach on Root-Class fails (Since 2.2.1.Final)
  • #19842 - Take @TestSecurity(authorizationEnabled = false) into account for RESTEasy Reactive
  • #19837 - Marking Amazon extensions as stable

... (truncated)

Commits
  • 4af9c47 [RELEASE] - Bump version to 2.2.3.Final
  • 09b2598 Merge pull request #20060 from geoand/2.2.3-backports1
  • c936638 micrometer: fix quarkiverse package in docs
  • 373b233 Bump kubernetes-client-bom from 5.7.2 to 5.7.3
  • 57c0e23 Fix declaredType handling in RESTEasy Reactive
  • 4ff9b61 Merge pull request #19993 from famod/npe-qte-2.2
  • c58e113 Fix NPE in QuarkusTestExtension.runAfterAllCallbacks() on failed boot (2.2)
  • f5e57a5 Merge pull request #19929 from gsmet/2.2.2-backports-1
  • dc10e63 Revert "Register @​ConfigMappings directly into the Config builder"
  • 065f051 Force jvm-target 11 for BasicKotlinApplicationModuleDevModeTest
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.1.1.Final to 2.2.3.Final

Updates quarkus-bootstrap-maven-plugin from 2.1.1.Final to 2.2.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 3 years ago

Superseded by #42.