Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the quarkus group with 4 updates: io.quarkus.resteasy.reactive:resteasy-reactive, io.quarkus:quarkus-reactive-routes, io.quarkus:quarkus-bom and io.quarkus:quarkus-maven-plugin.

Updates io.quarkus.resteasy.reactive:resteasy-reactive from 3.28.0 to 3.28.1

Updates io.quarkus:quarkus-reactive-routes from 3.28.0 to 3.28.1

Updates io.quarkus:quarkus-reactive-routes from 3.28.0 to 3.28.1

Updates io.quarkus:quarkus-bom from 3.28.0 to 3.28.1

Release notes

Sourced from io.quarkus:quarkus-bom'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:quarkus-maven-plugin from 3.28.0 to 3.28.1

Updates io.quarkus:quarkus-maven-plugin from 3.28.0 to 3.28.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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the quarkus group with 4 updates: io.quarkus.resteasy.reactive:resteasy-reactive, io.quarkus:quarkus-reactive-routes, [io.quarkus:quarkus-bom](https://github.com/quarkusio/quarkus) and io.quarkus:quarkus-maven-plugin.


Updates `io.quarkus.resteasy.reactive:resteasy-reactive` from 3.28.0 to 3.28.1

Updates `io.quarkus:quarkus-reactive-routes` from 3.28.0 to 3.28.1

Updates `io.quarkus:quarkus-reactive-routes` from 3.28.0 to 3.28.1

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.28.0 to 3.28.1

Updates `io.quarkus:quarkus-maven-plugin` from 3.28.0 to 3.28.1

---
updated-dependencies:
- dependency-name: io.quarkus.resteasy.reactive:resteasy-reactive
  dependency-version: 3.28.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-reactive-routes
  dependency-version: 3.28.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-reactive-routes
  dependency-version: 3.28.1
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.28.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: quarkus
...

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 24, 2025
Copy link

@MikeEdgar MikeEdgar added this to the 4.2.1 milestone Sep 25, 2025
@MikeEdgar MikeEdgar merged commit 0eca34b into main Sep 25, 2025
8 checks passed
@MikeEdgar MikeEdgar deleted the dependabot/maven/quarkus-74a2ca4511 branch September 25, 2025 12:22
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