Skip to content

Bump the quarkus group with 3 updates - #265

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/quarkus-9c9c7d1994
Open

Bump the quarkus group with 3 updates#265
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/maven/quarkus-9c9c7d1994

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 30, 2026

Copy link
Copy Markdown
Contributor

Bumps the quarkus group with 3 updates: io.quarkus.platform:quarkus-bom, io.quarkus:quarkus-ide-config and io.quarkus.platform:quarkus-maven-plugin.

Updates io.quarkus.platform:quarkus-bom from 3.37.4 to 3.38.0

Commits
  • 1b2e5cf [maven-release-plugin] prepare release 3.38.0
  • be439b2 Merge pull request #1982 from lwitkowski/onboard-quarkus-http-problem
  • 2cfd10d Merge pull request #2092 from quarkusio/update-automation/main-langchain4j-1....
  • 31f41bb Include Quarkus HTTP Problem tests in the Platform
  • 65b6d9d Add quarkus-http-problem
  • 9b167b7 Update LangChain4j to 1.12.1
  • 0e6e01b Merge pull request #2084 from beikov/bp-1.6.19
  • 5f088eb Upgrade to Blaze-Persistence 1.6.19
  • 7d3fbdf Merge pull request #2091 from gsmet/aws-resync
  • b5b477d Resync AWS update
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.37.4 to 3.38.0

Release notes

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

3.38.0

Complete changelog

  • #55401 - @RegisterForProxy is silently ignored when used more than once on the same type
  • #55402 - Use getAnnotationsWithRepeatable for handling repeatable annotations in proxy registration logic
  • #55469 - Updates to Infinispan 16.0.14
  • #55501 - Gradle: Add Gradle-version dependent warnings
  • #55536 - Fix scalpel configuration

3.38.0.CR1

Complete changelog

  • #27362 - Quarkus Lambda IT failing with java.net.SocketTimeoutException: Read timed out
  • #29141 - Mailer stuck when sending a message from GraphQL endpoint
  • #36215 - Imperative Mailer not working with smallrye-graphql
  • #45227 - Generating the OpenShift Route CRD using the quarkus-maven-plugin fails when using TLS b/c is adds a path field
  • #46899 - Spring Data API Extension Dynamic Projections not working
  • #49975 - Support Vertx context propagation in Kotlin coroutine gRPC services
  • #50151 - Make @SpringBootTest annotation work
  • #50685 - quarkus-rest treats semicolon as a separator in query parameters
  • #52703 - Opentelemtry VertxGrpcSpanExporter + NoopSpanExporter
  • #53312 - Testcontainers are not reused between builds and test executions with testcontainers.reuse.enable=true
  • #53350 - Cross-application AMQP Dev Services sharing broken — ContainerLocator not updated for new discovered() API
  • #53431 - Panache Next: Switch to JD 1.1 Page and PageRequest
  • #53943 - Add a property requiring to use client authentication for all OIDC endpoints
  • #54290 - Document priority of configs in various dev and test profiles as well as overriding possibilities
  • #54384 - quarkus-hibernate-panache-next: in Kotlin, WithId.AutoUUID fails with Unknown integral data type for ids: UUID
  • #54402 - Allow trusted proxy CA subject DN to be verified
  • #54537 - @Transactional does not work in Hibernate Reactive with Panache
  • #54592 - SPI to have other extensions contribute (static) Hibernate Persistence Unit definitions
  • #54593 - Use a per-request TaskQueue for blocking GraphQL over WebSockets
  • #54596 - Migrate from quarkus-local-cache to Caffeine + JCache
  • #54668 - Hibernate ORM 7.4 temporal entity support testing
  • #54691 - Quarkus ForwardedParser does not validate proto values from Forwarded and X-Forwarded-Proto headers
  • #54788 - Native build with future defaults fails when CLDR locale data uses disabled service loader
  • #54802 - Support stream in maven create project mojo
  • #54814 - KnownCompatibleBeanArchiveBuildItem: support maven type
  • #54870 - HttpServerMetricsTagsContributor tags are not applied on the requestReset path, causing inconsistent tag keys for http_server_requests_seconds (quarkus-micrometer-registry-prometheus)
  • #54965 - quarkus-data-hibernate: PanacheRepository.flush() (no-arg) throws IllegalStateException: Entity 'java.lang.Class' was not found
  • #54971 - GraphQL blocking resolvers using Hibernate without @Transactional silently break with parallel execution
  • #55045 - OIDC: Eager startup validation of JWT bearer token file prevents lazy file creation
  • #55063 - SpringDataRepositoryCreator generates duplicate findAll() method when extending bare Repository marker interface with explicit findAll() declaration
  • #55131 - quarkus-dev.properties is not loaded in quarkusDev when gradle-worker.no-process=true
  • #55282 - Support weight-based (memory) eviction for Hibernate 2LC Caffeine cache regions
Commits
  • 0b8f289 [RELEASE] - Bump version to 3.38.0
  • 462bcec Merge pull request #55592 from gsmet/3.38.0-backports-1
  • cde0276 Set Unix permissions when copying entries into function.zip
  • 9e37685 Fix scalpel configuration
  • 7299dff Make sure MavenProjects available through the API are added to the Quarkus wo...
  • 9aa664a Prevent unboxing of null Character in reflecton-free Jackson serializers
  • 2cee817 Update to Hibernate Validator 9.1.2
  • 584707c Update to Hibernate ORM 7.4.5
  • 3415437 Gradle: Add Gradle-version dependent warnings
  • 1e6d4e4 Implement @​JsonAnyGetter on fields in reflection-free Jackson serializers
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.37.4 to 3.38.0

Commits
  • 1b2e5cf [maven-release-plugin] prepare release 3.38.0
  • be439b2 Merge pull request #1982 from lwitkowski/onboard-quarkus-http-problem
  • 2cfd10d Merge pull request #2092 from quarkusio/update-automation/main-langchain4j-1....
  • 31f41bb Include Quarkus HTTP Problem tests in the Platform
  • 65b6d9d Add quarkus-http-problem
  • 9b167b7 Update LangChain4j to 1.12.1
  • 0e6e01b Merge pull request #2084 from beikov/bp-1.6.19
  • 5f088eb Upgrade to Blaze-Persistence 1.6.19
  • 7d3fbdf Merge pull request #2091 from gsmet/aws-resync
  • b5b477d Resync AWS update
  • Additional commits viewable in compare view

Updates io.quarkus:quarkus-ide-config from 3.37.4 to 3.38.0

Release notes

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

3.38.0

Complete changelog

  • #55401 - @RegisterForProxy is silently ignored when used more than once on the same type
  • #55402 - Use getAnnotationsWithRepeatable for handling repeatable annotations in proxy registration logic
  • #55469 - Updates to Infinispan 16.0.14
  • #55501 - Gradle: Add Gradle-version dependent warnings
  • #55536 - Fix scalpel configuration

3.38.0.CR1

Complete changelog

  • #27362 - Quarkus Lambda IT failing with java.net.SocketTimeoutException: Read timed out
  • #29141 - Mailer stuck when sending a message from GraphQL endpoint
  • #36215 - Imperative Mailer not working with smallrye-graphql
  • #45227 - Generating the OpenShift Route CRD using the quarkus-maven-plugin fails when using TLS b/c is adds a path field
  • #46899 - Spring Data API Extension Dynamic Projections not working
  • #49975 - Support Vertx context propagation in Kotlin coroutine gRPC services
  • #50151 - Make @SpringBootTest annotation work
  • #50685 - quarkus-rest treats semicolon as a separator in query parameters
  • #52703 - Opentelemtry VertxGrpcSpanExporter + NoopSpanExporter
  • #53312 - Testcontainers are not reused between builds and test executions with testcontainers.reuse.enable=true
  • #53350 - Cross-application AMQP Dev Services sharing broken — ContainerLocator not updated for new discovered() API
  • #53431 - Panache Next: Switch to JD 1.1 Page and PageRequest
  • #53943 - Add a property requiring to use client authentication for all OIDC endpoints
  • #54290 - Document priority of configs in various dev and test profiles as well as overriding possibilities
  • #54384 - quarkus-hibernate-panache-next: in Kotlin, WithId.AutoUUID fails with Unknown integral data type for ids: UUID
  • #54402 - Allow trusted proxy CA subject DN to be verified
  • #54537 - @Transactional does not work in Hibernate Reactive with Panache
  • #54592 - SPI to have other extensions contribute (static) Hibernate Persistence Unit definitions
  • #54593 - Use a per-request TaskQueue for blocking GraphQL over WebSockets
  • #54596 - Migrate from quarkus-local-cache to Caffeine + JCache
  • #54668 - Hibernate ORM 7.4 temporal entity support testing
  • #54691 - Quarkus ForwardedParser does not validate proto values from Forwarded and X-Forwarded-Proto headers
  • #54788 - Native build with future defaults fails when CLDR locale data uses disabled service loader
  • #54802 - Support stream in maven create project mojo
  • #54814 - KnownCompatibleBeanArchiveBuildItem: support maven type
  • #54870 - HttpServerMetricsTagsContributor tags are not applied on the requestReset path, causing inconsistent tag keys for http_server_requests_seconds (quarkus-micrometer-registry-prometheus)
  • #54965 - quarkus-data-hibernate: PanacheRepository.flush() (no-arg) throws IllegalStateException: Entity 'java.lang.Class' was not found
  • #54971 - GraphQL blocking resolvers using Hibernate without @Transactional silently break with parallel execution
  • #55045 - OIDC: Eager startup validation of JWT bearer token file prevents lazy file creation
  • #55063 - SpringDataRepositoryCreator generates duplicate findAll() method when extending bare Repository marker interface with explicit findAll() declaration
  • #55131 - quarkus-dev.properties is not loaded in quarkusDev when gradle-worker.no-process=true
  • #55282 - Support weight-based (memory) eviction for Hibernate 2LC Caffeine cache regions
Commits
  • 0b8f289 [RELEASE] - Bump version to 3.38.0
  • 462bcec Merge pull request #55592 from gsmet/3.38.0-backports-1
  • cde0276 Set Unix permissions when copying entries into function.zip
  • 9e37685 Fix scalpel configuration
  • 7299dff Make sure MavenProjects available through the API are added to the Quarkus wo...
  • 9aa664a Prevent unboxing of null Character in reflecton-free Jackson serializers
  • 2cee817 Update to Hibernate Validator 9.1.2
  • 584707c Update to Hibernate ORM 7.4.5
  • 3415437 Gradle: Add Gradle-version dependent warnings
  • 1e6d4e4 Implement @​JsonAnyGetter on fields in reflection-free Jackson serializers
  • Additional commits viewable in compare view

Updates io.quarkus.platform:quarkus-maven-plugin from 3.37.4 to 3.38.0

Commits
  • 1b2e5cf [maven-release-plugin] prepare release 3.38.0
  • be439b2 Merge pull request #1982 from lwitkowski/onboard-quarkus-http-problem
  • 2cfd10d Merge pull request #2092 from quarkusio/update-automation/main-langchain4j-1....
  • 31f41bb Include Quarkus HTTP Problem tests in the Platform
  • 65b6d9d Add quarkus-http-problem
  • 9b167b7 Update LangChain4j to 1.12.1
  • 0e6e01b Merge pull request #2084 from beikov/bp-1.6.19
  • 5f088eb Upgrade to Blaze-Persistence 1.6.19
  • 7d3fbdf Merge pull request #2091 from gsmet/aws-resync
  • b5b477d Resync AWS update
  • 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 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 3 updates: [io.quarkus.platform:quarkus-bom](https://github.com/quarkusio/quarkus-platform), [io.quarkus:quarkus-ide-config](https://github.com/quarkusio/quarkus) and [io.quarkus.platform:quarkus-maven-plugin](https://github.com/quarkusio/quarkus-platform).


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

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

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

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

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

---
updated-dependencies:
- dependency-name: io.quarkus.platform:quarkus-bom
  dependency-version: 3.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-version: 3.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus:quarkus-ide-config
  dependency-version: 3.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: quarkus
- dependency-name: io.quarkus.platform:quarkus-maven-plugin
  dependency-version: 3.38.0
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: quarkus
...

Signed-off-by: dependabot[bot] <support@github.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants