quarkiverse / quarkus-qute-web

Automatically expose Qute templates via HTTP
Apache License 2.0
4 stars 5 forks source link

Bump quarkus.version from 3.0.3.Final to 3.1.1.Final #29

Closed dependabot[bot] closed 1 year ago

dependabot[bot] commented 1 year ago

Bumps quarkus.version from 3.0.3.Final to 3.1.1.Final. Updates quarkus-bom from 3.0.3.Final to 3.1.1.Final

Release notes

Sourced from quarkus-bom's releases.

3.1.0.Final

Complete changelog

  • #33536 - Add some media queries for dev ui to render better on smaller screens
  • #33511 - Move Status tag to footer
  • #33510 - Dev UI: OpenAPI - Fix paths when custom
  • #33477 - Dev-UI v2 fails to work with swagger-ui extension after changing its path config
  • #33472 - Disable non configured default OIDC tenant if TenantConfigResolver is available
  • #33468 - Upgrade vertx to 4.4.* to allow TLS Server certificate rotation without restarts
  • #33462 - Add support of signature algorithms (PSxxx, EdDSA) in quarkus-oidc
  • #33459 - Disable flaky OTel-GraphQL test for now
  • #33432 - Fix log issue with @QuarkusIntegrationTest
  • #33424 - Update graal-sdk to 22.3.2
  • #33423 - Update graal-sdk to 22.3.2 to address public known CVEs in version 22.3.0
  • #33416 - Update to vertx 4.4.2
  • #33351 - Fix blank DEV UI extension pages when loading data from Back End
  • #33331 - dev-ui in Q3 is log is difficult to enlarge
  • #33268 - Replace jboss-parent with quarkus-parent
  • #33229 - Native binary run log is not visible when running tests with Quarkus main
  • #33120 - Do not require OIDC users disable default tenant when TenantConfigResolver is used

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

... (truncated)

Commits
  • 481b0b7 [RELEASE] - Bump version to 3.1.1.Final
  • d68dd00 Merge pull request #33853 from gsmet/3.1.1-backports-2
  • 6b50326 Register PGobject subtypes for reflection
  • 04b2b8e Update Jackson to 2.15.2 in independent-projects
  • 15dcca8 set jackson-bom version to 2.15.2
  • cbe6b53 Bump apicurio-registry.version from 2.4.2.Final to 2.4.3.Final
  • b3866a1 Bump kotlinx-serialization-json from 1.5.0 to 1.5.1
  • 7552b20 Redis Hostname provider - do not call getHosts() twice
  • 226ff97 Fix Dev UI v1 link in the guides
  • 1bf7e7f Only expose the Dev UI Routes if Vert.x HTTP is present
  • Additional commits viewable in compare view


Updates quarkus-maven-plugin from 3.0.3.Final to 3.1.1.Final

Updates quarkus-extension-processor from 3.0.3.Final to 3.1.1.Final

Updates quarkus-extension-maven-plugin from 3.0.3.Final to 3.1.1.Final

Release notes

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

3.1.0.Final

Complete changelog

  • #33536 - Add some media queries for dev ui to render better on smaller screens
  • #33511 - Move Status tag to footer
  • #33510 - Dev UI: OpenAPI - Fix paths when custom
  • #33477 - Dev-UI v2 fails to work with swagger-ui extension after changing its path config
  • #33472 - Disable non configured default OIDC tenant if TenantConfigResolver is available
  • #33468 - Upgrade vertx to 4.4.* to allow TLS Server certificate rotation without restarts
  • #33462 - Add support of signature algorithms (PSxxx, EdDSA) in quarkus-oidc
  • #33459 - Disable flaky OTel-GraphQL test for now
  • #33432 - Fix log issue with @QuarkusIntegrationTest
  • #33424 - Update graal-sdk to 22.3.2
  • #33423 - Update graal-sdk to 22.3.2 to address public known CVEs in version 22.3.0
  • #33416 - Update to vertx 4.4.2
  • #33351 - Fix blank DEV UI extension pages when loading data from Back End
  • #33331 - dev-ui in Q3 is log is difficult to enlarge
  • #33268 - Replace jboss-parent with quarkus-parent
  • #33229 - Native binary run log is not visible when running tests with Quarkus main
  • #33120 - Do not require OIDC users disable default tenant when TenantConfigResolver is used

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

... (truncated)

Commits
  • 481b0b7 [RELEASE] - Bump version to 3.1.1.Final
  • d68dd00 Merge pull request #33853 from gsmet/3.1.1-backports-2
  • 6b50326 Register PGobject subtypes for reflection
  • 04b2b8e Update Jackson to 2.15.2 in independent-projects
  • 15dcca8 set jackson-bom version to 2.15.2
  • cbe6b53 Bump apicurio-registry.version from 2.4.2.Final to 2.4.3.Final
  • b3866a1 Bump kotlinx-serialization-json from 1.5.0 to 1.5.1
  • 7552b20 Redis Hostname provider - do not call getHosts() twice
  • 226ff97 Fix Dev UI v1 link in the guides
  • 1bf7e7f Only expose the Dev UI Routes if Vert.x HTTP is present
  • 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 #31.