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

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

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

Release notes

Sourced from quarkus-bom's releases.

2.2.1.Final

Major changes

Complete changelog

  • #19784 - Upgrade build-reporting-maven-extension to 1.0.4
  • #19780 - Use the proper config values when pulling base image for native build using Jib
  • #19769 - Provide actionable error message when RESTEasy can't pick Provider constructor
  • #19760 - Fix dev mode launch on Windows, replace jline with Aesh in the quarkus-maven-plugin
  • #19756 - Replace "Could not find MessageBodyWriter for response object of type: java.util.ArrayList of media type: application/json" with helpful tip
  • #19751 - Fix wrong TestInfo test method in @​Before/AfterEach
  • #19748 - Fix typo in vertx.adoc
  • #19747 - JUnit: Wrong test method passed in TestInfo parameter of BeforeEach/AfterEach methods
  • #19746 - Update docs to remove not working examples
  • #19744 - Jib native build failures when setting custom 'quarkus.jib.base-native-image' values
  • #19739 - Add Nexus 3 instructions
  • #19731 - Bump com.gradle.enterprise plugin to 3.6.4
  • #19730 - Updated "Dev UI page" text to link to Dev UI on localhost
  • #19729 - ArC - use the context object for a custom pseudo-scope
  • #19725 - Pseudo scope doesn't use the context class object
  • #19722 - Qute type-safe validation - include all interface methods in hierarchy
  • #19715 - Fix NPE in TenantConfigBean preventing proper ARC shutdown leading to class loader issues
  • #19709 - Extension registry repository as a Nexus Repository proxy
  • #19708 - Fix "Response head already sent"
  • #19706 - Handle creating the src dir in dev mode
  • #19699 - Make it easier to access the static OidcTenantConfig from custom tenant resolvers
  • #19696 - Upgrade build-reporting-maven-extension to 1.0.3
  • #19695 - Check whether the platform catalog couldn't be resolved from a Maven mirror
  • #19693 - Fallback to the original registry repo config in case applied mirror/proxy from settings didn't work
  • #19684 - Add an actionable message when attribute of multipart is a file and not accessed as such
  • #19677 - RESTEasy Reactive Multipart Json Upload doesn't work for files
  • #19675 - Reactive Messaging WebSocket Guide
  • #19673 - Regression: Quarkus 2.2.0 breaks Dev Mode on Windows
  • #19672 - Mute artifact transfer listener for the registry client used from a Mojo unless debug is enabled
  • #19655 - Index doesn't pick up new interface implementations during dev mode
  • #19654 - Upgrade to Hibernate ORM 5.5.7.Final
  • #19640 - Add section about the execution model in reactive guides
  • #19635 - Fix Arbitrary file write during archive extraction ("Zip Slip") vulnerability
  • #19630 - Never propagate a WebApplicationException from the client
  • #19621 - Response head already sent Exception
  • #19564 - Qute can't find all fields defined on parent interfaces with strict rendering enabled
  • #19488 - Either RESTEasy Reactive/REST Client Reactive swallow errors in some scenarios, very difficult to debug
  • #14551 - Confusing info in guide discussing Reactive Messaging and HTTP

2.2.0.Final

Major changes

... (truncated)

Commits
  • 6fc6253 [RELEASE] - Bump version to 2.2.1.Final
  • c355c39 Fix "Response head already sent"
  • 70a628b Merge pull request #19785 from gsmet/2.2.1-backports-2
  • 68323f9 Upgrade build-reporting-maven-extension to 1.0.4
  • 7e412ec Provide actionable error message when RESTEasy can't pick Provider constructor
  • f3b0e11 Fix wrong TestInfo test method in @​Before/AfterEach
  • 42b6ef2 Use the proper config values when pulling base image for native build using Jib
  • 11cef36 Add an actionable message when attribute of multipart is a file and not acces...
  • a12d97e Merge pull request #19768 from gsmet/2.2.1-backports-1
  • 8d33db2 Fix dev mode launch on Windows, replace jline with Aesh in the quarkus-maven-...
  • Additional commits viewable in compare view


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

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

Superseded by #40.