Skip to content

fix(deps): update quarkus.platform.version to v3.35.1#97

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/quarkus.platform.version
Open

fix(deps): update quarkus.platform.version to v3.35.1#97
renovate[bot] wants to merge 1 commit intomainfrom
renovate/quarkus.platform.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jan 28, 2026

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Confidence
io.quarkus:quarkus-maven-plugin 3.18.23.35.1 age confidence
io.quarkus:quarkus-bom 3.18.23.35.1 age confidence
io.quarkus:quarkus-maven-plugin 3.15.13.35.1 age confidence
io.quarkus.platform:quarkus-bom 3.15.13.35.1 age confidence
io.quarkus.platform:quarkus-maven-plugin 3.18.33.35.1 age confidence
io.quarkus.platform:quarkus-bom 3.18.33.35.1 age confidence

Release Notes

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

v3.35.1

Compare Source

Complete changelog
  • #​35169 - SecurityExceptions thrown in Panache Before/After Listeners result in Internal Server errors
  • #​38281 - Bubble up WebApplicationExceptions and SecurityExceptions in RestDataResourceMethodListener implementations
  • #​50504 - Azure function host.json default bundle versions must be updated tu supported version
  • #​53143 - Bump org.jboss.logmanager:jboss-logmanager from 3.2.1.Final to 3.2.2.Final
  • #​53252 - Add the lacking guide for new quickstart
  • #​53347 - Fix Azure-functions: update default ExtensionBundle to [4.0.0, 5.0.0)
  • #​53438 - [Kubernetes] RBAC-related resources cannot be provided manually and then augmented by the extension
  • #​53572 - Fix jaeger container docs
  • #​53577 - Bump io.micrometer:micrometer-bom from 1.16.3 to 1.16.5
  • #​53731 - Saving config through DevUI duplicates config in application.properties
  • #​53732 - Fix duplicate config additions with JsonRPC
  • #​53737 - Handle edge-case with kapt plugin missing generated sources
  • #​53748 - OIDC: ContextNotActiveException during concurrent token refresh
  • #​53749 - Include extension categories in composed skill frontmatter
  • #​53762 - Fix CDI request context not active during concurrent token refresh
  • #​53765 - [Reflection-free Jackson serdes] @JsonTypeInfo discriminator missing + @JsonUnwrapped broken when inner type has generated serialiser
  • #​53778 - Share even more code between deployment resource decorators
  • #​53786 - Latest LTS and Java 25 - jib container entrypoint changed from run-java.sh regardless of aot or jar type
  • #​53787 - Mark UBI9_JAVA25 as containsJavaRun
  • #​53794 - Do not contaminate dev services with config from other dev services
  • #​53797 - quarkus-openshift emits both Deployment and DeploymentConfig` dual pods spawn in cluster
  • #​53800 - Update to Kotlin 2.3.21
  • #​53801 - Update RESTEasy Classic to 6.2.16.Final
  • #​53805 - Make it possible to provide RBAC resources skeleton in kubernetes.yml
  • #​53806 - Make MultiRootPathTree.apply() consistent with accept()
  • #​53812 - Using @ConfigProperty with Google Cloud Function throws Exception when executing QuarkusTest
  • #​53818 - quarkus-jackson: Unconditional native image registration of SQL/XML serializers bloats binary
  • #​53819 - Use reachability-based registration for Jackson SQL/XML serializers in native image
  • #​53821 - Properly close InputStream in loadQuarkusProperties
  • #​53822 - Revert "Enable reflection-free Jackson serializers by default"
  • #​53824 - Use proper CL when running Google Cloud Functions
  • #​53827 - Existing role rules are not taken into account when using an input manifest as starting point
  • #​53828 - Merge rules coming from extensions with ones from input manifests
  • #​53829 - Keep type info for polymorphic collections in generated Jackson serializers and correctly wires its serialization with the Jackson's mechanism
  • #​53833 - @PermissionsChecker methods require at least one parameter
  • #​53835 - Bump keycloak-client.version from 26.0.8 to 26.0.9
  • #​53838 - Bump testcontainers.version from 2.0.4 to 2.0.5
  • #​53842 - Bump commons-io:commons-io from 2.21.0 to 2.22.0
  • #​53857 - Allow permission checkers without method parameters
  • #​53858 - Upgrade Maven to 3.9.15
  • #​53863 - Support @JsonUnwrapped and @JsonSubTypes annotations in generated reflection-free Jackson serializers
  • #​53881 - Bump com.google.cloud.functions:functions-framework-api from 2.0.0 to 2.0.1

v3.35.0

Compare Source

Complete changelog
  • #​53600 - Gradle - Use same pattern everywhere to get effective config
  • #​53605 - Add configuration option for change log table name in liquibase mongodb
  • #​53612 - Use Gradle ValueSource to isolate system property access from configuration
  • #​53615 - Include Dev MCP methods in composed skill resources
  • #​53635 - REST + JSON: ignore private methods
  • #​53644 - Multiple GeneratedClassBuildItem produced for coroutine invokers when multiple subclasses inherit suspend JAX-RS endpoints
  • #​53649 - Include Dev MCP methods in composed skill resources
  • #​53664 - Fix Quarkus REST issue with duplicate coroutine invokers
  • #​53665 - Improve binary compatibility of QuarkusUnitTest
  • #​53668 - Support @JsonView, @JsonValue, @JsonIgnoreProperties and @JsonAnySetter annotations in generated Jackson serializers
  • #​53685 - Update SmallRye Config to 3.17.1
  • #​53720 - Update SmallRye Config to 3.17.2
  • #​53733 - Bump the hibernate group across 1 directory with 10 updates

v3.34.6

Compare Source

Complete changelog
  • #​53531 - Use <annotationProcessorPathsUseDepMgmt> in new extension projects
  • #​53624 - Fix various issues in reflection-free serialization
  • #​53628 - Consider runtime ObjectMapper-level strategy when (de)serializing pojo through the generated Jackson reflection-free serializer
  • #​53655 - Simplify and make more robust the mechanism to discover unsupported Jackson annotations during the generation of reflection-free serializers
  • #​53683 - Fix NPE when POSTing to a no-input funq function in funqy-knative-events
  • #​53691 - Fix spelling typos in documentation
  • #​53698 - Docs: Wrong description on ServiceMonitor properties
  • #​53701 - Fix config docs for generate-service-monitor k8s config
  • #​53706 - Drop temporary Gradle configuration once it has been processed
  • #​53708 - Infinite loop during dev mode shutdown
  • #​53711 - Fix infinite loop in AeshConsole.deadlockSafeWrite() during dev mode shutdown

v3.34.5

Compare Source

Complete changelog
  • #​53652 - [3.34] Downgrade Kafka Client to 4.1.2

v3.34.4

Compare Source

v3.34.3

Compare Source

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

v3.34.2

Compare Source

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
  • #​53322 - Bump Netty to 4.1.132.Final due to CVE-2026-33871
  • #​53325 - Quarkus 3.33.1: WARN: This Gauge has been already registered
  • #​53328 - Dev MCP: Return METHOD_NOT_FOUND for unsupported MCP protocol methods
  • #​53331 - Prevent warning about Gauge having already been registered
  • #​53336 - Cannot run JUnit Tests with maven from parent module directory
  • #​53349 - Updates to Infinispan 16.0.9
  • #​53352 - Some minor uberjar improvements and a test for service concatenation
  • #​53374 - Add custom enforcer rule to validate dependency version alignment
  • #​53379 - Detect and exclude manipulated POMs from when loading a workspace

v3.34.1

Compare Source

Complete changelog
  • #​53121 - OpenShift build extension seemingly ignoring configuration properties for image/image name
  • #​53154 - Fix Dev UI Extension discovery for multimodule gradle project
  • #​53165 - [Mandrel 23.1] kubernetes-client native IT test fails with DeletedElementException
  • #​53171 - Remove unnecessary GraalVM @Delete
  • #​53191 - OpenShift Internal Registry Container Image Name
  • #​53209 - quarkus-artifact.properties generation is brittle
  • #​53215 - Properly set path property for quarkus-artifact.properties

v3.34.0

Compare Source

Complete changelog
  • #​52863 - Quarkus code generation phase has failed: Cannot invoke "java.io.File.toPath()" because the return value of "org.apache.maven.project.MavenProject.getFile()" is null
  • #​52879 - Protect from MavenProject.getFile() returning null

v3.33.1

Compare Source

Complete changelog
  • #​48141 - Quarkus JMS documentation wrong?
  • #​52934 - Review of the Logging guide
  • #​52985 - AmazonLambdaMapperRecorder overrides ObjectMapper property naming strategy, breaking consistent serialization
  • #​53078 - Unable to use @ConfigMapping classes in a separate Maven module with Quarkus 3.31.4+ and JSON Applicaiton Model serialization
  • #​53079 - Compare PathFilter objects as values
  • #​53092 - quarkus-smallrye-stork: Service-registrar config setup silently corrupts service configuration
  • #​53116 - Stop overriding ObjectMapper naming strategy in Lambda recorder
  • #​53130 - Add missing quarkus.artemis.enabled property to JMS guide
  • #​53136 - Fix annotation from @BuildSteps to @BuildStep in devservice guide
  • #​53146 - Add missing newlines in rest guide
  • #​53159 - Websockets next compression missing header
  • #​53162 - [Mandrel 25.0] --future-defaults=all fails IT tests: resteasy-reactive-kotlin-standard, all kafka test, compose-devservices
  • #​53170 - Vert.x: do not disable websockets extensions init if websockets-next is present
  • #​53185 - Uber jar is creating duplicate classes in target jar file if @Context used
  • #​53186 - Fix JFR capability configuration
  • #​53187 - Avoid adding original class file if a transformed one is present
  • #​53188 - Do not create a public key in devmode when 'smallrye.jwt.verify.key.location' is set
  • #​53190 - Fix Stork configs leaks during registration
  • #​53192 - Keycloak Dev Service: Unable to create realm with realm-path defined
  • #​53194 - Conditionally register DefaultJwtValidator for reflection
  • #​53199 - Bump microsoft/setup-msbuild from 2 to 3
  • #​53205 - Add an option to disable HTTPS in Keycloak DevService
  • #​53207 - NumberFormatException in io.quarkus.kafka.client.runtime.graal.RemoveJMXAccess$Enabled.getAsBoolean when version contains non-numeric values
  • #​53211 - Avoid potential NumberFormatException during native compilation of kafka-client
  • #​53221 - Bump com.fasterxml.jackson:jackson-bom from 2.21.1 to 2.21.2
  • #​53224 - Add a Disable HTTPS note to Keyclok Dev Services doc
  • #​53232 - Get rid of ilammy/msvc-dev-cmd action
  • #​53238 - Quarkus BOM/maven-plugin 3.32.4 doesn't respect quarkus.test.container.network anymore
  • #​53246 - Create network to run containerized app in integration tests
  • #​53255 - Upgrade Agroal to 3.0.1

v3.33.0

Compare Source

Complete changelog

v3.32.4

Compare Source

Complete changelog
  • #​50087 - Kafka Dev Service Loading on Different Docker Network
  • #​52701 - DevMCP Error in Cursor
  • #​52809 - unable to run kafka IT with jib and dev service
  • #​52935 - quarkus-container-image-jib ignores jvm-additional-arguments when generating AOT cache
  • #​52938 - [Docs]: Review Deploy to Openshift guide and update for Java 25
  • #​52950 - Keycloak Dev Services: fix sharing of Keycloak container started by Quarkus
  • #​52976 - AOT enhanced container image: make tag suffix configurable and support direct registry push
  • #​52989 - Quarkus v3.31.2: Jacoco unable to find the project root
  • #​52990 - Review of the TLS reference guide
  • #​52997 - OOM fix for Dev UI
  • #​53016 - Move network creation from IntegrationTestUtil into the DevServicesProcessor build step
  • #​53019 - Re-enable injection of config from previous dev services to dependencies (regression fix)
  • #​53026 - Add versions and PURLs to all the components in SBOMs, including misc files
  • #​53029 - AOT guide - add steps to generate AOT cache manually
  • #​53030 - Micrometer URI templating does not apply for Unauthorized and Forbidden requests
  • #​53032 - Recompilation deps flaky fix
  • #​53041 - Infinispan eager load and remove default client-intelligence
  • #​53049 - path defined in %dev.quarkus.http.root-path results in HTTP 404
  • #​53057 - DevMCP: Shortern 'getContinuousTestingResults' method name and warn if names are too long
  • #​53058 - Take JVM args into account when creating AOT file
  • #​53059 - AOT Cache is not being generated
  • #​53063 - Make AOT container image build more configurable
  • #​53064 - Add steps to manually create AOT file
  • #​53067 - Fix path templating issue for overlapping paths
  • #​53080 - Propagate Quarkus properties for Gradle Test tasks
  • #​53098 - Ensure that shared Config build time runtime fixed uses the expected profile
  • #​53105 - JacocoProcessor: make sure the parent dir of the data file exists

v3.32.3

Compare Source

Complete changelog
  • #​52840 - Quarkus 3.32.1 - quarkus:dependency-tree fails with "Failed to locate io.quarkus:quarkus-ide-launcher::jar among application dependencies"
  • #​52843 - Do not log dependencies excluded from the ApplicationModel
  • #​52849 - Datasource guide style review
  • #​52899 - Reduce permissions of GitHub Actions workflows
  • #​52923 - Removing outdated reference to gradle
  • #​52937 - Don't traverse already processed types in ReflectiveHierarchyStep
  • #​52940 - ArC - Various allocation optimizations
  • #​52943 - Flaky Docker shutdown in quarkus-integration-test-hibernate-reactive-orm-compatibility
  • #​52947 - Use dev services for ITs in hibernate-reactive-orm-compatibility
  • #​52955 - Micro cleanup of AotRunnerClassLoader
  • #​52958 - Some more polishing of the new AotRunnerClassLoader
  • #​52964 - Remove micrometer-mp-metric dir which contains only empty pom
  • #​52995 - Upgrade sshd to 2.17.1
  • #​52998 - Updates Infinispan to 16.0.8
  • #​53002 - Make sure Infinispan is init correctly
  • #​53005 - config.adoc: replace dead link

v3.32.2

Compare Source

Major changes
  • #​52830 - Support masking request & response headers in rest client log
Complete changelog
  • #​24284 - AWS Lambda throws IllegalStateException: Missing HTTP method in request event
  • #​29296 - Unable to @Override delete methods from PanacheRepositoryBase in an interface
  • #​34350 - Spring Data API Extension Interface Projections not working with generic interfaces
  • #​38194 - Support Kotlin data classes for describing type-safe Qute templates
  • #​40274 - Context is lost when using caching
  • #​48032 - Spring Data API Extension query with field named like the class broken
  • #​49176 - Quarkus RestClient connectionTTL documentation is misleading
  • #​49285 - "open last exception in ide" leads to exception
  • #​50936 - Gradle QuarkusTest fails with Compilation Failed when using lombok on reload
  • #​51261 - Add compile-only dependencies to the dev mode compiler classpath
  • #​52288 - Default quarkus-rest-client logging spills secrets at info level, I'd expect debug
  • #​52397 - Make extension documentation clearer for indexed configuration properties
  • #​52616 - Config doc - Add a list index for config groups in lists
  • #​52724 - build(deps): bump the hibernate group across 1 directory with 15 updates
  • #​52755 - Force eager loading of Infinispan RemoteCache
  • #​52756 - uber-jar in maven multi module project packaged wrong since 3.31
  • #​52763 - [3.32.1] DurationConverter does not work anymore with negative P and PT format. IllegalArgument Invalid duration
  • #​52764 - Clarify application.yaml and application.yml precedence
  • #​52766 - 3.32.1: tagging during maven build fails
  • #​52767 - multipart/form-data handling fails if 0 form-parts are sent
  • #​52768 - Add PathTree.walkRaw(visit) and use that when building Uber JAR
  • #​52772 - Be more careful in using JSON types
  • #​52773 - Handle empty multipart content
  • #​52775 - Fix a corner case in new DurationConverter
  • #​52778 - 3.32.1: IllegalArgumentException w/ @Injected MemorySize constructor parameter
  • #​52779 - Allow overriding delete methods of PanacheRepositoryBase
  • #​52783 - Handle projections with generic types
  • #​52784 - Difficult/Unintuitive to disable executionMaxDelay of Quarkus scheduler via property override
  • #​52787 - Duplicate Annoation on synthetic bean
  • #​52793 - Various doc fixes
  • #​52802 - Fix IntelliJ detection
  • #​52803 - Improve Javadoc of quarkus.rest-client.connection-ttl
  • #​52806 - Fix MethodNameParser to class name in method name
  • #​52808 - Set version to main as dev and fallback to refname when branching
  • #​52812 - Updates to Infinispan 16.0.7
  • #​52814 - Fix a bug where the Mutiny context is lost on caching
  • #​52816 - Scheduler - fix zero delay configuration
  • #​52817 - Use specific case for Lambda's ObjectMapper
  • #​52818 - Adding storage-engine properties into hibernate-orm.adoc
  • #​52823 - Add missing implementations of JWT Validator into the native executable
  • #​52830 - Support masking request & response headers in rest client log
  • #​52839 - ArC: avoid duplicates early on
  • #​52841 - Panache Next - Operations overload
  • #​52842 - Panache Next - Fix Operations overload
  • #​52851 - build(deps): bump the hibernate group with 10 updates
  • #​52852 - ConstraintDeclarationException when using Bean Validation of return type on MicroProfile REST Client interface
  • #​52859 - Set quarkus-cyclonedx status to stable and add it to the security category
  • #​52861 - Don't include type annotation of return type for REST Client
  • #​52865 - Docs: Add Kotlin @JvmRecord tip for Qute type-safe templates
  • #​52867 - AOT - Provide a config property to pass additional args to recording
  • #​52869 - Provide a hashCode/equals implementation for PersistenceUnitKey
  • #​52880 - Using Quarkus 3.32.1 and above with the quarkus a spike in development mode startup time on large projecs
  • #​52883 - Condition build step execution properly to avoid triggering reflection
  • #​52885 - Minor doc clarification
  • #​52890 - Undeprecate quarkus.otel.exporter.otlp.enabled
  • #​52893 - Quarkus REST - Ignore Vert.x Web packages for reflection

v3.32.1

Compare Source

Complete changelog
  • #​50122 - Add MCP IDE Configuration shortcuts to Dev UI MCP tools page
  • #​50943 - Update reactive messaging rabbitmq for native amqp 1 support
  • #​51784 - mocked RestClient in startup bean - missing uri
  • #​51993 - Mention how openapi extension x-smallrye-profile works on the class level
  • #​52238 - DevUI - MCP: StringIndexOutOfBoundsException in McpResourcesService.read()
  • #​52436 - Running Grpc in native throw missing method "getCtype"
  • #​52481 - Change of filter order breaks vertX context use in OSAFilter
  • #​52543 - Panache Next: passing Parameters.with() to find() does not work
  • #​52578 - Scaffolding Broken for quarkus-messaging-kafka
  • #​52583 - Panache: Deprecate Parameters in favour of Map.of
  • #​52597 - Update AOT phase handling
  • #​52607 - SameSite cookie attribute not set for OIDC state cookie
  • #​52636 - build(deps): bump wildfly-elytron.version from 2.8.2.Final to 2.8.3.Final
  • #​52639 - Init caches eagerly to avoid blocking event loop
  • #​52640 - Updates to Infinispan 16.0.6
  • #​52642 - Allow to control Same-Site attribute for OIDC state cookie
  • #​52643 - quarkus-opentelemetry: Cannot invoke "io.vertx.core.MultiMap.entries()" because "headers" is null
  • #​52646 - Improve AOT docs
  • #​52654 - Panache next doc cleanup
  • #​52662 - Kafka OAuthBearer authentication fails in native mode: DefaultJwtRetriever cannot be instantiated
  • #​52669 - Support executing an OASFilter during multiple run stages
  • #​52672 - Mark REST CSRF as stable, OIDC GraphQL Client as preview and unlisted OIDC Common and Security as stable
  • #​52676 - Add MCP instuctions for popular tools
  • #​52679 - quarkus packaging type overridden by jar default when generating project with codestart extensions that provide a pom.xml.tpl.qute template
  • #​52683 - docs: Add HTTP/2 flow control window configuration for gRPC
  • #​52684 - Document how to mock beans during startup
  • #​52685 - Reflect all of DescriptorProtos
  • #​52686 - build(deps): bump eu.maveniverse.maven.njord:extension3 from 0.9.3 to 0.9.4
  • #​52689 - Can't run @QuarkusIntegrationTest starting with Quarkus 3.31.3
  • #​52693 - StreamConstraintsException not caught in ServerJacksonMessageBodyReader - results in 500 instead of 400
  • #​52700 - Catch StreamConstraintsException in Jackson message body readers
  • #​52705 - Adjust since version of openapi runstage deprecations
  • #​52711 - Make the Dev MCP Resource URI parsing safer
  • #​52717 - Quarkus Maven plugin: Attach artifacts for uber-jar without suffix
  • #​52718 - Can't run @QuarkusTest starting with Quarkus 3.32.0
  • #​52723 - build(deps): bump mongo-client.version from 5.6.2 to 5.6.4
  • #​52725 - [Docs]: Minor editing fix to Cross-Origin Resource Sharing (CORS) guide per lift and shift review
  • #​52726 - build(deps): bump com.fasterxml.jackson:jackson-bom from 2.21.0 to 2.21.1
  • #​52730 - Quote only the application model path value
  • #​52731 - Exclude quarkus.test.arg-line from additional system properties for integration tests
  • #​52732 - Bump Keycloak version to 26.5.4
  • #​52736 - Fix conflict between the Messaging and Quarkus Flow quickstarts
  • #​52737 - Add JWTRetriever implementations to the reflection list
  • #​52738 - Be more defensive about copying HTTP headers in tracing SPI
  • #​52739 - Improve note about RabbitMQ 4 and AMQP 1.0
  • #​52742 - Ensure that @ConfigProperties are registered before Startup event
  • #​52743 - Test for quarkus.test.arg-line using argLine property as value
  • #​52745 - build(deps): bump io.fabric8:maven-model-helper from 40 to 41
  • #​52746 - Use ${quarkus.version} instead of ${project.version} in CallbackDevModeIT

v3.32.0

Compare Source

Complete changelog
  • #​48898 - [Rest-Client] ConstraintDeclarationException HV000151 When using Validation Constraints on Container Elements
  • #​51981 - Make AOT caching a lot more visible in our documentation
  • #​52230 - Expose Agroal loginTimeout configuration via quarkus.datasource.jdbc properties
  • #​52267 - Panache Next: add upsert for stateless sessions
  • #​52493 - "no such constructor: IndexDependencyConfig$$CMImpl." after updating Quarkus from 3.31.1 to 3.31.2 with quarkus-jacoco
  • #​52533 - Bump Semeru CI to Java 25
  • #​52544 - Added login timeout as config option to agroal extension
  • #​52552 - Upgrade to cyclonedx-core-java 12.1.0
  • #​52553 - Using java.beans.Introspector with _ClientProxy fails
  • #​52554 - JacocoConfig: do not reuse IndexDependencyConfig from core/deployment
  • #​52555 - Reduce costs of CI (part 1)
  • #​52558 - Avoid ClassCastException in CommonProcessor
  • #​52565 - Avoid NullPointerException in CommonProcessor
  • #​52571 - Use Gizmo2 to generate REST Client's CDI wrapper
  • #​52573 - LRA TCK test failing with Java 25
  • #​52574 - Panache Next: add upsert operation
  • #​52576 - quarkus:dependency-list goal
  • #​52586 - ArC: remove the last remnants of generating parameterized types in ClientProxyGenerator
  • #​52587 - Adjust normal shutdown wait time on IT JVM to be greater when generating AOT
  • #​52595 - Add Gradle buildAotEnhancedImage task
  • #​52596 - Document Leyden AOT use in Quarkus
  • #​52604 - Port registerProvidersFromAnnotations to Gizmo2
  • #​52605 - CI - Pass token to gh CLI
  • #​52610 - CI - Checkout the repository as gh needs it
  • #​52613 - Defaults to aot-jar if AOT is enabled
  • #​52614 - AOT - Be a bit more verbose when things go bad
  • #​52615 - Use Podman exclusively in PodmanProcessor
  • #​52617 - Bump to MicroProfile LRA 2.0.2
  • #​52627 - Make DeregistrationTest more resilient
  • #​52628 - Improve reliability of the compatible MicrometerTimedInterceptorTest
  • #​52632 - Make use of new optimizations included in Vert.x 4.5.25
  • #​52635 - Some cleanup related to QuarkusConsole
  • #​52647 - Revert "Use verify instead of install for JVM tests"

v3.31.4

Compare Source

Complete changelog
  • #​52252 - OpenTelemetry Gauge Callbacks Execute with Null ContextClassLoader in Quarkus 3.30.x
  • #​52521 - Resolve extension catalog from a registry that provided platform stream metadata
  • #​52530 - Setting QUARKUS_HTTP_TEST_HOST env results to a NPE with gradle
  • #​52542 - Read quarkus.http.test-host by config not system property
  • #​52545 - Implement DirectoryPathTree.isEmpty()
  • #​52563 - build(deps): bump org.postgresql:postgresql from 42.7.9 to 42.7.10
  • #​52569 - Add property maxMailsPerConnection to quarkus-mailer
  • #​52577 - build(deps): bump org.jboss.logmanager:jboss-logmanager from 3.2.0.Final to 3.2.1.Final
  • #​52581 - Hibernate Panache Next - findById Reactive not Uni
  • #​52584 - Hibernate Panache Next: fix findById result types for reactive repositories
  • #​52585 - Metric reader must use Quarkus classloader
  • #​52589 - Fixes issues related to JvmModulesReconfigurer
  • #​52599 - Add manifest information to application jar
  • #​52603 - Rework order of addition of application content to jars
  • #​52606 - Add link to guide for proxy-registry extension
  • #​52618 - Bump to Vert.x 4.5.25
  • #​52620 - build(deps): bump org.junit:junit-bom from 6.0.2 to 6.0.3
  • #​52625 - build(deps): bump org.junit:junit-bom from 6.0.2 to 6.0.3 in /devtools/gradle
  • #​52630 - quarkus:run specifies wrong javadoc for the environmentVariables parameter
  • #​52631 - Fix mvn quarkus:run environmentVariables parameter documentation and -DenvVars=... parsing
  • #​52633 - Metric reader must use Quarkus classloader - part II
  • #​52634 - MDC with Otel causes NPE and kills kafka connector consumer threads
  • #​52637 - Fix NPE when preserving MDC entries in VertxMDC

v3.31.3

Compare Source

Major changes
  • #​52395 - Update images in catalog and use runtime images
Complete changelog
  • #​51972 - StatelessSession batched operations not visible within same transaction when using @TestTransaction
  • [#​52193](

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about these updates again.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from 725c191 to 9d14edf Compare January 28, 2026 18:54
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version fix(deps): update quarkus.platform.version to v3.31.1 Jan 28, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch 5 times, most recently from ea9617c to 0e3c0bc Compare February 4, 2026 14:46
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version to v3.31.1 fix(deps): update quarkus.platform.version Feb 4, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from 0e3c0bc to 9fc8614 Compare February 4, 2026 17:42
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version fix(deps): update quarkus.platform.version to v3.31.2 Feb 4, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch 10 times, most recently from a04860b to 64746e9 Compare February 11, 2026 14:55
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version to v3.31.2 fix(deps): update quarkus.platform.version Feb 11, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from 64746e9 to f2d198b Compare February 11, 2026 17:13
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version fix(deps): update quarkus.platform.version to v3.31.3 Feb 11, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from f2d198b to 3f8bb70 Compare February 18, 2026 14:49
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version to v3.31.3 fix(deps): update quarkus.platform.version Feb 18, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch 5 times, most recently from da5c23d to 0f5a370 Compare February 18, 2026 19:02
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from 5f07904 to 647b2b1 Compare March 11, 2026 18:03
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version fix(deps): update quarkus.platform.version to v3.32.3 Mar 11, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from 647b2b1 to f88b01c Compare March 18, 2026 13:21
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version to v3.32.3 fix(deps): update quarkus.platform.version Mar 18, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch 3 times, most recently from 9891482 to 8b5712b Compare March 25, 2026 18:38
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version fix(deps): update quarkus.platform.version to v3.34.1 Mar 25, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch 2 times, most recently from 9cfcdbd to b514c2f Compare April 1, 2026 19:30
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version to v3.34.1 fix(deps): update quarkus.platform.version Apr 1, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from b514c2f to 17a18de Compare April 2, 2026 18:57
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version fix(deps): update quarkus.platform.version to v3.34.2 Apr 2, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from 17a18de to b922a84 Compare April 8, 2026 14:32
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version to v3.34.2 fix(deps): update quarkus.platform.version Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from b922a84 to efcd085 Compare April 8, 2026 19:14
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version fix(deps): update quarkus.platform.version to v3.34.3 Apr 8, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch 2 times, most recently from 6e43fca to d042027 Compare April 15, 2026 13:20
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version to v3.34.3 fix(deps): update quarkus.platform.version Apr 15, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch 2 times, most recently from 1c00e2c to c9553b1 Compare April 16, 2026 22:33
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version fix(deps): update quarkus.platform.version to v3.34.5 Apr 16, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from c9553b1 to 6969155 Compare April 22, 2026 14:40
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version to v3.34.5 fix(deps): update quarkus.platform.version Apr 22, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from 6969155 to c40c4fe Compare April 22, 2026 20:47
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from c40c4fe to 80096e7 Compare April 30, 2026 20:04
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from 80096e7 to 1e68c58 Compare May 1, 2026 12:53
@renovate renovate Bot changed the title fix(deps): update quarkus.platform.version fix(deps): update quarkus.platform.version to v3.35.1 May 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.

0 participants