Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 2, 2025

Bumps quarkus.version from 3.20.0 to 3.28.2.
Updates io.quarkus:quarkus-bom from 3.20.0 to 3.28.2

Release notes

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

3.28.2

Complete changelog

  • #48641 - Messaging kafka: incorrect setting of the graceful shutdown property for dev/test modes
  • #49861 - Correct setting kafka graceful-shutdown property for dev and test profiles
  • #50207 - Allow configuring Cache-Control when OIDC session cookie is created
  • #50224 - Bump org.bouncycastle:bctls-fips from 2.1.20 to 2.1.22
  • #50226 - Micrometer HTTP server requests metrics tags multiple URLs for 404s
  • #50228 - @RestControllerAdvice raise exception
  • #50243 - Use annotationProcessorPathsUseDepMgmt in Jakarta Data docs
  • #50246 - Changes that allows Mcp usage from Chappie
  • #50249 - Add OIDC CacheControl configuration
  • #50250 - Add Transactional config in Infinispan client side
  • #50251 - Polyglot application using truffle-enterprise fails due to missing nativebridge artifact in boot.
  • #50252 - OutboundSseEvents (SSE) are not compressed
  • #50253 - Make test-fixture sources available to continuous testing
  • #50254 - Fix server requests metrics tags for 404s when initialPath ends with /
  • #50259 - Explain where the links go for clarity, in the dev mode docs
  • #50263 - Configure Infinispan tx caches on client side
  • #50264 - Fix initial download of decompiler when version not provided
  • #50265 - 3.28.1: java.util.zip.ZipException: duplicate entry in Quarkus generated jar(s)
  • #50270 - Allow ecosystem extensions to use dev service result builder
  • #50274 - Quarkus 3.18.1 can't find config inner classes during @QuarkusTest tests
  • #50278 - Config - Avoid producing duplicate GeneratedClassBuildItem
  • #50281 - Make compression work in Quarkus REST for streaming responses
  • #50286 - Avoid double scanning mappings that are already included by the Quarkus processor
  • #50288 - Make org.graalvm.sdk:nativebridge dependency parent first
  • #50293 - UriInfo.getBaseUri ignores prefix header handling
  • #50299 - Adding prefix handling to base uri
  • #50300 - Improve documentation to clarify servlet type support is limited to RESTEasy Classic
  • #50312 - Update security-openid-connect-providers.adoc
  • #50314 - Multiple GeneratedClassBuildItem were produced for the same classes when using abstract class
  • #50315 - Issues with quarkus-oidc-redis-token-state-manager
  • #50316 - DevUI MCP Tool Call from Cursor fails => Cannot invoke "java.util.Map.entrySet()" because "parameters" is null
  • #50320 - Dev MCP: Don't set empty params
  • #50325 - Fix issue with multiple generated REST invokers
  • #50327 - Application using Hibernate offline startup tries to connect to database in DEV mode on startup
  • #50333 - Fix OIDC Redis Token State Manager serialization in native mode
  • #50339 - Bump the hibernate group with 9 updates
  • #50343 - Add example of sending back a file with `RestResponse
  • #50348 - Fix Maven Wrapper in platform codestarts

3.28.1

Complete changelog

  • #32361 - Error when using withTransaction in RedisDataSource in clustered mode
  • #49405 - [quarkus-kubernetes-client]: DevServicesKubernetesProcessor always shuts down cluster because of broken equals method
  • #49531 - BlockingRedisDataSourceImpl doesn't call DISCARD if consumer function throws an exception

... (truncated)

Commits
  • 957fd96 [RELEASE] - Bump version to 3.28.2
  • e29c377 Merge pull request #50331 from gsmet/3.28.2-backports-1
  • df8df29 Fix Maven Wrapper in platform codestarts
  • df6746f Add example of sending back a file with RestResponse
  • f10798f Add a test case that test returning a large file using RestResponse
  • a0f4a9d Ensure that if a RestAssured large file test fails, the test itself doesn't c...
  • 083719b Bump the hibernate group with 9 updates
  • 30fdc62 Make mcp built-in methods more robust. Clean "wrong" parameters
  • a68abc3 fix(oidc-redis-db-token-state-manager): add support for native mode
  • 2a17a8f Application using Hibernate offline startup tries to connect to database in D...
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.20.0 to 3.28.2

Updates io.quarkus:quarkus-extension-maven-plugin from 3.20.0 to 3.28.2

Release notes

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

3.28.2

Complete changelog

  • #48641 - Messaging kafka: incorrect setting of the graceful shutdown property for dev/test modes
  • #49861 - Correct setting kafka graceful-shutdown property for dev and test profiles
  • #50207 - Allow configuring Cache-Control when OIDC session cookie is created
  • #50224 - Bump org.bouncycastle:bctls-fips from 2.1.20 to 2.1.22
  • #50226 - Micrometer HTTP server requests metrics tags multiple URLs for 404s
  • #50228 - @RestControllerAdvice raise exception
  • #50243 - Use annotationProcessorPathsUseDepMgmt in Jakarta Data docs
  • #50246 - Changes that allows Mcp usage from Chappie
  • #50249 - Add OIDC CacheControl configuration
  • #50250 - Add Transactional config in Infinispan client side
  • #50251 - Polyglot application using truffle-enterprise fails due to missing nativebridge artifact in boot.
  • #50252 - OutboundSseEvents (SSE) are not compressed
  • #50253 - Make test-fixture sources available to continuous testing
  • #50254 - Fix server requests metrics tags for 404s when initialPath ends with /
  • #50259 - Explain where the links go for clarity, in the dev mode docs
  • #50263 - Configure Infinispan tx caches on client side
  • #50264 - Fix initial download of decompiler when version not provided
  • #50265 - 3.28.1: java.util.zip.ZipException: duplicate entry in Quarkus generated jar(s)
  • #50270 - Allow ecosystem extensions to use dev service result builder
  • #50274 - Quarkus 3.18.1 can't find config inner classes during @QuarkusTest tests
  • #50278 - Config - Avoid producing duplicate GeneratedClassBuildItem
  • #50281 - Make compression work in Quarkus REST for streaming responses
  • #50286 - Avoid double scanning mappings that are already included by the Quarkus processor
  • #50288 - Make org.graalvm.sdk:nativebridge dependency parent first
  • #50293 - UriInfo.getBaseUri ignores prefix header handling
  • #50299 - Adding prefix handling to base uri
  • #50300 - Improve documentation to clarify servlet type support is limited to RESTEasy Classic
  • #50312 - Update security-openid-connect-providers.adoc
  • #50314 - Multiple GeneratedClassBuildItem were produced for the same classes when using abstract class
  • #50315 - Issues with quarkus-oidc-redis-token-state-manager
  • #50316 - DevUI MCP Tool Call from Cursor fails => Cannot invoke "java.util.Map.entrySet()" because "parameters" is null
  • #50320 - Dev MCP: Don't set empty params
  • #50325 - Fix issue with multiple generated REST invokers
  • #50327 - Application using Hibernate offline startup tries to connect to database in DEV mode on startup
  • #50333 - Fix OIDC Redis Token State Manager serialization in native mode
  • #50339 - Bump the hibernate group with 9 updates
  • #50343 - Add example of sending back a file with `RestResponse
  • #50348 - Fix Maven Wrapper in platform codestarts

3.28.1

Complete changelog

  • #32361 - Error when using withTransaction in RedisDataSource in clustered mode
  • #49405 - [quarkus-kubernetes-client]: DevServicesKubernetesProcessor always shuts down cluster because of broken equals method
  • #49531 - BlockingRedisDataSourceImpl doesn't call DISCARD if consumer function throws an exception

... (truncated)

Commits
  • 957fd96 [RELEASE] - Bump version to 3.28.2
  • e29c377 Merge pull request #50331 from gsmet/3.28.2-backports-1
  • df8df29 Fix Maven Wrapper in platform codestarts
  • df6746f Add example of sending back a file with RestResponse
  • f10798f Add a test case that test returning a large file using RestResponse
  • a0f4a9d Ensure that if a RestAssured large file test fails, the test itself doesn't c...
  • 083719b Bump the hibernate group with 9 updates
  • 30fdc62 Make mcp built-in methods more robust. Clean "wrong" parameters
  • a68abc3 fix(oidc-redis-db-token-state-manager): add support for native mode
  • 2a17a8f Application using Hibernate offline startup tries to connect to database in D...
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-config-doc-maven-plugin from 3.20.0 to 3.28.2

Updates io.quarkus:quarkus-extension-processor from 3.20.0 to 3.28.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 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.version` from 3.20.0 to 3.28.2.

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.20.0 to 3.28.2

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

Updates `io.quarkus:quarkus-config-doc-maven-plugin` from 3.20.0 to 3.28.2

Updates `io.quarkus:quarkus-extension-processor` from 3.20.0 to 3.28.2

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

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 2, 2025
@dependabot dependabot bot requested a review from a team as a code owner October 2, 2025 13:02
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Oct 2, 2025
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.

0 participants