Skip to content

Bump quarkus.version from 3.32.1 to 3.32.2#1057

Merged
turing85 merged 1 commit intomainfrom
dependabot/maven/quarkus.version-3.32.2
Mar 6, 2026
Merged

Bump quarkus.version from 3.32.1 to 3.32.2#1057
turing85 merged 1 commit intomainfrom
dependabot/maven/quarkus.version-3.32.2

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 5, 2026

Bumps quarkus.version from 3.32.1 to 3.32.2.
Updates io.quarkus:quarkus-maven-plugin from 3.32.1 to 3.32.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.32.1 to 3.32.2

Release notes

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

3.32.2

Major changes

  • #52830 - Support masking request & response headers in rest client log

Complete changelog

  • #24284 - AWS Lambda throws IllegalStateException: Missing HTTP method in request event
  • #29296 - Unable to @Override delete methods from PanacheRepositoryBase in an interface
  • #34350 - Spring Data API Extension Interface Projections not working with generic interfaces
  • #38194 - Support Kotlin data classes for describing type-safe Qute templates
  • #40274 - Context is lost when using caching
  • #48032 - Spring Data API Extension query with field named like the class broken
  • #49176 - Quarkus RestClient connectionTTL documentation is misleading
  • #49285 - "open last exception in ide" leads to exception
  • #50936 - Gradle QuarkusTest fails with Compilation Failed when using lombok on reload
  • #51261 - Add compile-only dependencies to the dev mode compiler classpath
  • #52288 - Default quarkus-rest-client logging spills secrets at info level, I'd expect debug
  • #52397 - Make extension documentation clearer for indexed configuration properties
  • #52616 - Config doc - Add a list index for config groups in lists
  • #52724 - build(deps): bump the hibernate group across 1 directory with 15 updates
  • #52755 - Force eager loading of Infinispan RemoteCache
  • #52756 - uber-jar in maven multi module project packaged wrong since 3.31
  • #52763 - [3.32.1] DurationConverter does not work anymore with negative P and PT format. IllegalArgument Invalid duration
  • #52764 - Clarify application.yaml and application.yml precedence
  • #52766 - 3.32.1: tagging during maven build fails
  • #52767 - multipart/form-data handling fails if 0 form-parts are sent
  • #52768 - Add PathTree.walkRaw(visit) and use that when building Uber JAR
  • #52772 - Be more careful in using JSON types
  • #52773 - Handle empty multipart content
  • #52775 - Fix a corner case in new DurationConverter
  • #52778 - 3.32.1: IllegalArgumentException w/ @Injected MemorySize constructor parameter
  • #52779 - Allow overriding delete methods of PanacheRepositoryBase
  • #52783 - Handle projections with generic types
  • #52784 - Difficult/Unintuitive to disable executionMaxDelay of Quarkus scheduler via property override
  • #52787 - Duplicate Annoation on synthetic bean
  • #52793 - Various doc fixes
  • #52802 - Fix IntelliJ detection
  • #52803 - Improve Javadoc of quarkus.rest-client.connection-ttl
  • #52806 - Fix MethodNameParser to class name in method name
  • #52808 - Set version to main as dev and fallback to refname when branching
  • #52812 - Updates to Infinispan 16.0.7
  • #52814 - Fix a bug where the Mutiny context is lost on caching
  • #52816 - Scheduler - fix zero delay configuration
  • #52817 - Use specific case for Lambda's ObjectMapper
  • #52818 - Adding storage-engine properties into hibernate-orm.adoc
  • #52823 - Add missing implementations of JWT Validator into the native executable
  • #52830 - Support masking request & response headers in rest client log
  • #52839 - ArC: avoid duplicates early on
  • #52841 - Panache Next - Operations overload

... (truncated)

Commits
  • f9725c0 [RELEASE] - Bump version to 3.32.2
  • 24b0182 Do not check Quartz config consistency when doing reflection
  • a743a38 Condition build step execution properly to avoid triggering reflection
  • 505d44e Quarkus REST - Ignore Vert.x Web packages for reflection
  • d81be7c Undeprecate quarkus.otel.exporter.otlp.enabled
  • 0a9ad9b Don't include type annotation of return type for REST Client
  • ff7812e Minor doc clarification
  • 93083ff Merge pull request #52853 from gsmet/3.32.2-backports-1
  • 09293d5 Allow overriding delete methods of PanacheRepositoryBase
  • f5fef08 Provide a hashCode/equals implementation for PersistenceUnitKey
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-config-doc-maven-plugin from 3.32.1 to 3.32.2

Updates io.quarkus:quarkus-bom from 3.32.1 to 3.32.2

Release notes

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

3.32.2

Major changes

  • #52830 - Support masking request & response headers in rest client log

Complete changelog

  • #24284 - AWS Lambda throws IllegalStateException: Missing HTTP method in request event
  • #29296 - Unable to @Override delete methods from PanacheRepositoryBase in an interface
  • #34350 - Spring Data API Extension Interface Projections not working with generic interfaces
  • #38194 - Support Kotlin data classes for describing type-safe Qute templates
  • #40274 - Context is lost when using caching
  • #48032 - Spring Data API Extension query with field named like the class broken
  • #49176 - Quarkus RestClient connectionTTL documentation is misleading
  • #49285 - "open last exception in ide" leads to exception
  • #50936 - Gradle QuarkusTest fails with Compilation Failed when using lombok on reload
  • #51261 - Add compile-only dependencies to the dev mode compiler classpath
  • #52288 - Default quarkus-rest-client logging spills secrets at info level, I'd expect debug
  • #52397 - Make extension documentation clearer for indexed configuration properties
  • #52616 - Config doc - Add a list index for config groups in lists
  • #52724 - build(deps): bump the hibernate group across 1 directory with 15 updates
  • #52755 - Force eager loading of Infinispan RemoteCache
  • #52756 - uber-jar in maven multi module project packaged wrong since 3.31
  • #52763 - [3.32.1] DurationConverter does not work anymore with negative P and PT format. IllegalArgument Invalid duration
  • #52764 - Clarify application.yaml and application.yml precedence
  • #52766 - 3.32.1: tagging during maven build fails
  • #52767 - multipart/form-data handling fails if 0 form-parts are sent
  • #52768 - Add PathTree.walkRaw(visit) and use that when building Uber JAR
  • #52772 - Be more careful in using JSON types
  • #52773 - Handle empty multipart content
  • #52775 - Fix a corner case in new DurationConverter
  • #52778 - 3.32.1: IllegalArgumentException w/ @Injected MemorySize constructor parameter
  • #52779 - Allow overriding delete methods of PanacheRepositoryBase
  • #52783 - Handle projections with generic types
  • #52784 - Difficult/Unintuitive to disable executionMaxDelay of Quarkus scheduler via property override
  • #52787 - Duplicate Annoation on synthetic bean
  • #52793 - Various doc fixes
  • #52802 - Fix IntelliJ detection
  • #52803 - Improve Javadoc of quarkus.rest-client.connection-ttl
  • #52806 - Fix MethodNameParser to class name in method name
  • #52808 - Set version to main as dev and fallback to refname when branching
  • #52812 - Updates to Infinispan 16.0.7
  • #52814 - Fix a bug where the Mutiny context is lost on caching
  • #52816 - Scheduler - fix zero delay configuration
  • #52817 - Use specific case for Lambda's ObjectMapper
  • #52818 - Adding storage-engine properties into hibernate-orm.adoc
  • #52823 - Add missing implementations of JWT Validator into the native executable
  • #52830 - Support masking request & response headers in rest client log
  • #52839 - ArC: avoid duplicates early on
  • #52841 - Panache Next - Operations overload

... (truncated)

Commits
  • f9725c0 [RELEASE] - Bump version to 3.32.2
  • 24b0182 Do not check Quartz config consistency when doing reflection
  • a743a38 Condition build step execution properly to avoid triggering reflection
  • 505d44e Quarkus REST - Ignore Vert.x Web packages for reflection
  • d81be7c Undeprecate quarkus.otel.exporter.otlp.enabled
  • 0a9ad9b Don't include type annotation of return type for REST Client
  • ff7812e Minor doc clarification
  • 93083ff Merge pull request #52853 from gsmet/3.32.2-backports-1
  • 09293d5 Allow overriding delete methods of PanacheRepositoryBase
  • f5fef08 Provide a hashCode/equals implementation for PersistenceUnitKey
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-extension-processor from 3.32.1 to 3.32.2

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

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 5, 2026
@dependabot dependabot bot requested a review from a team as a code owner March 5, 2026 04:52
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Mar 5, 2026
@github-actions

This comment has been minimized.

@turing85
Copy link
Contributor

turing85 commented Mar 6, 2026

@dependabot rebase

Bumps `quarkus.version` from 3.32.1 to 3.32.2.

Updates `io.quarkus:quarkus-maven-plugin` from 3.32.1 to 3.32.2

Updates `io.quarkus:quarkus-extension-maven-plugin` from 3.32.1 to 3.32.2
- [Release notes](https://github.com/quarkusio/quarkus/releases)
- [Commits](quarkusio/quarkus@3.32.1...3.32.2)

Updates `io.quarkus:quarkus-config-doc-maven-plugin` from 3.32.1 to 3.32.2

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

Updates `io.quarkus:quarkus-extension-processor` from 3.32.1 to 3.32.2

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-maven-plugin
  dependency-version: 3.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-config-doc-maven-plugin
  dependency-version: 3.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-extension-processor
  dependency-version: 3.32.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/quarkus.version-3.32.2 branch from f15bf6e to f16d90a Compare March 6, 2026 06:39
@github-actions
Copy link

github-actions bot commented Mar 6, 2026

🚦Reports for run #2594🚦

Reports will be posted here as they get available.

🥳 JUnit JVM Test passed

Passed Failed Skipped
✅ 211 ❌ 0 ⚠️ 0

You can see the report here.

🥳 JUnit Native Test passed

Passed Failed Skipped
✅ 131 ❌ 0 ⚠️ 0

You can see the report here.

@turing85 turing85 merged commit 4f40e81 into main Mar 6, 2026
50 checks passed
@turing85 turing85 deleted the dependabot/maven/quarkus.version-3.32.2 branch March 6, 2026 07:15
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.

1 participant