Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump quarkus.platform.version from 3.9.0 to 3.9.1 #1077

Merged
merged 1 commit into from
Mar 31, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 27, 2024

Bumps quarkus.platform.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-test-maven from 3.9.0 to 3.9.1

Updates io.quarkus:quarkus-ide-config from 3.9.0 to 3.9.1

Release notes

Sourced from io.quarkus:quarkus-ide-config'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

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 <dependency name> 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)

Bumps `quarkus.platform.version` from 3.9.0 to 3.9.1.

Updates `io.quarkus:quarkus-bom` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.9.0...3.9.1)

Updates `io.quarkus:quarkus-test-maven` from 3.9.0 to 3.9.1

Updates `io.quarkus:quarkus-ide-config` from 3.9.0 to 3.9.1
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.9.0...3.9.1)

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

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-test-maven
  dependency-type: direct:development
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Mar 27, 2024
@QuarkusQE
Copy link
Contributor

Can one of the admins verify this patch?

@michalvavrik michalvavrik merged commit d66bfea into main Mar 31, 2024
8 checks passed
@michalvavrik michalvavrik deleted the dependabot/maven/quarkus.platform.version-3.9.1 branch March 31, 2024 15:52
@michalvavrik michalvavrik mentioned this pull request Apr 23, 2024
11 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants