quarkiverse / quarkus-authzed-client

An extension for connecting to authzed instances from Quarkus applications
https://docs.authzed.com/reference/api
Apache License 2.0
5 stars 8 forks source link

build(deps): bump quarkus.version from 3.0.0.Final to 3.1.0.Final #76

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 3.0.0.Final to 3.1.0.Final. Updates quarkus-bom from 3.0.0.Final to 3.1.0.Final

Release notes

Sourced from quarkus-bom's releases.

3.1.0.CR1

Major changes

  • #33233 - Verify OIDC ID token audience by default
  • #33197 - Introduce a way to set headers and status code for streaming response
  • #32857 - Provide new API to programmatically create REST Client reactive
  • #32570 - Upgrade Oracle JDBC driver to 23.2.0.0
  • #32512 - Introduce a Hibernate Reactive variant of the Security Jakarta Persistence extension
  • #32375 - Bump Kotlin to 1.8.21

Complete changelog

  • #33420 - Added prereqs to the how to template
  • #33404 - Document that ContextConfigurator#done() is invoked automatically
  • #33401 - Bump testcontainers.version from 1.18.0 to 1.18.1
  • #33400 - Bump google-http-client-bom from 1.43.1 to 1.43.2
  • #33399 - Remove k8s client from Dependabot config
  • #33397 - Update Dev UI Libs
  • #33396 - Bump error_prone_annotations from 2.18.0 to 2.19.1
  • #33395 - Bump kubernetes-client-bom from 6.6.0 to 6.6.2
  • #33385 - Properly make check for RESTEasy Classic stricter
  • #33382 - context-propagation-quickstart fails with Unsatisfied dependency for type org.jboss.resteasy.spi.HttpRequest
  • #33378 - Update docs on running @QuarkusIntegrationTest against a running application
  • #33375 - Intercept and report exceptions when using the WithSpan annotation
  • #33374 - Present more useful exception when QuarkusTestResourceLifecycleManager fails
  • #33372 - Error handling with @WithSpan (OpenTelemetry)
  • #33371 - NPE in QuarkusTestExtension after exception in QuarkusTestResourceLifecycleManager.start()
  • #33370 - Fixed GraphQLOpenTelemetryTests to use getSpanByKindAndParentId method insted of get
  • #33367 - Arc - document the need to execute full rebuild to enable monitoring of business method invocations
  • #33365 - Dev UI: Infinispan Client dev ui implementation
  • #33364 - Fix KubernetesWithFlywayInitTest test
  • #33362 - Make check for RESTEasy Classic stricter
  • #33360 - RESTEasy Reactive build is failing as org.jboss.resteasy.spi.HttpRequest is not available as bean
  • #33352 - Fix mutabillity in Stork gRPC channel when fetching Stork services
  • #33344 - Bump micrometer to 1.11.0
  • #33336 - Bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1
  • #33335 - Update mariadb to latest LTS 10.11 for devservices and integration tests
  • #33306 - Remove @NotNull annotations
  • #33304 - Fix argument parsing for CLI plugins
  • #33303 - Regression in CLI plugin argument parsing
  • #33302 - init task name starts with service name
  • #33301 - Update to SmallRye-GraphQL 2.2.0
  • #33296 - Qute - support optional end tags for sections
  • #33293 - Qute - support optional end tags for sections
  • #33288 - Test: Correct OpenTelemetry Baggage bean injection assertion
  • #33284 - quarkus with kubernetes and mongodb liquibase generate Job with name always the same
  • #33283 - Make it easier to get well known properties from TokenIntrospection
  • #33282 - Make it simpler to get well-known properties from OIDC TokenIntrospection
  • #33281 - Bump dekorate to 3.6.0
  • #33278 - Mailer - Add the ability to configure a list of approved recipients

... (truncated)

Commits
  • 222cf0f [RELEASE] - Bump version to 3.1.0.Final
  • c489b9e Set version in parent pom
  • d7c36bd Upgrade versions-maven-plugin to 2.15.0
  • 501eca1 Merge pull request #33556 from gsmet/3.1.0-backports-1
  • ba54a59 Properly include Prometheus related code
  • 14bff62 Add some media queries for dev ui to render beter on smaller screens
  • cab6d75 Limit subclass codec registration to known working codecs
  • 5ebbf9c Replace jboss-parent with quarkus-parent
  • 28448db Fix the custom card for Dev UI Rabbit MQ
  • 5652685 fix typo in grpc-service-consumption.adoc
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 3.0.0.Final to 3.1.0.Final

Updates quarkus-extension-processor from 3.0.0.Final to 3.1.0.Final

Updates quarkus-extension-maven-plugin from 3.0.0.Final to 3.1.0.Final

Release notes

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

3.1.0.CR1

Major changes

  • #33233 - Verify OIDC ID token audience by default
  • #33197 - Introduce a way to set headers and status code for streaming response
  • #32857 - Provide new API to programmatically create REST Client reactive
  • #32570 - Upgrade Oracle JDBC driver to 23.2.0.0
  • #32512 - Introduce a Hibernate Reactive variant of the Security Jakarta Persistence extension
  • #32375 - Bump Kotlin to 1.8.21

Complete changelog

  • #33420 - Added prereqs to the how to template
  • #33404 - Document that ContextConfigurator#done() is invoked automatically
  • #33401 - Bump testcontainers.version from 1.18.0 to 1.18.1
  • #33400 - Bump google-http-client-bom from 1.43.1 to 1.43.2
  • #33399 - Remove k8s client from Dependabot config
  • #33397 - Update Dev UI Libs
  • #33396 - Bump error_prone_annotations from 2.18.0 to 2.19.1
  • #33395 - Bump kubernetes-client-bom from 6.6.0 to 6.6.2
  • #33385 - Properly make check for RESTEasy Classic stricter
  • #33382 - context-propagation-quickstart fails with Unsatisfied dependency for type org.jboss.resteasy.spi.HttpRequest
  • #33378 - Update docs on running @QuarkusIntegrationTest against a running application
  • #33375 - Intercept and report exceptions when using the WithSpan annotation
  • #33374 - Present more useful exception when QuarkusTestResourceLifecycleManager fails
  • #33372 - Error handling with @WithSpan (OpenTelemetry)
  • #33371 - NPE in QuarkusTestExtension after exception in QuarkusTestResourceLifecycleManager.start()
  • #33370 - Fixed GraphQLOpenTelemetryTests to use getSpanByKindAndParentId method insted of get
  • #33367 - Arc - document the need to execute full rebuild to enable monitoring of business method invocations
  • #33365 - Dev UI: Infinispan Client dev ui implementation
  • #33364 - Fix KubernetesWithFlywayInitTest test
  • #33362 - Make check for RESTEasy Classic stricter
  • #33360 - RESTEasy Reactive build is failing as org.jboss.resteasy.spi.HttpRequest is not available as bean
  • #33352 - Fix mutabillity in Stork gRPC channel when fetching Stork services
  • #33344 - Bump micrometer to 1.11.0
  • #33336 - Bump kotlinx-coroutines-bom from 1.6.4 to 1.7.1
  • #33335 - Update mariadb to latest LTS 10.11 for devservices and integration tests
  • #33306 - Remove @NotNull annotations
  • #33304 - Fix argument parsing for CLI plugins
  • #33303 - Regression in CLI plugin argument parsing
  • #33302 - init task name starts with service name
  • #33301 - Update to SmallRye-GraphQL 2.2.0
  • #33296 - Qute - support optional end tags for sections
  • #33293 - Qute - support optional end tags for sections
  • #33288 - Test: Correct OpenTelemetry Baggage bean injection assertion
  • #33284 - quarkus with kubernetes and mongodb liquibase generate Job with name always the same
  • #33283 - Make it easier to get well known properties from TokenIntrospection
  • #33282 - Make it simpler to get well-known properties from OIDC TokenIntrospection
  • #33281 - Bump dekorate to 3.6.0
  • #33278 - Mailer - Add the ability to configure a list of approved recipients

... (truncated)

Commits
  • 222cf0f [RELEASE] - Bump version to 3.1.0.Final
  • c489b9e Set version in parent pom
  • d7c36bd Upgrade versions-maven-plugin to 2.15.0
  • 501eca1 Merge pull request #33556 from gsmet/3.1.0-backports-1
  • ba54a59 Properly include Prometheus related code
  • 14bff62 Add some media queries for dev ui to render beter on smaller screens
  • cab6d75 Limit subclass codec registration to known working codecs
  • 5ebbf9c Replace jboss-parent with quarkus-parent
  • 28448db Fix the custom card for Dev UI Rabbit MQ
  • 5652685 fix typo in grpc-service-consumption.adoc
  • Additional commits viewable in compare view


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 #79.