Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 25, 2025

Bumps quarkus.platform.version from 3.26.4 to 3.28.1.
Updates io.quarkus.platform:quarkus-bom from 3.26.4 to 3.28.1

Commits
  • dafa184 [maven-release-plugin] prepare release 3.28.1
  • 10f7544 Merge pull request #1617 from gsmet/quarkus-3.28.1
  • a356492 Upgrade to Quarkus 3.28.1
  • f0be442 Merge pull request #1613 from quarkusio/dependabot/maven/quarkus-platform-bom...
  • 9f896dd Merge pull request #1615 from mkouba/mcp-1-6-0
  • ad6313e Quarkus MCP 1.6.0
  • 222b1d0 Merge pull request #1610 from quarkusio/langchain4j-1.2.0.CR3
  • 6f5aee1 Quarkus LangChain4j to 1.2.0
  • fa31975 Merge pull request #1612 from ppalaga/250923-cq-3.27.0-main
  • 3637133 Bump quarkus-platform-bom-generator.version from 0.0.124 to 0.0.125
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.26.4 to 3.28.1

Release notes

Sourced from io.quarkus:quarkus-ide-config's releases.

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
  • #49593 - After Hibernate ORM 7.1.0.CR2 bump, the jakarta.data.repository.BasicRepository#saveAll method fails if Hibernate Validator is present and entity has OneToMany relation
  • #49719 - Redis: if enqueued operation returns an error don't discard them
  • #49780 - @QuarkusMainTest fails with classloader error with continuous testing
  • #49936 - Include suggestions on what to customize when migrating to own FormatMappers
  • #50031 - Set up config correctly for isolated @QuarkusMainTests
  • #50053 - Bump hibernate-orm.version from 7.1.0.Final to 7.1.1.Final
  • #50071 - Upgrade Gradle to 9.1 which supports Java 25
  • #50075 - Quarkus AWS Lambda API Gateway v2 - Multiple Set-Cookie Headers Not Handled Correctly
  • #50076 - Please update to surefire plugin 3.5.4
  • #50086 - Update quarkus-fs-util to 1.2.0
  • #50092 - Update Maven Surefire & Failsafe plugins to 3.5.4
  • #50095 - Bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.2 to 4.0.4
  • #50106 - Quarkus-Flyway is throwing NoSuchMethodException when native compiled with Quarkus >= 3.24
  • #50108 - Fix native issue with FlywaySqlException
  • #50110 - Bump smallrye-reactive-messaging from 4.28.0 to 4.29.0
  • #50111 - Fix deprecated javax Hibernate properties
  • #50124 - Redis: improvements
  • #50125 - Change the max connections defaults for the Hibernate Search's Elasticsearch client
  • #50132 - Bump bouncycastle.version from 1.81 to 1.82
  • #50136 - Fix mouse move on active cards
  • #50137 - Correctly handle multiple Set-Cookie headers for API Gateway v2
  • #50140 - io.vertx.mutiny.sqlclient.Pool.pool(...) doesn't find the (postgres) db driver in native compilation being called from code
  • #50141 - NoClassDefFoundError: org/hibernate/community/dialect/CommunityDatabase when no default datasource
  • #50143 - Bump Gradle version to 9.1.0
  • #50145 - quarkus-messaging-kafka (Kotlin) – Error MetadataExtensions: Provider JvmMetadataExtensions not found in 3.26.4 and lower (works in <= 3.20.2 LTS)
  • #50146 - Simplify inference of the SupportedDbKind and avoid NoClassDefFoundError on CommunityDatabase
  • #50158 - Bump org.postgresql:postgresql from 42.7.7 to 42.7.8
  • #50163 - Prevent simultaneous usage of @InjectMock and @InjectSpy on the same bean during build
  • #50165 - Fix improper equals method implementation
  • #50167 - Register Reactive SQL Client Drivers
  • #50182 - Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 in /devtools/gradle
  • #50185 - Bump Elasticsearch version to 9.1.4
  • #50189 - Bump org.assertj:assertj-core from 3.27.4 to 3.27.5
  • #50191 - Bump jakarta.mail:jakarta.mail-api from 2.1.4 to 2.1.5
  • #50194 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.123 to 0.0.124
  • #50195 - LGTM: Update grafana-dashboard-opentelemetry-logging.json TimeStamp
  • #50198 - Prevent simultaneous use of @InjectMock and @InjectSpy
  • #50199 - Fix Kotlin reflection issue in native mode
  • #50211 - ArC: fix NPE in InvokerGenerator
  • #50213 - Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 in /devtools/gradle
  • #50217 - Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2
  • #50220 - Bump org.assertj:assertj-core from 3.27.5 to 3.27.6
  • #50225 - Build fails if a param with a primitive type and type annotation is declared on a method that is called via Invoker

... (truncated)

Commits
  • 8e90f41 [RELEASE] - Bump version to 3.28.1
  • 5ea8be9 Merge pull request #50239 from gsmet/3.28.1-backports-1
  • dceacd2 Bump io.quarkus.develocity:quarkus-project-develocity-extension
  • 26be2b3 Bump Keycloak version to 26.3.4
  • dbf5bd1 Bump org.assertj:assertj-core from 3.27.5 to 3.27.6 in /devtools/gradle
  • bb51be4 Bump org.assertj:assertj-core from 3.27.5 to 3.27.6
  • f77993a Bump org.bouncycastle:bc-fips from 2.1.1 to 2.1.2
  • e2784fd ArC: fix NPE in InvokerGenerator
  • 7a6b00e Fix Kotlin reflection issue in native mode
  • b6246c2 Prevent simultaneous use of @​InjectMock and @​InjectSpy
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.26.4 to 3.28.1

Commits
  • dafa184 [maven-release-plugin] prepare release 3.28.1
  • 10f7544 Merge pull request #1617 from gsmet/quarkus-3.28.1
  • a356492 Upgrade to Quarkus 3.28.1
  • f0be442 Merge pull request #1613 from quarkusio/dependabot/maven/quarkus-platform-bom...
  • 9f896dd Merge pull request #1615 from mkouba/mcp-1-6-0
  • ad6313e Quarkus MCP 1.6.0
  • 222b1d0 Merge pull request #1610 from quarkusio/langchain4j-1.2.0.CR3
  • 6f5aee1 Quarkus LangChain4j to 1.2.0
  • fa31975 Merge pull request #1612 from ppalaga/250923-cq-3.27.0-main
  • 3637133 Bump quarkus-platform-bom-generator.version from 0.0.124 to 0.0.125
  • 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 <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.26.4 to 3.28.1.

Updates `io.quarkus.platform:quarkus-bom` from 3.26.4 to 3.28.1
- [Commits](quarkusio/quarkus-platform@3.26.4...3.28.1)

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

Updates `io.quarkus.platform:quarkus-maven-plugin` from 3.26.4 to 3.28.1
- [Commits](quarkusio/quarkus-platform@3.26.4...3.28.1)

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-version: 3.28.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.28.1
  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 Sep 25, 2025
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 2, 2025

Superseded by #273.

@dependabot dependabot bot closed this Oct 2, 2025
@dependabot dependabot bot deleted the dependabot/maven/quarkus.platform.version-3.28.1 branch October 2, 2025 13:09
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