quarkiverse / quarkus-azure-services

Quarkus extensions for Azure services
Apache License 2.0
13 stars 17 forks source link

Bump quarkus.version from 2.16.0.Final to 2.16.2.Final #75

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 2.16.0.Final to 2.16.2.Final. Updates quarkus-extension-maven-plugin from 2.16.0.Final to 2.16.2.Final

Release notes

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

2.16.1.Final

Complete changelog

  • #30729 - Bump mariadb-java-client from 3.1.1 to 3.1.2
  • #30724 - Upgrade to Mutiny 1.9.0
  • #30722 - Set SameSite Strict only on OIDC session cookie
  • #30720 - Bump picocli.version from 4.7.0 to 4.7.1
  • #30719 - Bump jackson-bom from 2.14.1 to 2.14.2
  • #30715 - PanacheRepositoryResource should implement ReactiveRestDataResource
  • #30713 - Use MapProperty instead of Map
  • #30694 - Use newer API for creating tmp files in RESTEasy Reactive
  • #30692 - Bump htmlunit version to 2.70.0
  • #30686 - Don't fail send when a sse sink has been closed
  • #30681 - RESTEasy Reactive: SSE broadcaster fails if a sink has been closed
  • #30680 - Mark methods generatred by ASM transformations as synthetic
  • #30659 - Drop unused class GradleLogger
  • #30653 - Fix opening in IDE when more than IDE is running
  • #30652 - Match prometheus export metrics format
  • #30651 - ArC - use reflection fallback for PreDestroy callbacks if needed
  • #30649 - Document redirect options in RESTEasy Reactive
  • #30644 - Adjust source language absent in documentation code blocks
  • #30636 - PreDestroy hooks fail depending on method modifiers
  • #30635 - Introduce a minimum-java-version in the extension descriptor metadata
  • #30625 - OIDC authentication loop if Cookie Policy sameSite=strict
  • #30624 - Fix NPE obtaining a project map from Maven session
  • #30622 - Update invalid package in guide
  • #30612 - Fix import file name in redis-reference.adoc
  • #30609 - Qute generated resolvers - getters should take precedence over fields
  • #30593 - Qute validation - improve hierarchy indexing to fix assignability issues
  • #30591 - Resolve correct version when application version is unset
  • #30589 - Bump junit-bom from 5.9.1 to 5.9.2
  • #30585 - Bump Microsoft SQL Server JDBC driver to 11.2.3
  • #30584 - Update MS SQL JDBC driver to version 11.2.3
  • #30576 - Use accept header to choose metrics export format
  • #30574 - Handle empty source directory for included builds
  • #30569 - Add default implementation for REST Data interfaces
  • #30564 - Update security-openid-connect-client.adoc
  • #30559 - container-image extension running with kubernetes extension
  • #30557 - AWT: JniRuntimeAccess: freetypeScaler.c calls sun.font.FontUtilities
  • #30548 - Add a blurb about not supporting validation.xml in Quarkus
  • #30526 - RESTEasy classic servlets - add RoutingContext to active request context
  • #30515 - Native build fails with hibernate-orm-rest-data-panache + elytron-security-properties-file
  • #30513 - Limit application.properties lookup to main source set
  • #30510 - Simplify logic in create-app.adoc and allow to define stream
  • #30501 - Fix HibernateOrmCodestart
  • #30500 - Place extension with an unknown category in the uncategorized category
  • #30496 - Update documentation
  • #30490 - Avoid adding the exception itself as a suppressed exception
  • #30488 - Updates to Infinispan 14.0.6.Final

... (truncated)

Commits
  • d37d54c [RELEASE] - Bump version to 2.16.2.Final
  • 0df8368 Metrics - check if index contains class before attempting to use it
  • 3ed1369 Return text from /q/metrics when the Accept header contains html
  • 110175e Fix OIDC capability string
  • 4c80f96 Use SchemaType.ARRAY instead of "ARRAY" for native support
  • 2649caa Add AppCDS documentation
  • 925b9cc Merge pull request #30962 from gsmet/2.16.2-backports-1
  • 16f4dff Merge pull request #30956 from yrodiere/orm5_6_15-2.16
  • dfe2afa Remove duplicate notification of SseBroadcaster's onErrorListeners
  • 945459a Ignore interface/class without default constructs fields in SB config
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 2.16.0.Final to 2.16.2.Final

Updates quarkus-bom from 2.16.0.Final to 2.16.2.Final

Release notes

Sourced from quarkus-bom's releases.

2.16.1.Final

Complete changelog

  • #30729 - Bump mariadb-java-client from 3.1.1 to 3.1.2
  • #30724 - Upgrade to Mutiny 1.9.0
  • #30722 - Set SameSite Strict only on OIDC session cookie
  • #30720 - Bump picocli.version from 4.7.0 to 4.7.1
  • #30719 - Bump jackson-bom from 2.14.1 to 2.14.2
  • #30715 - PanacheRepositoryResource should implement ReactiveRestDataResource
  • #30713 - Use MapProperty instead of Map
  • #30694 - Use newer API for creating tmp files in RESTEasy Reactive
  • #30692 - Bump htmlunit version to 2.70.0
  • #30686 - Don't fail send when a sse sink has been closed
  • #30681 - RESTEasy Reactive: SSE broadcaster fails if a sink has been closed
  • #30680 - Mark methods generatred by ASM transformations as synthetic
  • #30659 - Drop unused class GradleLogger
  • #30653 - Fix opening in IDE when more than IDE is running
  • #30652 - Match prometheus export metrics format
  • #30651 - ArC - use reflection fallback for PreDestroy callbacks if needed
  • #30649 - Document redirect options in RESTEasy Reactive
  • #30644 - Adjust source language absent in documentation code blocks
  • #30636 - PreDestroy hooks fail depending on method modifiers
  • #30635 - Introduce a minimum-java-version in the extension descriptor metadata
  • #30625 - OIDC authentication loop if Cookie Policy sameSite=strict
  • #30624 - Fix NPE obtaining a project map from Maven session
  • #30622 - Update invalid package in guide
  • #30612 - Fix import file name in redis-reference.adoc
  • #30609 - Qute generated resolvers - getters should take precedence over fields
  • #30593 - Qute validation - improve hierarchy indexing to fix assignability issues
  • #30591 - Resolve correct version when application version is unset
  • #30589 - Bump junit-bom from 5.9.1 to 5.9.2
  • #30585 - Bump Microsoft SQL Server JDBC driver to 11.2.3
  • #30584 - Update MS SQL JDBC driver to version 11.2.3
  • #30576 - Use accept header to choose metrics export format
  • #30574 - Handle empty source directory for included builds
  • #30569 - Add default implementation for REST Data interfaces
  • #30564 - Update security-openid-connect-client.adoc
  • #30559 - container-image extension running with kubernetes extension
  • #30557 - AWT: JniRuntimeAccess: freetypeScaler.c calls sun.font.FontUtilities
  • #30548 - Add a blurb about not supporting validation.xml in Quarkus
  • #30526 - RESTEasy classic servlets - add RoutingContext to active request context
  • #30515 - Native build fails with hibernate-orm-rest-data-panache + elytron-security-properties-file
  • #30513 - Limit application.properties lookup to main source set
  • #30510 - Simplify logic in create-app.adoc and allow to define stream
  • #30501 - Fix HibernateOrmCodestart
  • #30500 - Place extension with an unknown category in the uncategorized category
  • #30496 - Update documentation
  • #30490 - Avoid adding the exception itself as a suppressed exception
  • #30488 - Updates to Infinispan 14.0.6.Final

... (truncated)

Commits
  • d37d54c [RELEASE] - Bump version to 2.16.2.Final
  • 0df8368 Metrics - check if index contains class before attempting to use it
  • 3ed1369 Return text from /q/metrics when the Accept header contains html
  • 110175e Fix OIDC capability string
  • 4c80f96 Use SchemaType.ARRAY instead of "ARRAY" for native support
  • 2649caa Add AppCDS documentation
  • 925b9cc Merge pull request #30962 from gsmet/2.16.2-backports-1
  • 16f4dff Merge pull request #30956 from yrodiere/orm5_6_15-2.16
  • dfe2afa Remove duplicate notification of SseBroadcaster's onErrorListeners
  • 945459a Ignore interface/class without default constructs fields in SB config
  • Additional commits viewable in compare view


Updates quarkus-bootstrap-maven-plugin from 2.16.0.Final to 2.16.2.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 1 year ago

Superseded by #76.