quarkiverse / quarkus-opencv

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

Bump quarkus.version from 2.4.2.Final to 2.7.5.Final #64

Closed dependabot[bot] closed 2 years ago

dependabot[bot] commented 2 years ago

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

Release notes

Sourced from quarkus-bom's releases.

2.7.4.Final

Complete changelog

  • #24186 - Update OpenApiRecorder to recommend using quarkus.http.cors
  • #24182 - Change protocol name to TLS in QuarkusRestClientBuilder
  • #24180 - Fix openapi service loader issue in native mode
  • #24178 - Check FormAuthentication location cookie
  • #24177 - Small native reference guide updates
  • #24173 - Close the app bootstrapped in generate-code-tests
  • #24170 - Apicurio hide static openapi document
  • #24169 - Fix URISyntaxException on Span name extraction
  • #24167 - Make ReactiveClientHeadersFactory replace headers instead of adding - backport to 2.7
  • #24166 - [Qute] Custom default value is ignored in {config:boolean } rendering
  • #24165 - Qute - fix evaluation for multiple matching namespace resolvers
  • #24159 - Respect quarkus.container-image.push=true in container-image-docker for native build
  • #24158 - Avoid NPE when RESTEasy Reactive is used together with the classic REST client
  • #24154 - Update WebClient used by DevServices for Keycloak to trust Keycloak
  • #24151 - Explicitly request a serializer in writeTo()
  • #24147 - Upgrade to JReleaser 1.0.0-M3
  • #24146 - Including quarkus-apicurio-registry-avro pollutes the OpenAPI / Swagger UI with non-working endpoints and data types
  • #24143 - Fixing the rabbitmq-reference guide issue in code
  • #24142 - Fix Apicurio dev service url, prepend http:// as the schema is not present in the resolved address
  • #24141 - Close VirtualBootstrap channel on dev-mode restart
  • #24138 - Prevent NPE when a JAX-RS method returns a Multi and does not declare @​Produces
  • #24135 - Documentation - Oracle Reactive client as tech preview
  • #24134 - Properly captures and restores the vert.x context in the reactive REST Client
  • #24132 - No OASFactoryResolver implementation found! when running native application
  • #24130 - quarkus.oidc.tls.verification can not work in dev mode
  • #24122 - Fix formatting
  • #24120 - Dependency order in pom.xml - NPE during headers writing
  • #24106 - Rectify bad class formats in some cases
  • #24103 - Fix smallrye.jwt.verify.algorithm property description
  • #24094 - Skip modules with no pom.xml during workspace discovery logging a warning
  • #24088 - Live Reload is Failing
  • #24083 - Documentation - More tabs work and other boring changes
  • #24082 - Upgrade to Infinispan 13.0.6.Final
  • #24080 - Correct import path BcryptUtil
  • #24079 - Bump adal4j version to 1.6.7
  • #24077 - Improved Kubernetes config docs
  • #24068 - OpenShift: Fix image pull policy property
  • #24065 - Bump agroal.version from 1.14 to 1.15
  • #24063 - Verify OIDC WebClient works with the host verification
  • #24055 - Resteasy Reactive: Support use of optional with list/set/sortedset
  • #24050 - Prevent a malformed URI from hanging the Reactive REST Client
  • #24042 - RestClient reactive hangs forever when url is invalid
  • #24013 - Native reference guide updates
  • #24008 - Apicurio Registry DevService cannot be used by multiple Quarkus services
  • #23898 - Can't use Optional with List with @​QueryParam with reasteasy controller
  • #23837 - Native Reference Guide: Instructions to get a thread dump

... (truncated)

Commits
  • 2733bae [RELEASE] - Bump version to 2.7.5.Final
  • ad5b06b Merge pull request #24328 from gsmet/2.7.5-backports-2
  • dafe5f7 Apply all options to all HTTP servers
  • 2473659 Fix curl URL and note formatting
  • 2b63b61 Merge pull request #24297 from gsmet/2.7.5-backports-1
  • c37d817 Small adjustment for the generated project index page
  • 778cf02 Fix duplicated content following the tabs work
  • ddaa76f Add some details about how to mock CDI beans in command mode tests
  • fd00878 Fix a few infelicities in the Test profiles documentation
  • 124d8f0 Merge pull request #24291 from gsmet/jib-podman
  • Additional commits viewable in compare view


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

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