quarkiverse / quarkus-openapi-generator

OpenAPI Generator - REST Client Generator
Apache License 2.0
108 stars 66 forks source link

build(deps): bump quarkus.version from 3.9.0 to 3.9.1 #691

Closed dependabot[bot] closed 3 months ago

dependabot[bot] commented 3 months ago

Bumps quarkus.version from 3.9.0 to 3.9.1. Updates io.quarkus:quarkus-bom from 3.9.0 to 3.9.1

Release notes

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

3.9.1

Complete changelog

  • #25682 - Dev Services for Postgresql not working with Rancher
  • #36736 - Manage Jose4j dependency in the bom
  • #36737 - Add OpenAPI Filter usage to documentation
  • #39088 - Solve POM formatting issues when creating project/adding extension/removing extension
  • #39224 - WebSockets Next: support method parameter injection
  • #39313 - prod-profile configuration pollutes test profile in integration tests
  • #39371 - Avoid resolving plugin command after the first option
  • #39382 - Preserve POM format when extensions are added/removed
  • #39385 - smallrye-health should hande the case when Vert.x current context is null
  • #39388 - Hibernate runtime property persisting after build
  • #39394 - Handle null Vert.x context in smallrye-health
  • #39426 - Do not record active profile configuration name if a profile one exists
  • #39443 - Use Quarkus wide version of jna-platform in azure-functions
  • #39496 - Gradle build cache prevents source packages to be installed to local Maven repository
  • #39513 - @SecureField in members of the response class isn't applied
  • #39528 - (Doc issue) Getting token using blocking or non blocking calls
  • #39544 - OidcClient: Getting exception when trying to use tokenHelper
  • #39546 - Make maxParameters of MultiPartUploadHandler configurable
  • #39549 - Make max parameters of multipart handling configurable
  • #39564 - Fix Quarkus REST Jackson @SecureField detection on subclasses, interface implementors, fileds of the fields, parametrized types and arrays
  • #39572 - Remove mvnpm and webjars from the 404 page
  • #39574 - Add a section about openapi filters in the doc
  • #39576 - Fix semconv-stability.opt-in property name
  • #39578 - Update quarkus-project-develocity-extension to 1.0.7
  • #39579 - Don't run CDI interceptors on class-level exception mappers
  • #39580 - Fix directory name in vertx.adoc
  • #39581 - The http metrics provide a path instead of REDIRECTION and NOT_FOUND when possible
  • #39583 - Keep the URIs in the metrics tag if they match a client or server pattern
  • #39586 - RestMulti is not sending headers if there is no content
  • #39587 - Properly use headers from RestMulti when the multi is empty
  • #39589 - Only Add OTel Security Events when span is recording
  • #39594 - Redis: add documentation for replicas usage
  • #39595 - Update one of OIDC certificate chain tests to use TenantConfigResolver
  • #39598 - ClassNotFoundException for beanparam class with generics in external artifact
  • #39599 - JsonObject is empty when used with resteasy-reactive
  • #39604 - Do not record local sources in runtime config defaults.
  • #39615 - Allow JsonObject and JsonArray to be used in any POJO for JSON handling
  • #39623 - Type not consistent in sample code
  • #39626 - Update parameter type to be consistent across the doc
  • #39628 - Bump smallrye-jwt.version from 4.4.0 to 4.5.0
  • #39630 - Bump smallrye-reactive-messaging.version from 4.18.0 to 4.19.0
  • #39638 - Avoid all caching in DevModeClient
  • #39642 - WebSocket Next: endpoint callback arguments injection
  • #39645 - Improve the OIDC Client Quickstart document
  • #39651 - Bump io.quarkus.bot:build-reporter-maven-extension from 3.5.0 to 3.6.0
  • #39656 - Bump maven-model-helper to 35

... (truncated)

Commits
  • de54533 [RELEASE] - Bump version to 3.9.1
  • 4145f02 Merge pull request #39719 from gsmet/3.9.1-backports-2
  • d6c9134 Bring back erroneously removed @​BuildStep
  • 828599d Keep the URIs in the metrics tag if they match a client or server pattern
  • b14d63a Fixes #25682 postgres devservice not working with rancher-desktop on mac arm ...
  • ca8b511 Use --no-daemon when calling gradle update
  • e972c64 Fix dev-mode issue with generated classes for Quarkus REST converters
  • 6d301a2 Bump mime4j version to 0.8.11
  • a09d6f2 Improve the OIDC Client Quickstart document
  • eb4c1e8 Increase count of reflected types
  • Additional commits viewable in compare view


Updates io.quarkus:quarkus-maven-plugin from 3.9.0 to 3.9.1

Updates io.quarkus:quarkus-extension-processor from 3.9.0 to 3.9.1

Updates io.quarkus:quarkus-extension-maven-plugin from 3.9.0 to 3.9.1

Release notes

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

3.9.1

Complete changelog

  • #25682 - Dev Services for Postgresql not working with Rancher
  • #36736 - Manage Jose4j dependency in the bom
  • #36737 - Add OpenAPI Filter usage to documentation
  • #39088 - Solve POM formatting issues when creating project/adding extension/removing extension
  • #39224 - WebSockets Next: support method parameter injection
  • #39313 - prod-profile configuration pollutes test profile in integration tests
  • #39371 - Avoid resolving plugin command after the first option
  • #39382 - Preserve POM format when extensions are added/removed
  • #39385 - smallrye-health should hande the case when Vert.x current context is null
  • #39388 - Hibernate runtime property persisting after build
  • #39394 - Handle null Vert.x context in smallrye-health
  • #39426 - Do not record active profile configuration name if a profile one exists
  • #39443 - Use Quarkus wide version of jna-platform in azure-functions
  • #39496 - Gradle build cache prevents source packages to be installed to local Maven repository
  • #39513 - @SecureField in members of the response class isn't applied
  • #39528 - (Doc issue) Getting token using blocking or non blocking calls
  • #39544 - OidcClient: Getting exception when trying to use tokenHelper
  • #39546 - Make maxParameters of MultiPartUploadHandler configurable
  • #39549 - Make max parameters of multipart handling configurable
  • #39564 - Fix Quarkus REST Jackson @SecureField detection on subclasses, interface implementors, fileds of the fields, parametrized types and arrays
  • #39572 - Remove mvnpm and webjars from the 404 page
  • #39574 - Add a section about openapi filters in the doc
  • #39576 - Fix semconv-stability.opt-in property name
  • #39578 - Update quarkus-project-develocity-extension to 1.0.7
  • #39579 - Don't run CDI interceptors on class-level exception mappers
  • #39580 - Fix directory name in vertx.adoc
  • #39581 - The http metrics provide a path instead of REDIRECTION and NOT_FOUND when possible
  • #39583 - Keep the URIs in the metrics tag if they match a client or server pattern
  • #39586 - RestMulti is not sending headers if there is no content
  • #39587 - Properly use headers from RestMulti when the multi is empty
  • #39589 - Only Add OTel Security Events when span is recording
  • #39594 - Redis: add documentation for replicas usage
  • #39595 - Update one of OIDC certificate chain tests to use TenantConfigResolver
  • #39598 - ClassNotFoundException for beanparam class with generics in external artifact
  • #39599 - JsonObject is empty when used with resteasy-reactive
  • #39604 - Do not record local sources in runtime config defaults.
  • #39615 - Allow JsonObject and JsonArray to be used in any POJO for JSON handling
  • #39623 - Type not consistent in sample code
  • #39626 - Update parameter type to be consistent across the doc
  • #39628 - Bump smallrye-jwt.version from 4.4.0 to 4.5.0
  • #39630 - Bump smallrye-reactive-messaging.version from 4.18.0 to 4.19.0
  • #39638 - Avoid all caching in DevModeClient
  • #39642 - WebSocket Next: endpoint callback arguments injection
  • #39645 - Improve the OIDC Client Quickstart document
  • #39651 - Bump io.quarkus.bot:build-reporter-maven-extension from 3.5.0 to 3.6.0
  • #39656 - Bump maven-model-helper to 35

... (truncated)

Commits
  • de54533 [RELEASE] - Bump version to 3.9.1
  • 4145f02 Merge pull request #39719 from gsmet/3.9.1-backports-2
  • d6c9134 Bring back erroneously removed @​BuildStep
  • 828599d Keep the URIs in the metrics tag if they match a client or server pattern
  • b14d63a Fixes #25682 postgres devservice not working with rancher-desktop on mac arm ...
  • ca8b511 Use --no-daemon when calling gradle update
  • e972c64 Fix dev-mode issue with generated classes for Quarkus REST converters
  • 6d301a2 Bump mime4j version to 0.8.11
  • a09d6f2 Improve the OIDC Client Quickstart document
  • eb4c1e8 Increase count of reflected types
  • 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 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)
github-actions[bot] commented 3 months ago

🎊 PR Preview b86fa613f6aec5439abcec90aa09e5dde5099626 has been successfully built and deployed. See the documentation preview: https://quarkus-openapi-generator-preview-pr-691.surge.sh