quarkiverse / quarkus-ironjacamar

IronJacamar is an implementation of the Jakarta Connector Architecture specification
https://docs.quarkiverse.io/quarkus-ironjacamar/dev/index.html
Apache License 2.0
4 stars 2 forks source link

Bump quarkus.version from 3.15.1 to 3.16.0 #145

Closed dependabot[bot] closed 2 weeks ago

dependabot[bot] commented 2 weeks ago

Bumps quarkus.version from 3.15.1 to 3.16.0. Updates io.quarkus:quarkus-bom from 3.15.1 to 3.16.0

Release notes

Sourced from io.quarkus:quarkus-bom's releases.

3.16.0.CR1

Major changes

  • #38239 - Logging OpenTelemetry extension
  • #41264 - LGTM Quarkus Dashboard
  • #41866 - Add quarkus-oidc-client-registration extension
  • #42642 - Support record parameter containers
  • #42749 - Add new AuthorizationPolicy annotation to bind named HttpSecurityPolicy to a Jakarta REST endpoints
  • #42879 - Add OIDC Client SPI
  • #42935 - Support for two or more authentications for a single request
  • #43005 - Drop the compatibility layer for the Big Reactive Rename
  • #43241 - Support @PermissionsAllowed defined on meta-annotation
  • #43283 - Introduce OidcResponseFilter
  • #43331 - Introduce per invocation override of REST Client's base URL
  • #43402 - Auto log for dev services in containers
  • #43441 - Add HTTP Access Log to Dev UI
  • #43609 - Support Keycloak Dev Service when OIDC client is used without OIDC extension

Complete changelog

  • #10435 - Misconfigured TCCL for @TestFactory dynamic tests breaks RestAssured since Quarkus 1.5.0
  • #19686 - Support constructor injection for RESTEasy Reactive multipart bodies
  • #22824 - Add jitter to scheduler
  • #23559 - Buildpack for Quarkus/Quarkus Native
  • #23883 - When using buildpack without docker running gets a meaningless exception
  • #24378 - KafkaDevServicesContinuousTestingWorkingAppPropsTestCase / PriceResourceET do not indicate recovery is tested, logs with test errors
  • #25496 - When using reactive restclient in 2.8.2.Final with Response, getEntity() returns null even if there is a body in Response
  • #27326 - MongoDB panache generates invalid update documents when updating a list or array with HQL
  • #29191 - Subscribing to CompletionStage returned by Event.fireAsync doesn't seem to work correctly
  • #30712 - Support OpenTelemetry Log signal
  • #31328 - Support for inclusive authentication
  • #32143 - OIDC document shoud update
  • #32159 - Redis client with AWS Elasticache
  • #33018 - ServletContextInitializer IT test
  • #33665 - Clarify the behavior of InstanceHandle.close()
  • #33666 - Clarify class-level interceptor binding inheritance
  • #35871 - Jackson @JsonView deserialization support for request bodies
  • #36227 - Accept-Language header not parsed correctly for language subtags, variants, extension and private subtags
  • #36228 - Use java.util.Locale to parse the languages from the Accept-Language header
  • #36336 - @CacheResult on legacy @RegisterRestClient throws CCE on 3.4.2
  • #37243 - Enhance keycloak-admin-client extension to support TLS trust and key stores
  • #37777 - Building Quarkus with Buildpacks uses Liberica as JDK
  • #38228 - Better support for APT in dev mode: Gradle part
  • #38239 - Logging OpenTelemetry extension
  • #38250 - Support for OIDC Dynamic Client Registration
  • #38814 - Memory usage increased between Quarkus 3.6 and 3.7
  • #39663 - Security - Ability to create custom permission annotation
  • #39950 - File and FileUpload result in different OpenAPI spec, upload button missing
  • #40007 - Add ability to hide rest endpoints from OpenAPI schema / Swagger
  • #40829 - dynamic default page can't handle I add a index.html file

... (truncated)

Commits
  • 06af163 [RELEASE] - Bump version to 3.16.0
  • 9c118bc Merge pull request #44036 from gsmet/3.16.0-backports-2
  • cf6b2fe renaming to library
  • 1c9483d avoiding forcing resolution when configuring QuarkusApplicationModelTask
  • 5c11e57 Fix for issue 42549 - replaces oidc authentication for github screenshots wit...
  • 3b0b8d8 Docs typo fixes - specificed, agrument
  • 2e764f8 Add RESTEasy Multipart capability
  • 60b802a Work around failure of maturity model PR to merge
  • 9b14a31 Skeleton extensions FAQ
  • 20baabe Merge pull request #44002 from gsmet/3.16.0-backports-1
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.15.1 to 3.16.0

Updates io.quarkus:quarkus-config-doc-maven-plugin from 3.15.1 to 3.16.0

Updates io.quarkus:quarkus-extension-processor from 3.15.1 to 3.16.0

Updates io.quarkus:quarkus-extension-maven-plugin from 3.15.1 to 3.16.0

Release notes

Sourced from io.quarkus:quarkus-extension-maven-plugin's releases.

3.16.0.CR1

Major changes

  • #38239 - Logging OpenTelemetry extension
  • #41264 - LGTM Quarkus Dashboard
  • #41866 - Add quarkus-oidc-client-registration extension
  • #42642 - Support record parameter containers
  • #42749 - Add new AuthorizationPolicy annotation to bind named HttpSecurityPolicy to a Jakarta REST endpoints
  • #42879 - Add OIDC Client SPI
  • #42935 - Support for two or more authentications for a single request
  • #43005 - Drop the compatibility layer for the Big Reactive Rename
  • #43241 - Support @PermissionsAllowed defined on meta-annotation
  • #43283 - Introduce OidcResponseFilter
  • #43331 - Introduce per invocation override of REST Client's base URL
  • #43402 - Auto log for dev services in containers
  • #43441 - Add HTTP Access Log to Dev UI
  • #43609 - Support Keycloak Dev Service when OIDC client is used without OIDC extension

Complete changelog

  • #10435 - Misconfigured TCCL for @TestFactory dynamic tests breaks RestAssured since Quarkus 1.5.0
  • #19686 - Support constructor injection for RESTEasy Reactive multipart bodies
  • #22824 - Add jitter to scheduler
  • #23559 - Buildpack for Quarkus/Quarkus Native
  • #23883 - When using buildpack without docker running gets a meaningless exception
  • #24378 - KafkaDevServicesContinuousTestingWorkingAppPropsTestCase / PriceResourceET do not indicate recovery is tested, logs with test errors
  • #25496 - When using reactive restclient in 2.8.2.Final with Response, getEntity() returns null even if there is a body in Response
  • #27326 - MongoDB panache generates invalid update documents when updating a list or array with HQL
  • #29191 - Subscribing to CompletionStage returned by Event.fireAsync doesn't seem to work correctly
  • #30712 - Support OpenTelemetry Log signal
  • #31328 - Support for inclusive authentication
  • #32143 - OIDC document shoud update
  • #32159 - Redis client with AWS Elasticache
  • #33018 - ServletContextInitializer IT test
  • #33665 - Clarify the behavior of InstanceHandle.close()
  • #33666 - Clarify class-level interceptor binding inheritance
  • #35871 - Jackson @JsonView deserialization support for request bodies
  • #36227 - Accept-Language header not parsed correctly for language subtags, variants, extension and private subtags
  • #36228 - Use java.util.Locale to parse the languages from the Accept-Language header
  • #36336 - @CacheResult on legacy @RegisterRestClient throws CCE on 3.4.2
  • #37243 - Enhance keycloak-admin-client extension to support TLS trust and key stores
  • #37777 - Building Quarkus with Buildpacks uses Liberica as JDK
  • #38228 - Better support for APT in dev mode: Gradle part
  • #38239 - Logging OpenTelemetry extension
  • #38250 - Support for OIDC Dynamic Client Registration
  • #38814 - Memory usage increased between Quarkus 3.6 and 3.7
  • #39663 - Security - Ability to create custom permission annotation
  • #39950 - File and FileUpload result in different OpenAPI spec, upload button missing
  • #40007 - Add ability to hide rest endpoints from OpenAPI schema / Swagger
  • #40829 - dynamic default page can't handle I add a index.html file

... (truncated)

Commits
  • 06af163 [RELEASE] - Bump version to 3.16.0
  • 9c118bc Merge pull request #44036 from gsmet/3.16.0-backports-2
  • cf6b2fe renaming to library
  • 1c9483d avoiding forcing resolution when configuring QuarkusApplicationModelTask
  • 5c11e57 Fix for issue 42549 - replaces oidc authentication for github screenshots wit...
  • 3b0b8d8 Docs typo fixes - specificed, agrument
  • 2e764f8 Add RESTEasy Multipart capability
  • 60b802a Work around failure of maturity model PR to merge
  • 9b14a31 Skeleton extensions FAQ
  • 20baabe Merge pull request #44002 from gsmet/3.16.0-backports-1
  • Additional commits viewable in compare view


Most Recent Ignore Conditions Applied to This Pull Request | Dependency Name | Ignore Conditions | | --- | --- | | io.quarkus:quarkus-bom | [>= 3.4.a, < 3.5] | | io.quarkus:quarkus-extension-maven-plugin | [>= 3.4.a, < 3.5] | | io.quarkus:quarkus-extension-processor | [>= 3.4.a, < 3.5] | | io.quarkus:quarkus-maven-plugin | [>= 3.4.a, < 3.5] | | io.quarkus:quarkus-bom | [>= 3.3.a, < 3.4] | | io.quarkus:quarkus-extension-maven-plugin | [>= 3.3.a, < 3.4] | | io.quarkus:quarkus-extension-processor | [>= 3.3.a, < 3.4] | | io.quarkus:quarkus-maven-plugin | [>= 3.3.a, < 3.4] |

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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@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)
gastaldi commented 2 weeks ago

@dependabot ignore this dependency

dependabot[bot] commented 2 weeks ago

OK, I won't notify you about any of these dependencies again, unless you re-open this PR.