Skip to content

Update quarkus.platform.version to v3.36.1#426

Closed
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/quarkus.platform.version
Closed

Update quarkus.platform.version to v3.36.1#426
renovate[bot] wants to merge 1 commit into
mainfrom
renovate/quarkus.platform.version

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate Bot commented Jun 2, 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.2.8.Final3.36.1 age confidence
io.quarkus.platform:quarkus-maven-plugin 3.0.0.Alpha43.36.1 age confidence
io.quarkus.platform:quarkus-bom 3.0.0.Alpha43.36.1 age confidence

Release Notes

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

v3.36.1

Compare Source

v3.36.0

Compare Source

Complete changelog
  • #​53533 - Complains about missing <extensions>true</extensions> for newly created extension
  • #​54119 - Add extension-rag module to generate RAG vector embeddings from core documentation
  • #​54133 - Bump kubernetes-client-bom from 7.6.1 to 7.7.0
  • #​54186 - Signals: improvements
  • #​54196 - Bump Gradle from 9.3.1 to 9.5.1
  • #​54202 - Bump com.fasterxml.jackson:jackson-bom from 2.21.2 to 2.21.3
  • #​54209 - Bump org.slf4j:slf4j-api from 2.0.17 to 2.0.18
  • #​54217 - Reflection free serializer improvements
  • #​54220 - Bump Microsoft SQL Server JDBC driver to 13.4.0
  • #​54221 - Support for multiple SunPKCS11 configurations
  • #​54223 - Add extensions=true to generated extension codestart POMs for external extensions
  • #​54227 - Exclude transitive dependencies from narayana-jta
  • #​54228 - Add Spring's entities among class placeholders to be unwrapped
  • #​54239 - Add preauthorized_code as OidcClient grant type enum
  • #​54241 - Bump Vineflower to 1.12.0
  • #​54243 - Agroal 3.1 Causes Connections to Use DB Default Transaction Isolation
  • #​54248 - Signals: remove flaky BlockingEmissionFailureTest
  • #​54258 - Using copyRecursive instead of registering configuration for QuarkusComponentVariants
  • #​54259 - Ensure LauncherProvider always use current Config
  • #​54262 - Bump Agroal to 3.1.2
  • #​54300 - Bump com.github.ben-manes.caffeine:caffeine from 3.2.3 to 3.2.4

v3.35.4

Compare Source

Complete changelog
  • #​51109 - Smallrye OpenAPI generation for SSE with Multi return type generates array type
  • #​53479 - x-smallrye-profile Profile filtering not working properly
  • #​53798 - Update remaining actions to pinned shas
  • #​53844 - Bump smallrye-open-api.version from 4.3.0 to 4.3.1
  • #​53916 - Add support for more Jackson annotations in generated reflection-free serializers
  • #​53944 - Bump the hibernate group with 9 updates
  • #​53946 - [3.35.1] Hibernate IllegalArgumentException is not a subtype
  • #​53964 - StackOverflowError in Hibernate metadata processing since 3.35 for generic AttributeConverter
  • #​54060 - Allow WebDependencyJarBuildItem to carry import mappings directly
  • #​54085 - Improve Micrometer test resilience
  • #​54091 - mTLS auth mechanism throws NPE when proxy "forwarded" header indicate HTTPS in the HTTP request
  • #​54093 - Using reflection-free serializers breaks in 3.35
  • #​54127 - quarkus-opentelemetry native image on JDK 25: IllegalArgumentException: Receiver type ManagementSupport$$Lambda is not an instance of com.sun.management.OperatingSystemMXBean at runtime
  • #​54140 - Fix CNFE for CpuMethods otel class
  • #​54146 - SunPKCS provider is not available at runtime
  • #​54147 - Apply security provider specific configuration at runtime
  • #​54148 - Bump Narayana from 7.3.3.Final to 7.3.4.Final
  • #​54150 - Bump the hibernate group across 1 directory with 14 updates
  • #​54188 - Update JAXB to 4.0.8
  • #​54189 - Generate reflection-free Jackson serializers only for public classes
  • #​54199 - docs: replace Markdown xml fence with AsciiDoc source block
  • #​54208 - Bump smallrye-open-api from 4.3.1 to 4.3.3
  • #​54242 - Prevent NPE in mTLS auth mech when communication with a trusted proxy happens over HTTP protocol but headers indicate HTTPS
  • #​54264 - Fix NPE in RemoteUserAttribute with anonymous identity
  • #​54310 - Prometheus compression header fix

v3.35.3

Compare Source

Complete changelog
  • #​49976 - Datasource connection validation query timeout doesn't work for PostgreSQL, MariaDB and MySQL databases
  • #​53545 - Update dev services guide to use the new builder API
  • #​53561 - Harden OIDC debug logging
  • #​53626 - Harden OIDC debug logs
  • #​53764 - Dev MCP settings page now recommends Quarkus Agent MCP
  • #​53770 - path parsed starts with a double quote ("), and the parser expects a raw path/URI instead during Junit test on Windows machine
  • #​53792 - Use relative path for the serialized app model path
  • #​53836 - Bump org.mariadb.jdbc:mariadb-java-client from 3.5.7 to 3.5.8
  • #​53848 - Infinite loop when serializing to JSON
  • #​53867 - Continuous testing fails when @QuarkusTest is applied via a stereotype (meta-annotation)
  • #​53877 - QuarkusEntryPoint uses URLDecoder.decode() which incorrectly converts + to space in file paths
  • #​53885 - Fix QuarkusEntryPoint path decoding issue
  • #​53886 - Add AI generated tests covering all Jackson annotations
  • #​53888 - Set network timeout on connection validation queries
  • #​53906 - Manage self-reference recursion in generated reflection-free Jackson serializers
  • #​53908 - Turn OIDC TokenVerificationResult to record
  • #​53952 - Dev MCP test runner fails after mvn clean with no recovery path
  • #​53953 - Dev MCP test runner gets permanently stuck in 'tests already in progress' after failure
  • #​53954 - Add cancelTests and resetTests Dev MCP tools for the continuous testing infrastructure
  • #​53956 - Fix Dev MCP test runner getting permanently stuck after failure
  • #​53971 - ERROR [RuntimeUpdatesProcessor] Failed to replace classes via instrumentation:
  • #​53978 - Fix continuous testing in Quarkus DEV mode when @QuarkusTest is used on meta-annotation
  • #​53982 - Quarkus Liquibase logicalFilePath in Native-Mode
  • #​53993 - Fix live reload failure with TYPE_USE annotations
  • #​54029 - Let other extensions use OIDC ResourceMetadataHandler to calculate metadata url
  • #​54032 - Make it possible to reuse OIDC token verification code for some SD-JWT tokens
  • #​54037 - @QuarkusIntegrationTest with Docker ignores quarkus.test.integration-test-profile from application.properties (regression in 3.35)
  • #​54039 - QuarkusServerFileBodyHandler leaks temp files when any ReaderInterceptor is registered
  • #​54049 - Fix Liquibase native resolution when included changelogs use logicalFilePath
  • #​54055 - Propagate quarkus.test properties set by Gradle build to workers
  • #​54076 - Docs: fix broken links to JUnit docs
  • #​54079 - Cleanup temp files even when Jakarta REST Interceptors exist
  • #​54087 - Upgrade gRPC to 1.81.0, fix substitutions
  • #​54092 - Clarify tree-shake saving message is about bytecode
  • #​54100 - Add condition to Quarkiverse ecosystem CI workflow
  • #​54143 - Remove incorrect references to quarkus.version in reactive-transactions pom

v3.35.2

Compare Source

Complete changelog
  • #​53929 - [3.35] Strip matrix parameters from request paths during HTTP security polic…

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.7

Compare Source

Complete changelog
  • #​53933 - [3.34] Strip matrix parameters from request paths during HTTP security polic…

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.2

Compare Source

Complete changelog
  • #​42549 - Remove references to Renarde in https://quarkus.io/guides/security-openid-connect-providers
  • #​50392 - JFR extension not capturing Quarkus application runtime data
  • #​52239 - OpenTelemetry: Context get lost when hitting rest client read timeout
  • #​53115 - Prevent server's OpenTelemetry Context getting lost on client read timeout
  • #​53121 - OpenShift build extension seemingly ignoring configuration properties for image/image name
  • #​53167 - build(deps): bump testcontainers.version from 2.0.3 to 2.0.4
  • #​53191 - OpenShift Internal Registry Container Image Name
  • #​53203 - Refactor jar building to a first-write-wins approach
  • #​53209 - quarkus-artifact.properties generation is brittle
  • #​53215 - Properly set path property for quarkus-artifact.properties
  • #​53222 - VertxHttpHotReplacementSetup: move the httpInitiatedReload flag check
  • #​53261 - Honour the legacy resolver settings in go-offline goals
  • #​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
  • #​53325 - Quarkus 3.33.1: WARN: This Gauge has been already registered
  • #​53331 - Prevent warning about Gauge having already been registered
  • #​53334 - [3.33] Bump Hibernate ORM to 7.2.9.Final, Reactive to 3.2.9.Final
  • #​53338 - Style and grammar review for the OpenID Connect authorization code flow
  • #​53349 - Updates to Infinispan 16.0.9
  • #​53352 - Some minor uberjar improvements and a test for service concatenation
  • #​53366 - [3.33] Upgrade to Vert.x 4.5.26 and Netty 4.1.132.Final
  • #​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
  • #​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
  • #​53435 - Enforce plexus-utils 3.6.1 to fix CVE-2025-67030
  • #​53442 - Do not preinit UUID infrastructure for Vert.x anymore
  • #​53456 - Avoid trying to parse null URI
  • #​53458 - Remove duplicated plexus-utils from bootstrap BOM
  • #​53461 - List commands when you run just
  • #​53462 - Tightening workflow permissions
  • #​53463 - Fix typo in unused gRPC interceptor warnings
  • #​53467 - [3.33] Update to plexus-utils 3.6.1
  • #​53485 - Style and grammar review for the "OpenID Connect (OIDC) and OAuth2 client and filters" guide
  • #​53502 - [3.33] Quarkus REST: fix @Context injection for records
  • #​53505 - [3.34] Quarkus REST: fix @Context injection for records
  • #​53517 - Native build cannot detect Flyway Oracle support for manual Flyway.configure() usage from a dependency JAR, while JVM works
  • #​53520 - [3.33] documentation backports
  • #​53527 - Typo in graphic in dev ui guide
  • #​53528 - Move OracleDatabaseTypeSubstitution to flyway-oracle
  • #​53529 - Fix spelling error in Dev UI Docs screenshot
  • #​53531 - Use <annotationProcessorPathsUseDepMgmt> in new extension projects
  • #​53539 - [3.33] Bump kafka.version from 4.1.1 to 4.2.0
  • #​53543 - Bump wildfly-elytron.version from 2.8.3.Final to 2.8.4.Final
  • #​53548 - Register oracle.jdbc.OracleDriver for reflection
  • #​53573 - Bump Keycloak version to 25.6.7
  • #​53598 - Little asciidoc markup fix for the OIDC authentication guide
  • #​53603 - Fix typo in Grafana dashboard title
  • #​53619 - Review for the OpenID Connect client and token propagation quickstart
  • #​53638 - Fixing two numbered procedures and their includes in OpenID Connect client and token propagation quickstart
  • #​53644 - Multiple GeneratedClassBuildItem produced for coroutine invokers when multiple subclasses inherit suspend JAX-RS endpoints
  • #​53664 - Fix Quarkus REST issue with duplicate coroutine invokers
  • #​53669 - [3.33] Move Kafka to 4.1.2
  • #​53709 - Bump webauthn4j.version from 0.28.0.RELEASE to 0.30.3.RELEASE
  • #​53712 - Make some OIDC authentication failure messages more verbose
  • #​53742 - Uber jar is creating duplicate META-INF/ entries
  • #​53754 - Avoid adding duplicate META-INF/ directories
  • #​53756 - Review for the "Deploying Quarkus applications to OpenShift" guide
  • #​53775 - Json.appendValue() throws IllegalStateException for unrecognized value types (breaks @QuarkusTest with jlama extension on 3.32+)
  • #​53784 - Bump the hibernate group across 1 directory with 9 updates
  • #​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
  • #​53789 - Bump SmallRye Certificate Generator to 0.9.2
  • #​53795 - Fix JvmOption JSON serialization
  • #​53801 - Update RESTEasy Classic to 6.2.16.Final
  • #​53804 - OIDC code flow docs: fix incorrectly named PKCE state secret property
  • #​53849 - RESTEasy Classic: VertxHttpResponse sets Connection: keep-alive on HTTP/2 responses, causing 502 with Envoy
  • #​53893 - Unifing the code sample headers for the OpenShift guide
  • #​53920 - Fix Connection: keep-alive being set on HTTP/2 responses in RESTEasy Classic
  • #​53937 - [3.33] Strip matrix parameters from request paths during HTTP security policy matching
  • #​53988 - Clarify X provider callback URI registration without Renarde-specific paths in the OIDC providers guide
  • #​54012 - quarkus.rest-client.connect-timeout should not be deprecated
  • #​54013 - Undeprecate REST Client connect timeout config
  • #​54193 - [3.33] Pin actions to specific shas, and avoid using external actions when we can

v3.33.1.1

Compare Source

Complete changelog

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

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: Disabled by config. Please merge this manually once you are satisfied.

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 added area/dependencies Dependency updates update/minor Minor version dependency update labels Jun 2, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch 2 times, most recently from 1db3c40 to 004ea40 Compare June 3, 2026 10:05
@renovate renovate Bot changed the title Update quarkus.platform.version to v3.36.0 Update quarkus.platform.version Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from 004ea40 to d5150e7 Compare June 3, 2026 15:44
@renovate renovate Bot changed the title Update quarkus.platform.version Update quarkus.platform.version to v3.36.1 Jun 3, 2026
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch 2 times, most recently from a6ee92b to f0341aa Compare June 3, 2026 19:43
@renovate renovate Bot force-pushed the renovate/quarkus.platform.version branch from f0341aa to 0951b33 Compare June 3, 2026 20:29
@renovate
Copy link
Copy Markdown
Contributor Author

renovate Bot commented Jun 3, 2026

Renovate Ignore Notification

Because you closed this PR without merging, Renovate will ignore this update (3.36.1). You will get a PR once a newer version is released. To ignore this dependency forever, add it to the ignoreDeps array of your Renovate config.

If you accidentally closed this PR, or if you changed your mind: rename this PR to get a fresh replacement PR.

@renovate renovate Bot deleted the renovate/quarkus.platform.version branch June 3, 2026 21:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Dependency updates update/minor Minor version dependency update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant