Skip to content

Bump quarkus.version from 3.34.1 to 3.34.3#613

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/quarkus.version-3.34.3
Closed

Bump quarkus.version from 3.34.1 to 3.34.3#613
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/maven/quarkus.version-3.34.3

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 8, 2026

Bumps quarkus.version from 3.34.1 to 3.34.3.
Updates io.quarkus:quarkus-bom from 3.34.1 to 3.34.3

Release notes

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

3.34.3

Complete changelog

  • #52882 - Quarkus Avro extension cannot generate new Schema syntax Idl.
  • #52948 - Use IdlReader instead of deprecated Idl parser in Avro extension
  • #53382 - In-flight JTA transactions committed instead of rolled back when graceful shutdown timeout expires before transaction timeout
  • #53383 - BUILD_AND_RUN_TIME_FIXED config values not resolved with custom profiles (3.31+ regression)
  • #53386 - [3.34] Update SmallRye Fault Tolerance to 6.10.1
  • #53389 - Update Gradle template to select quarkus-junit or quarkus-junit5 based on Quarkus platform version
  • #53391 - Docs: Add caution note to Using RestResponse section in rest-client.adoc
  • #53393 - ClassCastException when PEM CA certificate is used
  • #53397 - Avoid CCE when reloading Vert.x trust store
  • #53399 - Ensure that shared Config build time runtime fixed uses the expected profile when set from @TestProfile
  • #53403 - Fix xref link text in security-authentication-mechanisms.adoc
  • #53404 - Fix Oracle connection rollback interceptor
  • #53408 - [Reflection-free Jackson deserialisers] ClassCast exceptions w/ non-standard collections and ignoring FAIL_ON_UNKNOWN_PROPERTIES
  • #53414 - Properly support FAIL_ON_UNKNOWN_PROPERTIES in reflection-free deserialisers
  • #53418 - @ServerExceptionMapper beans with super class using Java generics doesn't build (with BuilderException)
  • #53420 - Fix @ServerExceptionMapper handling for generic types
  • #53427 - NullPointerException in VertxHttpRecorder for null URI
  • #53428 - Set up CodeQL security analysis for pull requests
  • #53430 - Also populate cache on GitHub Actions for main repo
  • #53434 - Avoid skipping config tracking when the Quarkus build is skipped
  • #53442 - Do not preinit UUID infrastructure for Vert.x anymore
  • #53444 - Pin GitHub actions (use hashes instead of tags for versioning)
  • #53456 - Avoid trying to parse null URI
  • #53461 - List commands when you run just
  • #53462 - Tightening workflow permissions
  • #53463 - Fix typo in unused gRPC interceptor warnings
  • #53478 - Hibernate add default config documentation for cache settings

3.34.2

Complete changelog

  • #50392 - JFR extension not capturing Quarkus application runtime data
  • #52905 - Behavior of @ProjectedFieldName with aggregate functions
  • #53142 - build(deps): bump org.jboss.logging:jboss-logging from 3.6.2.Final to 3.6.3.Final
  • #53203 - Refactor jar building to a first-write-wins approach
  • #53222 - VertxHttpHotReplacementSetup: move the httpInitiatedReload flag check
  • #53261 - Honour the legacy resolver settings in go-offline goals
  • #53265 - Document and test @ProjectedFieldName with aggregate functions
  • #53267 - Upgrade to Vert.x 4.5.26 and Netty 4.1.132.Final
  • #53271 - JFR extension event fix
  • #53290 - Webauthn IT: move test-webauthn to the test scope
  • #53296 - Swagger UI does not mark endpoint as protected if PermissionsAllowed present multiple times
  • #53301 - OpenAPI: Detect repeated @PermissionsAllowed annotations in Swagger UI
  • #53302 - @CacheInvalidateAll does not work anymore if an exception is thrown
  • #53304 - Document that @CacheInvalidateAll only invalidates after successful method execution

... (truncated)

Commits
  • 9da9399 [RELEASE] - Bump version to 3.34.3
  • 19da67f Merge pull request #53487 from gsmet/3.34.3-backports-1
  • 3b0a722 Bump Hibernate ORM to 7.2.9.Final, Reactive to 3.2.9.Final
  • 642b097 Replace action tags with commit hashes
  • 4d7f956 Also populate cache on GitHub Actions for main repo
  • 4fa36e1 Set up CodeQL security analysis for pull requests
  • f18071f List commands by default in the .justfile
  • 9cd1917 Tightening workflow permissions
  • ccc72ad Hibernate add default config documentation for cache settings
  • 96ceff1 Fix typo in unused gRPC interceptor warnings
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.34.1 to 3.34.3

Release notes

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

3.34.3

Complete changelog

  • #52882 - Quarkus Avro extension cannot generate new Schema syntax Idl.
  • #52948 - Use IdlReader instead of deprecated Idl parser in Avro extension
  • #53382 - In-flight JTA transactions committed instead of rolled back when graceful shutdown timeout expires before transaction timeout
  • #53383 - BUILD_AND_RUN_TIME_FIXED config values not resolved with custom profiles (3.31+ regression)
  • #53386 - [3.34] Update SmallRye Fault Tolerance to 6.10.1
  • #53389 - Update Gradle template to select quarkus-junit or quarkus-junit5 based on Quarkus platform version
  • #53391 - Docs: Add caution note to Using RestResponse section in rest-client.adoc
  • #53393 - ClassCastException when PEM CA certificate is used
  • #53397 - Avoid CCE when reloading Vert.x trust store
  • #53399 - Ensure that shared Config build time runtime fixed uses the expected profile when set from @TestProfile
  • #53403 - Fix xref link text in security-authentication-mechanisms.adoc
  • #53404 - Fix Oracle connection rollback interceptor
  • #53408 - [Reflection-free Jackson deserialisers] ClassCast exceptions w/ non-standard collections and ignoring FAIL_ON_UNKNOWN_PROPERTIES
  • #53414 - Properly support FAIL_ON_UNKNOWN_PROPERTIES in reflection-free deserialisers
  • #53418 - @ServerExceptionMapper beans with super class using Java generics doesn't build (with BuilderException)
  • #53420 - Fix @ServerExceptionMapper handling for generic types
  • #53427 - NullPointerException in VertxHttpRecorder for null URI
  • #53428 - Set up CodeQL security analysis for pull requests
  • #53430 - Also populate cache on GitHub Actions for main repo
  • #53434 - Avoid skipping config tracking when the Quarkus build is skipped
  • #53442 - Do not preinit UUID infrastructure for Vert.x anymore
  • #53444 - Pin GitHub actions (use hashes instead of tags for versioning)
  • #53456 - Avoid trying to parse null URI
  • #53461 - List commands when you run just
  • #53462 - Tightening workflow permissions
  • #53463 - Fix typo in unused gRPC interceptor warnings
  • #53478 - Hibernate add default config documentation for cache settings

3.34.2

Complete changelog

  • #50392 - JFR extension not capturing Quarkus application runtime data
  • #52905 - Behavior of @ProjectedFieldName with aggregate functions
  • #53142 - build(deps): bump org.jboss.logging:jboss-logging from 3.6.2.Final to 3.6.3.Final
  • #53203 - Refactor jar building to a first-write-wins approach
  • #53222 - VertxHttpHotReplacementSetup: move the httpInitiatedReload flag check
  • #53261 - Honour the legacy resolver settings in go-offline goals
  • #53265 - Document and test @ProjectedFieldName with aggregate functions
  • #53267 - Upgrade to Vert.x 4.5.26 and Netty 4.1.132.Final
  • #53271 - JFR extension event fix
  • #53290 - Webauthn IT: move test-webauthn to the test scope
  • #53296 - Swagger UI does not mark endpoint as protected if PermissionsAllowed present multiple times
  • #53301 - OpenAPI: Detect repeated @PermissionsAllowed annotations in Swagger UI
  • #53302 - @CacheInvalidateAll does not work anymore if an exception is thrown
  • #53304 - Document that @CacheInvalidateAll only invalidates after successful method execution

... (truncated)

Commits
  • 9da9399 [RELEASE] - Bump version to 3.34.3
  • 19da67f Merge pull request #53487 from gsmet/3.34.3-backports-1
  • 3b0a722 Bump Hibernate ORM to 7.2.9.Final, Reactive to 3.2.9.Final
  • 642b097 Replace action tags with commit hashes
  • 4d7f956 Also populate cache on GitHub Actions for main repo
  • 4fa36e1 Set up CodeQL security analysis for pull requests
  • f18071f List commands by default in the .justfile
  • 9cd1917 Tightening workflow permissions
  • ccc72ad Hibernate add default config documentation for cache settings
  • 96ceff1 Fix typo in unused gRPC interceptor warnings
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-maven-plugin from 3.34.1 to 3.34.3

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)

Bumps `quarkus.version` from 3.34.1 to 3.34.3.

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

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

Updates `io.quarkus:quarkus-maven-plugin` from 3.34.1 to 3.34.3

---
updated-dependencies:
- dependency-name: io.quarkus:quarkus-bom
  dependency-version: 3.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-version: 3.34.3
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: io.quarkus:quarkus-maven-plugin
  dependency-version: 3.34.3
  dependency-type: direct:development
  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 Apr 8, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 15, 2026

Superseded by #617.

@dependabot dependabot Bot closed this Apr 15, 2026
@dependabot dependabot Bot deleted the dependabot/maven/quarkus.version-3.34.3 branch April 15, 2026 22:42
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