Skip to content

Update quarkus to v3.37.0 - abandoned - #318

Closed
Ruhsi wants to merge 2 commits into
feature/base-auto-updatefrom
renovate/quarkus_3.36.0_3.37.0
Closed

Update quarkus to v3.37.0 - abandoned#318
Ruhsi wants to merge 2 commits into
feature/base-auto-updatefrom
renovate/quarkus_3.36.0_3.37.0

Conversation

@Ruhsi

@Ruhsi Ruhsi commented Jun 18, 2026

Copy link
Copy Markdown
Collaborator

This PR contains the following updates:

Package Type Update Change
io.quarkus:quarkus-maven-plugin build minor 3.36.03.37.0
io.quarkus:quarkus-bom import minor 3.36.03.37.0

Release Notes

quarkusio/quarkus (io.quarkus:quarkus-maven-plugin)

v3.37.0

Compare Source

Complete changelog
  • #​54729 - Gradle: imageBuild and imagePush use this output of :jandex without declaring dependency
  • #​54730 - Gradle plugin: declare jandex task ordering for all tasks consuming main source set resources
  • #​54759 - ObservabilityJsonRPCService fails when LGTM dev service is disabled
  • #​54777 - Native image: SoftDeleteStateManagement.INSTANCE field not registered for reflection
  • #​54780 - Register StateManagement fields for native image reflection
  • #​54784 - When using quarkus.openshift.secret-volumes."secret-volumes".items."items".path the deploy fail to openshift
  • #​54785 - OIDC web-app step-up re-authentication redirect does not include acr_values
  • #​54786 - Carry acr_values and max_age in the code flow authorization request
  • #​54790 - Add link to JMC in JFR guide
  • #​54831 - Fix dev mode startup when LGTM observability dev services are disabled
  • #​54832 - Fix invalid secret and ConfigMap volume item mode in Kubernetes manifests
  • #​54840 - Bump the hibernate group with 11 updates
  • #​54848 - Upgrade to SmallRye GraphQL 2.18.2
  • #​54867 - Rename trusted proxy Subject DN property
  • #​54871 - Bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.131 to 0.0.132

v3.36.3

Compare Source

Complete changelog
  • #​54765 - JSON logger doesn't print stacktrace anymore
  • #​54769 - Fix NPE in JSON Logging
  • #​54798 - Fix dead links in kafka.adoc
  • #​54807 - Fix dead links in security guides
  • #​54812 - Fix miscellaneous dead links across guides
  • #​54829 - Log Dev MCP endpoint path at startup when enabled
  • #​54837 - Add UnwrappedTypeResolverBuilder reflective class registration to kubernetes-client
  • #​54873 - Bump io.quarkus:quarkus-fs-util from 1.4.0 to 1.4.2
  • #​54878 - [3.37] Update to Micrometer 1.16.6

v3.36.2

Compare Source

Complete changelog
  • #​34285 - Using Dev ui "breaks" a lambda
  • #​40420 - FrameworkRouter not initialized when access-log is enabled with custom non-application-root-path
  • #​54080 - Don't use ordered execution for @RunOnVertxContext
  • #​54438 - Allow Dev UI to work with Amazon Lambda HTTP extensions in dev mode
  • #​54546 - Bump kafka.version from 4.2.0 to 4.2.1
  • #​54597 - Fix null Vert.x log messages showing as NULL in native mode
  • #​54604 - With quarkus.thread-pool.queue-size set, async health work can be silently dropped
  • #​54609 - Don't ignore Future in Smallrye Health
  • #​54621 - Bump the hibernate group with 10 updates
  • #​54639 - Memory Leak with Quarkus Rest Client in a Reactive pipeline
  • #​54646 - Panache: PanacheRepositoryBase.findByIds(List<?> ids) returns a list of instead of
  • #​54647 - Fix return type of PanacheRepositoryBase
  • #​54649 - Bump to Vert.x 4.5.28 and Netty 4.1.135.Final
  • #​54659 - Fix memory leak in REST Client reactive pipelines
  • #​54669 - Fix startup NPE when the access log is enabled without a framework router
  • #​54673 - add config properties section to cyclonedx guide
  • #​54674 - cyclonedx sbom missing serialnumber
  • #​54675 - Add cyclone configuration to docs
  • #​54678 - Missing %l in the access log documentation
  • #​54689 - Basic auth may return 401 with older clients when realm is unset
  • #​54697 - Document Basic authentication realm compatibility
  • #​54700 - Include serial numbers into generated SBOMs
  • #​54705 - Bump quarkiverse-parent from 20 to 22
  • #​54708 - Updates Infinispan to 16.0.13
  • #​54709 - Add support for --no-wrapper on CreateProjectMojo
  • #​54711 - Bump jacoco.version from 0.8.14 to 0.8.15
  • #​54713 - Add option to Maven plugin to forget wrapper addition
  • #​54732 - Dev-UI: Update German translation for 'Read me' to 'Lies mich'

v3.36.1

Compare Source

Complete changelog
  • #​52741 - quarkus-amazon-lambda-rest does not correctly include a Jandex
  • #​53197 - Smallrye config and microprofile config version conflict causes build failure with java modules
  • #​53613 - Quarkus build with vertx-hazelcast fails after upgrade to 3.33.1
  • #​53785 - Multi threaded maven uber jar builds on windows faill with java.nio.file.ClosedFileSystemException
  • #​53808 - Wrap shorthand admonition blocks in ==== delimiters
  • #​54001 - Gradle quarkusRun task starts in TEST mode
  • #​54095 - Gradle config from one module's quarkusAppPartsBuild leaks into another module in 3.35.x
  • #​54144 - Open archive path tree interrupt workaround
  • #​54229 - Signals: add configurable concurrency limit
  • #​54270 - Enable RAG generation during release builds
  • #​54273 - Keycloak exchange code for tokens fails in devmode if clientId contains an underscore
  • #​54281 - quarkus.rest-client-oidc-filter.refresh-on-unauthorized not respected with multiple @RegisterProvider annotations
  • #​54286 - Signals: introduce configurable concurrency limiter
  • #​54313 - Fix Hibernate ORM Dev UI localization and clear HQL input on submit
  • #​54320 - Use Mode.RUN for the Gradle quarkusRun task to fix indexing crash
  • #​54340 - Fix Keycloak DEV UI code exchange for client IDs with underscores
  • #​54342 - @ServerExceptionMapper with generic base class drops other exception mappers at runtime
  • #​54343 - Fix JSON logging excluded keys config ignoring nested fields
  • #​54346 - Fix @ServerExceptionMapper bridge method handling for generic types
  • #​54357 - Fix typo it's is -> it is
  • #​54382 - Bump the hibernate group with 11 updates
  • #​54389 - Updates to Infinispan 16.0.12.Final
  • #​54413 - Update documentation of ReflectiveClassConditionBuildItem
  • #​54423 - Fix "Kafka OAuthBearer authentication fails in native mode" again
  • #​54426 - Injecting test security identity on IO thread is blocking operation
  • #​54427 - Fix injecting @TestSecurity identity with @RunOnVertxContext
  • #​54428 - Disambiguate config doc anchors for build-time properties
  • #​54432 - Fix platform BOM and platform metadata override ordering
  • #​54436 - Fix: quarkus.rest-client-oidc-filter.refresh-on-unauthorized not respected with multiple @RegisterProvider annotations
  • #​54443 - Bump the hibernate group across 1 directory with 16 updates
  • #​54447 - Reset stale Quarkus system properties on reused Gradle worker JVMs
  • #​54455 - [Kafka Dev UI] Topic message timestamp displayed one month behind actual value
  • #​54467 - Bump proposed Maven version to 3.9.16
  • #​54468 - Signals: Receivers - resolve lambda inference ambiguity
  • #​54470 - Bump org.eclipse.parsson:parsson from 1.1.7 to 1.1.9
  • #​54473 - Fix Kafka Dev UI message timestamp displaying one month earlier
  • #​54480 - Lambda fails serialization when returning Record, succeeds when swapped to Object
  • #​54482 - REST Client + Micrometer: duplicate gauge registration warning for http.client.active.connections on first invocation
  • #​54484 - Properly support java.lang.Record as Lambda return type
  • #​54496 - Avoid duplicate gauge warnings for REST Client
  • #​54497 - Agroal invalid connection metric has the wrong description
  • #​54499 - Fix wrong description for agroal.invalid.count metric
  • #​54505 - Bump Maven wrapper to 3.9.16
  • #​54520 - Add maven distribution sha256 validation
  • #​54522 - Dev UI Workspace - the scroll is not working anymore
  • #​54527 - Avoid transfer progress in Quarkus Update commands
  • #​54531 - Remove superfluous code in dev ui guide
  • #​54541 - Raggedy alignment on dev UI for new actions links
  • #​54543 - Undeprecate AbstractQuarkusExtensionTest and make it abstract
  • #​54544 - Bump version.surefire.plugin from 3.5.4 to 3.5.6
  • #​54545 - Bump jaxb-runtime.version from 4.0.8 to 4.0.9
  • #​54553 - Finalize Maven 3.9.16 update
  • #​54555 - Fix Dev UI Workspace scroll not working
  • #​54556 - Align Dev UI action links with regular extension links
  • #​54558 - DataSource leaks after upgrading to Quarkus 3.36.0
  • #​54560 - Signals: document programmatic Signal creation via Signal.create()
  • #​54573 - Bump jakarta.json.bind:jakarta.json.bind-api from 3.0.1 to 3.0.2
  • #​54574 - Bump com.fasterxml.jackson:jackson-bom from 2.21.3 to 2.21.4
  • #​54577 - Multiple extensions registered a feature of the same name: hibernate-orm-panache
  • #​54582 - Improve French translation of the Dev UI
  • #​54587 - [3.36] Fix duplicate feature name when hibernate-panache-next and hibernate-orm-panache coexist
  • #​54588 - Do not bytecode record the Vert.x service instances
  • #​54595 - Index additional classes in AWS Lambda extensions
  • #​54599 - Align MicroProfile Config with SmallRye Config
  • #​54606 - Bump Agroal to 3.2

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • At any time (no schedule defined)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate.

@codacy-production

Copy link
Copy Markdown

Up to standards ✅

🟢 Issues 0 issues

Results:
0 new issues

View in Codacy

🟢 Metrics 0 complexity · 0 duplication

Metric Results
Complexity 0
Duplication 0

View in Codacy

NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.

@Ruhsi Ruhsi changed the title Update quarkus to v3.37.0 Update quarkus to v3.37.0 - abandoned Jun 30, 2026
@Ruhsi

Ruhsi commented Jun 30, 2026

Copy link
Copy Markdown
Collaborator Author

Autoclosing Skipped

This PR has been flagged for autoclosing. However, it is being skipped due to the branch being already modified. Please close/delete it manually or report a bug if you think this is in error.

@Ollitod Ollitod closed this Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants