Skip to content

fix(deps): update quarkus packages (minor) #13666

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Apr 7, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
io.quarkus:quarkus-bom 3.15.5 -> 3.23.0 age adoption passing confidence
io.quarkus 3.15.5 -> 3.22.3 age adoption passing confidence

Release Notes

quarkusio/quarkus (io.quarkus:quarkus-bom)

v3.23.0

Compare Source

v3.22.3

Compare Source

Complete changelog
  • #​37765 - Resteasy Reactive: Add support for sending multipart List in client API (supported in Server API)
  • #​47081 - Accessing ConfigProvider from a custom JUnit condition results in ServiceConfigurationError
  • #​47365 - Leave the TCCL how we found it after test discovery
  • #​47430 - Quarkus fails to start up with composite Gradle build when using Kotlin (Java works correctly)
  • #​47473 - Quarkus (REST) behaves differently when having a parent POM
  • #​47498 - Native executable cannot be built with signed Jars containing beans
  • #​47534 - Extract common code from AbstractJvmQuarkusTestExtension and QuarkusMainTestExtension to AppMakerHelper
  • #​47535 - Use a common name for a test classes index file instead of a one based on a test class name
  • #​47657 - Using nested JUnit test classes with QuarkusTest breaks non-Quarkus tests
  • #​47670 - [SmallRye Messaging] - Backpressure support via @OnOverflow broken after upgrading to Quarkus 3.22.x
  • #​47671 - Test classes with @Nested classes fail in dev-mode
  • #​47684 - Agroal - Database connection pool - Database view: Select command denied
  • #​47689 - Reflection-free serializer is generated also for pojos annotated with @JsonValue
  • #​47716 - Clarify documentation for usage of TLS registry in Quarkus clients
  • #​47719 - Fix reflection-free json serialization with @JsonValue
  • #​47724 - Bump wildfly-elytron.version from 2.6.3.Final to 2.6.4.Final
  • #​47728 - Fix Kotlin compilation
  • #​47729 - Cache DevUI give datatable more height
  • #​47730 - Fix included Kotlin build in quarkusDev
  • #​47731 - Fix possible NPE on 404 on startup
  • #​47736 - Fix reflection-free for @JsonValue annotated classes
  • #​47738 - Multiple scheduled methods overrides they configuration
  • #​47743 - Quarkus devservices oracledb with flyway
  • #​47744 - IllegalAccessError with REST Resources outside of the application module
  • #​47746 - Honor application class predicate in QuarkusInvokerFactory
  • #​47748 - Scheduler: register static Scheduled methods correctly
  • #​47750 - Fail early if the access token is not returned from GitHub
  • #​47751 - SmallRye JWT devmode optimization is impacting users and should be disabled by default
  • #​47752 - Add a note about client secret to GitHub provider docs
  • #​47753 - Copy init-script-path files to Oracle DevService volume
  • #​47757 - Unsign all dependency JARs during build
  • #​47758 - Disable analytics for the remote-dev tests
  • #​47766 - Document known Flyway issues and configuration examples
  • #​47767 - Close the base classloader on a re-start of an app on the remote side in remote-dev mode
  • #​47772 - Unsupported openshift options
  • #​47776 - Take use using-prefix into account in Openshift manifest generation
  • #​47777 - Add quarkus-vertx-http-deployment to documentation on testing of Dev UI in extensions
  • #​47779 - OpenAPI Filters ensure consistent ordering
  • #​47780 - Use a stack to store the TCCL
  • #​47783 - quarkus-maven-plugin:create fails with missing codestart even for minimal project (no extensions)
  • #​47786 - Add support for disabling automatic key generation in JWT extension via new properties
  • #​47787 - DevUI DatabaseView improve JDBC host resolution
  • #​47789 - Gradle copying artifacts for native build failed with Permission denied
  • #​47794 - Quarkus 3.22 - Gradle Unit Tests do not run in multi module setup when not all modules have a test
  • #​47795 - Better handle registry referencing non-existing codestarts
  • #​47797 - quarkus-maven-plugin throws error when using an additional custom resource directory
  • #​47803 - Ignore false reflection hierarchy warning for Kotlin serialization
  • #​47804 - Qute: document type-safe fragment records
  • #​47806 - Gradle - Delete files before copy if read only
  • #​47808 - Add test check for log messages about not being able to load class orderer
  • #​47809 - Qute: fix type-safe fragments defined as top-level records
  • #​47810 - Fix case in which normal tests would trash the TCCL and cause NPEs
  • #​47812 - Correctly identify nested QuarkusTests in continuous testing
  • #​47814 - Bump hibernate-orm.version from 6.6.13.Final to 6.6.14.Final
  • #​47815 - Bump narayana.version from 7.2.1.Final to 7.2.2.Final
  • #​47816 - Bump io.micrometer:micrometer-bom from 1.14.6 to 1.14.7
  • #​47818 - Dev UI Agroal: Fix Mysql and count
  • #​47820 - Polish client multipart handling
  • #​47822 - Remove uses of static bytecode-adjusted logger in FacadeClassLoader
  • #​47823 - Properly support List<File> (and friends) for REST Client multipart upload
  • #​47824 - Jandex: upgrade to 3.3.1
  • #​47825 - Fix custom Maven project resource path resolution
  • #​47828 - Messaging Context propagation Decorator Fix
  • #​47829 - Make sure we have a test compilation unit before going further

v3.22.2

Compare Source

Complete changelog
  • #​47312 - Issue with large json objects returned as RestMediaType.APPLICATION_NDJSON
  • #​47545 - Beanparam without fields is not supported
  • #​47592 - Improve error message when @BeanParam class has no fields
  • #​47606 - Only display the extension status note if attribute is defined
  • #​47620 - Fix for large chunks of data in RestMediaType.APPLICATION_NDJSON
  • #​47621 - Fully disable max-parallel to see if it causes Spring native issue
  • #​47629 - Quarkus-quartz missing Class in native classpath
  • #​47630 - OIDC JWT bearer token with empty file crashes the app
  • #​47633 - ArC: optimize the generated dependency graphs for the Dev UI
  • #​47640 - Dev UI works weird in 3.22.1
  • #​47642 - Fix missing register for reflection : NonconcurrentInvokerJob
  • #​47645 - Dev UI: Fix endpoint links
  • #​47651 - More informative/encouraging grpc warning about legacy compatibility
  • #​47652 - Error generating serializers for reflection-free-serializers
  • #​47662 - Fix Jackson serializers generation for Kotlin data classes
  • #​47666 - StringIndexOutOfBoundsException in StaticResourcesProcessor with META-INF/resources-only JARs
  • #​47667 - Fix OOB in StaticResourcesProcessor for META-INF/resources-only JARs
  • #​47668 - Handle empty bearer token file in ClientAssertionProvider
  • #​47673 - use relative paths in workspace dev ui
  • #​47679 - Health endpoints add display names
  • #​47680 - Health OpenAPI ensure repeatable builds
  • #​47682 - Dev UI: Shortern the save message in the workspace
  • #​47700 - Health OpenAPI add missing Tag description
  • #​47701 - Unexpected java.util.regex.PatternSyntaxException: Illegal/unsupported escape sequence when use jwt keys
  • #​47713 - Strip the classpath scheme from SmallrRye JWT native resources
  • #​47714 - Add a note how to workaround Keycloak Dev Service startup issues on Mac

v3.22.1

Compare Source

Complete changelog
  • #​41453 - hibernate-vector integration (through version management OR extension)
  • #​46324 - All Drivers except com.mysql.cj.jdbc.Driver get unregistered between integration tests groups on quarkus 3.18+
  • #​47346 - Catch Docker check exceptions in lightweight OIDC devservice
  • #​47396 - CI failure in OIDC wiremock logout on Windows
  • #​47478 - VerifyError when using Float in Model deserialized by Jackson
  • #​47482 - Improve diagnostic output for null system properties
  • #​47492 - Try and give more helpful error message for bad surefire version
  • #​47493 - Docs updates for test classloading
  • #​47497 - Qute: fix build time validation and generated value resolver for getters
  • #​47506 - Fix syntax highlighting in Reloading certificates of tls-registry-reference guide
  • #​47508 - Always consider @RegisterRestClient interface as REST Clients
  • #​47509 - Native application execution failure with @Retry on the class and private methods
  • #​47517 - Add org.hibernate.orm:hibernate-vector to application bom
  • #​47520 - SmallRye Fault Tolerance: skip private methods
  • #​47522 - Restore previous behavior of QuarkusTransaction#isActive()
  • #​47532 - Update dev services docs to not use deprecated guard
  • #​47550 - Fully disable Dev Services in oidc-wiremock-providers
  • #​47552 - Restore loading of all JDBC drivers on datasource creation
  • #​47553 - Reflection-free deserializers - Better handle basic types
  • #​47563 - Make protected constructors callable again for resteasy reactive
  • #​47568 - Validating an Access Token with OIDC gives NPE when running in prod mode for the default tenant only
  • #​47569 - Avoid NPE in TenantIdentityProvider
  • #​47571 - Reflection-free serializers generated but not used by Jackson
  • #​47574 - Quarkus WebSockets Next Intercepting HTTP GET Requests when using the @WebSocket annotation
  • #​47575 - OIDC refactoring: use accessors instead of deprecated fields marked for removal
  • #​47583 - WebSockets Next: make sure non-websocket connections are ignored
  • #​47586 - mvnw - Fix sha256 check on macOS
  • #​47587 - Add a proper deprecation comment to GlobalDevServicesConfig.Enabled
  • #​47594 - Allow to register generated Jackson serializers at any moment during quarkus strartup

v3.22.0

Compare Source

Major changes
  • #​47435 - Make Stork optional for REST Client
Complete changelog
  • #​47003 - Instance does not find implementations having a @Context annotated field
  • #​47315 - Default constructors of OIDC config builders should set correct default values
  • #​47337 - Stork related classes initialized in Quarkus 3.20 with rest client
  • #​47411 - Fix test class location search for bytecode enhanced test classes
  • #​47419 - Since 3.22.0CR1 fails ConfigProvider.getConfig() in the JUnit test (called from @MethodSource)
  • #​47421 - Also register superclasses as bean types in ResteasyReactiveProcessor
  • #​47426 - Only reset the test TCCL in cases where we had changed it
  • #​47435 - Make Stork optional for REST Client
  • #​47436 - Clarified the usage of the @LoggerName with @Inject on loggers
  • #​47438 - Speed up reload test and update lgtm image
  • #​47439 - Fix an issue with StatelessSession qualifiers
  • #​47446 - NPE in mvn quarkus:build (BuildMojo.doExecute)
  • #​47451 - Set correct default values in constructors of OIDC config builders
  • #​47454 - Add logger name to OTel Logging
  • #​47472 - Avoid setting null system properties in Mojos
  • #​47474 - Trivial: Do not wrap runtime exception
  • #​47486 - Disable LgtmReloadTest

v3.21.4

Compare Source

Complete changelog
  • #​46702 - KeyCloak: Values not appearing in DevUI DevServices
  • #​46792 - Unable to build Quarkus on "non developer" machine with just JDK installed
  • #​46898 - Always use the FQN Rest Client configuration when initializing the Proxy DevService
  • #​47124 - Bump smallrye-open-api.version from 4.0.8 to 4.0.9
  • #​47313 - maven-flatten-plugin is incompatible with generate-code-tests mojo from quarkus-maven-plugin
  • #​47350 - Attempt to create HttpSecurityPolicy with duplicated names should lead to warning or error
  • #​47377 - Make sure Quarkus can bootstrap tests with the flatten-maven-plugin
  • #​47384 - Performance regression while resolving path
  • #​47393 - Use ModelResolutionTaskRunner in WorkspaceLoader
  • #​47395 - Optimise path decoding in RoutingUtils
  • #​47399 - Show how to revoke OIDC tokens from security event listeners
  • #​47403 - Add missing dependency to quarkus-devservices-keycloak
  • #​47404 - Dev UI - Only display exposed ports
  • #​47407 - Update Maveniverse Nisse to 0.4.2
  • #​47418 - Dev mode doesn't reflect removed extension with Quarkus main
  • #​47422 - Smallrye fault tolerance retry policy goes in StackOverflowError
  • #​47432 - Bump smallrye-open-api.version from 4.0.9 to 4.0.10
  • #​47448 - Fail build when multiple HttpSecurityPolicies with same name are detected
  • #​47464 - Bump picocli.version from 4.7.6 to 4.7.7
  • #​47468 - Reload POMs that have changed during dev mode
  • #​47496 - SmallRye Fault Tolerance: update to 6.9.1

v3.21.3

Compare Source

Complete changelog
  • #​46235 - Native images fail to build on aarch64 mac with latest GraalVM master
  • #​46563 - Resource path is missing a trailing slash when loading resources with RunnerClassLoader
  • #​46718 - Quarkus fails to resolve quarkus.application.version in dev mode
  • #​46731 - native-image: Graal's ForeignAPISupport is amd64 only
  • #​46912 - Quarkus 3.19.x - issue with quarkusIntTest executable - reading application.property fails
  • #​46917 - Hibernate Reactive eager fetching the wrong record for ManyToOne
  • #​46988 - Native image build fails on Mac M2 with GraalVM 24
  • #​46998 - MongoDB-Liquibase does not pick up children ChangeLogs in native mode when using includeAll
  • #​47054 - Bump io.smallrye.common:smallrye-common-bom from 2.10.0 to 2.11.0
  • #​47102 - Keycloak Dev service does not start with OIDC client with 3.20 and 3.21
  • #​47107 - Ambiguous Bean Resolution in ResteasyReactiveCommonRecorder
  • #​47148 - @Dependent is required for CDI @Decorator to be enabled
  • #​47176 - Propagate build properties in the IDE DevModeContext
  • #​47189 - Quarkus generate-code-tests Phase Fails with JGitVer in Multimodule Project
  • #​47197 - Fix ambiguous bean resolution for sub resource interfaces with multiple implementations
  • #​47235 - Logs full of "Unable to send auto-ping for WebSocket connection. WebSocket is closed"
  • #​47244 - Arc - consider @Decorator to be bean defining annotation; added automated test
  • #​47246 - Add Deployment module of Quarkus Observability Devservices to the bom
  • #​47251 - Bump Hibernate Reactive from 2.4.5.Final to 2.4.6.Final
  • #​47257 - Fix a typo in the config mapping @WithParentName documentation section
  • #​47261 - Bump com.google.guava:guava from 33.4.6-jre to 33.4.7-jre
  • #​47265 - Example from "quarkus-runtime-base-image" docs doesn't build
  • #​47268 - Fix typo in opentelemetry.adoc
  • #​47271 - WebSockets Next: fix the server autoPing timer
  • #​47275 - @Nested of Junit5 not working with @QuarkusComponentTest: Bean CDI is removed in compilation time
  • #​47277 - quarkus-vertx-http-dev-ui-resources jar dependency is corrupted
  • #​47280 - OidcDevServicesProcessor improve log message content
  • #​47281 - QuarkusComponentTest: fix the cleanup for nested test classes
  • #​47283 - Jandex: reindex if the index is too new
  • #​47284 - OidcDevServicesProcessor should not append @example.com if username already contains email
  • #​47286 - Quarkus 3.21.2 Hibernate Enhancements fail for value classes
  • #​47296 - Do not append email suffix if already present in oidc dev service
  • #​47297 - Bump org.mvnpm.at.mvnpm:qomponent from 1.0.3 to 1.0.4
  • #​47304 - Dev UI Database view should display uuid values
  • #​47305 - Disable checks related to unsupported bytecode enhancement in Hibernate ORM
  • #​47306 - Define the main class in shaded jar quarkus-grpc-protoc-plugin
  • #​47311 - Database View only shows data from the first table
  • #​47318 - Improve log messages in OIDC Dev Service
  • #​47322 - Bump org.junit:junit-bom from 5.12.1 to 5.12.2 in /devtools/gradle
  • #​47329 - Bump org.apache.commons:commons-text from 1.13.0 to 1.13.1
  • #​47330 - Bump org.junit:junit-bom from 5.12.1 to 5.12.2
  • #​47334 - Dev UI Agroal fixes
  • #​47340 - Increase Keycloak container memory limit by 500MB
  • #​47342 - Bump all SmallRye projects that have a new Jandex index
  • #​47345 - Fix memory issues in SecurityIdentityAugmentor docs example
  • #​47348 - Avoid NPE in ResetMockitoMocksAfterAllCallback
  • #​47351 - Pass system properties to Gradle test tasks
  • #​47360 - Bump com.google.guava:guava from 33.4.7-jre to 33.4.8-jre
  • #​47362 - Bump io.micrometer:micrometer-bom from 1.14.5 to 1.14.6
  • #​47366 - Optional<> @HeaderParam REST Client arguments
  • #​47368 - Properly support Optional as a header param for REST Client
  • #​47369 - http root-path in tests is not getting prefixed with slash
  • #​47373 - Fix @TestHTTPResource when quarkus.http.root-path doesn't start with "/"
  • #​47375 - Fix loading POMs manipulated by Maven extensions
  • #​47378 - RunnerClassLoader - Return URL with an ending / if resource ending with /
  • #​47380 - Be more restrictive about which system properties we pass to test tasks
  • #​47382 - Remove unnecessary file from Dockerfile example

v3.21.2

Compare Source

Complete changelog
  • #​41658 - graceful shutdown NPE when using kafka consumer with stork
  • #​42479 - Hibernate ORM enhanced field access sometimes (randomly?) returning null
  • #​46402 - JPA Entities with fields from super classes fail to enhance from 3.17 onward
  • #​46871 - Upgrade to JUnit 5.12.1
  • #​46925 - Bump org.eclipse.jgit:org.eclipse.jgit from 7.1.0.202411261347-r to 7.2.0.202503040940-r
  • #​46934 - Read possible Content-Type header updates when parsing Multipart
  • #​47033 - Native compilation failure using some extensions and bean validation
  • #​47044 - Make sure default platforms recommended by registries have higher preferences than those referenced from downstream platforms
  • #​47048 - Bump io.smallrye.config:smallrye-config-source-yaml from 3.12.3 to 3.12.4 in /devtools/gradle
  • #​47067 - Bump agroal.version from 2.5 to 2.6
  • #​47077 - Stork with static service discovery replaces https with http in REST client calls
  • #​47089 - Bump hibernate-orm.version from 6.6.11.Final to 6.6.12.Final
  • #​47092 - Qute: str:builder appends string multiple times
  • #​47100 - Qute: fix nested literal separator in a virtual method parameter
  • #​47101 - liquibase support setting of liquibase.secureParsing in application.properties
  • #​47104 - Ensure that exceptions that happen extremely early in CLI boot are logged
  • #​47106 - Subresource Locator Route Registration Failure
  • #​47119 - Misleading error log message when failing to bind to a port
  • #​47120 - Allow sub resource classes to have type parameters again
  • #​47129 - Improve handling of QuarkusBindException
  • #​47131 - Upgrade Stork to 2.7.2
  • #​47132 - Qute: New line in expression with tab indentation
  • #​47134 - Protobuf kotlin generation configuration produces Unrecognized configuration key
  • #​47136 - Qute: section parameters are now separated by one or more whitespaces
  • #​47137 - Move JGit dependency to quarkus-build-parent
  • #​47139 - Prevent false positive on quarkus.generate-code.grpc.kotlin.generate
  • #​47140 - Fix centralised logging on OTel docs
  • #​47142 - Bump jacoco.version from 0.8.12 to 0.8.13
  • #​47152 - Ignore GraalVM features in HibernateValidatorProcessor
  • #​47153 - Problem with container image build with podman extension
  • #​47154 - Mongo: restrict the reactive transport configuration to the actual reactive cases
  • #​47155 - Add podman to gradle task for checking available image builders
  • #​47159 - 3.21.1: something broke, possibly related to mockito
  • #​47160 - Bump org.jboss.marshalling:jboss-marshalling from 2.2.2.Final to 2.2.3.Final
  • #​47170 - Make TlsConfiguration#getName a default method
  • #​47178 - Stork config leaks between instances in a continuous testing run
  • #​47179 - Since Quarkus 3.19 quarkus-junit5-mockito doesn't clean up mocks properly when used in combination with @TestInstance(TestInstance.Lifecycle.PER_CLASS)
  • #​47181 - Properly reset mocks
  • #​47186 - Add quarkus.liquibase.secure-parsing to allow disabling secure parsing
  • #​47196 - Clear the Stork configs during initialization
  • #​47202 - Postpone Stork shutdown
  • #​47203 - Update Vert.x to 4.5.14 and Netty to 4.1.119
  • #​47205 - OpenTelemetry metrics export via gRPC stops with "Exporter busy. Dropping metrics." messages in logs
  • #​47209 - Update to Stork 2.7.3
  • #​47213 - Jandex: upgrade to 3.3.0
  • #​47214 - Properly rest mocks (again)
  • #​47218 - Bump wildfly-elytron.version from 2.6.2.Final to 2.6.3.Final
  • #​47219 - Bump hibernate-orm.version from 6.6.12.Final to 6.6.13.Final
  • #​47223 - Bump org.hibernate:quarkus-local-cache from 0.3.0 to 0.3.1
  • #​47239 - Use same Docker prune location everywhere
  • #​47242 - Log rotation seems impossible to disable
  • #​47243 - Add a bit more context when we can't read Jandex index
  • #​47245 - Set request timeout on OTel gRPC sender
  • #​47248 - Allow to disable log rotation

v3.21.1

Compare Source

Major changes
  • #​46961 - Add support for TLS config reload in REST Client
Complete changelog
  • #​23990 - Resources path params not not included when a Sub-Resource is filtered by @ServerRequestFilter
  • #​36343 - REST Client with generic subresource fails with InvalidRestClientDefinitionException
  • #​40831 - RestEasy reactive: Cannot use method with same name but different parameters
  • #​43105 - Hibernate ORM - JSON mapper should be made unremovable
  • #​46623 - Bump elasticsearch-opensource-components.version from 8.17.2 to 8.17.3
  • #​46628 - swagger ui does not show schema examples after migration to quarkus 3.19
  • #​46636 - SmallRye Fault Tolerance: add support for OpenTelemetry Metrics
  • #​46652 - UnsupportedOperationException in TlsConfigUtils when setting ALPN false
  • #​46669 - config-tracking output file is always "prod" file despite the chosen profile
  • #​46726 - quarkus.config-tracking.file-suffix does not work as expected
  • #​46858 - Problems with bom-platform for v. 3.19.3 for jUnit
  • #​46870 - Use Config profiles in the config-tracking output file
  • #​46872 - Fixed recordedBuildConfigFile absolute path resolution
  • #​46881 - Bump wildfly-elytron.version from 2.6.1.Final to 2.6.2.Final
  • #​46883 - Bump hibernate-search.version from 7.2.2.Final to 7.2.3.Final
  • #​46893 - Graphql federation @Resolver and @Blocking do not work
  • #​46896 - Bump Quarkiverse parent version to 19
  • #​46897 - Add doc about default http header methods
  • #​46900 - Resolved the UnsupportedOperationException in TlsConfigUtils when setting ALPN false
  • #​46901 - Bump smallrye-graphql.version from 2.12.1 to 2.12.2
  • #​46906 - Bump com.google.guava:guava from 33.4.0-jre to 33.4.5-jre
  • #​46910 - Expand note about dependency needed for Kotlin and gRPC
  • #​46918 - Return locators path parameters in UriInfo
  • #​46930 - SmallRye GraphQL - Allow execution model annotations on @Resolver methods
  • #​46931 - Downgrading mockito.version to 5.12.0 as it is compatible with junit.jupiter.version 5.10.5
  • #​46940 - Make ObjectMapper/JsonbProducer unremovable if json mapper is required by ORM
  • #​46943 - Add clarifying sentence to maturity matrix guide
  • #​46944 - Add some additional doc to HeaderConfig#methods()
  • #​46956 - OpenAPI: disable example merging by default (Swagger UI regression)
  • #​46957 - Fix native security extension build failure over missing BouncyCastle class
  • #​46961 - Add support for TLS config reload in REST Client
  • #​46963 - Document that the Hibernate Reactive extension doesn't support database-based multitenancy or schema-based multitenancy
  • #​46966 - Correctly handle trust managers when no trust manager matching the SNI name can be found
  • #​46967 - DevUI Database view does not work with inactive data sources
  • #​46968 - [Mandrel/GraalVM for JDK 25+14] kafka-sasl native integration test fails with MissingResourceException
  • #​46970 - Fix container binary strategy returning with non-zero exit code
  • #​46972 - OIDC -Azure refresh token doesnt have expiration date
  • #​46979 - Dev UI Agroal: Make sure to handle disabled datasources
  • #​46980 - Qute template validation error when using template records with fragments
  • #​46981 - Remove erroneously left over request context call in test
  • #​46984 - Fix text on gradle tooling doc
  • #​46985 - Qute: ignore type-safe fragments for param declarations
  • #​46989 - Websocket next - default serialization does not work on native
  • #​46991 - Fix the OIDC opaque token check
  • #​46995 - Corrects Infinispan documentation
  • #​47000 - add missing @UnwrapException in quarkus-rest doc example
  • #​47001 - Fix constructor search for Qute template records
  • #​47007 - [3.21] Change in smallrye-config causes application to not start
  • #​47010 - Quarkus CLI issues WARNINGs for unrecognized .env values in dev mode
  • #​47015 - Register classes for reflection in amazon lambda and funqy
  • #​47018 - Bump elasticsearch-opensource-components.version from 8.17.3 to 8.17.4
  • #​47019 - Bump com.google.guava:guava from 33.4.5-jre to 33.4.6-jre
  • #​47021 - Grpc Client in Tests fail when Running on Linux with Netty Native Transports
  • #​47025 - Only set eventLoopGroup on GRPC if native transports not enabled
  • #​47027 - Register text message types for reflection
  • #​47029 - Update rest-client.adoc line 183
  • #​47031 - OpenTelemetry: disabling tracing while keeping metrics enabled leads to UnsatisfiedResolutionException
  • #​47032 - quarkus-tls-registry 'javax.net.ssl' causes "java.lang.IllegalStateException: No CN or OU in O=xxx,C=xxx" and crashs quarkus application starts
  • #​47041 - Keep a reference on the parent/original context to allow accessing it from Rest Client interceptors
  • #​47042 - Update SmallRye Config to 3.12.4
  • #​47043 - Register resource bundle sun.security.util.resources.security for kafka in native mode
  • #​47047 - Support type variables on sub resource interfaces for the rest client
  • #​47049 - quarkus-tls-registry 'javax.net.ssl' causes "java.lang.IllegalStateException: No CN or OU in O=xxx,C=xxx" and crashs quarkus application starts
  • #​47053 - Bump org.mariadb.jdbc:mariadb-java-client from 3.5.2 to 3.5.3
  • #​47057 - Make OTel resource attributes signal independent
  • #​47062 - Constructor injection of io.opentelemetry.api.metrics.Meter in a @GrpcService-annotated class makes tests fail
  • #​47065 - Fix ClassCastException when ResourceMethod with same method name exist
  • #​47076 - Ensure gRPC server starts after Otel is configured (if applicable)
  • #​47097 - Prevent config diagnostic warnings from quarkus CLI itself
  • #​47098 - Rabbitmq connector can't be used with TLS registry
  • #​47099 - Adds RabbitmqClientConfigCustomizer as unremovable bean
  • #​47103 - Adding buildpack config options to container image docs

v3.21.0

Compare Source

Complete changelog
  • #​37145 - @JsonView annotation ignored for sub-resources
  • #​44922 - Multipart upload in subresource fails in quarkus-rest.
  • #​46085 - Basic application manifesting tests
  • #​46721 - Decorator for default methods of decorated types not being called
  • #​46751 - Wrong JsonView is used for writing response entity
  • #​46767 - Update nisse extension to 0.4.1
  • #​46771 - ArC: validate bean types added to a synthetic bean
  • #​46788 - ArC: fix decorated interface defaults methods not overriden by a bean
  • #​46794 - ArC: add validation of synthetic bean types
  • #​46805 - Simplify our CI setup by moving cache population and using Magic Cache
  • #​46807 - Support distinct jsonviews for serialization and deserialization
  • #​46812 - Explain how to revert to default DNS client in the mongodb extension to resolve mongo+srv:// urls
  • #​46814 - Make ClientRequestFilter run on the same Vert.x context as other handlers
  • #​46837 - Only consider consumes and produces of the specific subresource
  • #​46840 - Detect json features of subresources as well
  • #​46851 - Native compilation with liquibase + liquibase-mongo fails
  • #​46853 - Bump org.mockito:mockito-bom from 5.16.0 to 5.16.1
  • #​46854 - Bump com.google.cloud.tools:jib-core from 0.27.2 to 0.27.3
  • #​46857 - Move Liquibase substitutions into common module

v3.20.1

Compare Source

Major changes
  • #​46961 - Add support for TLS config reload in REST Client
Complete changelog
  • #​40831 - RestEasy reactive: Cannot use method with same name but different parameters
  • #​41453 - hibernate-vector integration (through version management OR extension)
  • #​41658 - graceful shutdown NPE when using kafka consumer with stork
  • #​43105 - Hibernate ORM - JSON mapper should be made unremovable
  • #​45986 - Docs: Create procedure for Deploying Quarkus applications compiled to native executables based
  • #​46279 - Private key in PKCS#1 PEM format not working with gRPC in native image
  • #​46324 - All Drivers except com.mysql.cj.jdbc.Driver get unregistered between integration tests groups on quarkus 3.18+
  • #​46549 - Bump wildfly-elytron.version from 2.6.0.Final to 2.6.1.Final
  • #​46563 - Resource path is missing a trailing slash when loading resources with RunnerClassLoader
  • #​46628 - swagger ui does not show schema examples after migration to quarkus 3.19
  • #​46652 - UnsupportedOperationException in TlsConfigUtils when setting ALPN false
  • #​46702 - KeyCloak: Values not appearing in DevUI DevServices
  • #​46718 - Quarkus fails to resolve quarkus.application.version in dev mode
  • #​46854 - Bump com.google.cloud.tools:jib-core from 0.27.2 to 0.27.3
  • #​46881 - Bump wildfly-elytron.version from 2.6.1.Final to 2.6.2.Final
  • #​46887 - Fix case of Deploying to OpenShift S2I howto
  • #​46893 - Graphql federation @Resolver and @Blocking do not work
  • #​46896 - Bump Quarkiverse parent version to 19
  • #​46897 - Add doc about default http header methods
  • #​46900 - Resolved the UnsupportedOperationException in TlsConfigUtils when setting ALPN false
  • #​46901 - Bump smallrye-graphql.version from 2.12.1 to 2.12.2
  • #​46917 - Hibernate Reactive eager fetching the wrong record for ManyToOne
  • #​46925 - Bump org.eclipse.jgit:org.eclipse.jgit from 7.1.0.202411261347-r to 7.2.0.202503040940-r
  • #​46930 - SmallRye GraphQL - Allow execution model annotations on @Resolver methods

Configuration

📅 Schedule: 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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from a team as a code owner April 7, 2025 13:07
@trask
Copy link
Member

trask commented Apr 7, 2025

See #12510 for prior attempts to update the quarkus version

@renovate renovate bot force-pushed the renovate/quarkus-packages branch from 2b52f79 to 5dda92b Compare April 9, 2025 11:00
@renovate renovate bot changed the title fix(deps): update quarkus packages to v3.21.1 (minor) fix(deps): update quarkus packages (minor) Apr 9, 2025
@trask
Copy link
Member

trask commented Apr 9, 2025

cc @aloubyansky @brunobat in case you have any other ideas what we could be doing wrong here to not be able to upgrade...

@renovate renovate bot force-pushed the renovate/quarkus-packages branch from 5dda92b to 40785d0 Compare April 9, 2025 14:08
@renovate renovate bot changed the title fix(deps): update quarkus packages (minor) fix(deps): update quarkus packages to v3.21.2 (minor) Apr 9, 2025
@renovate renovate bot force-pushed the renovate/quarkus-packages branch from 40785d0 to 237b904 Compare April 16, 2025 11:15
@renovate renovate bot changed the title fix(deps): update quarkus packages to v3.21.2 (minor) fix(deps): update quarkus packages to v3.21.3 (minor) Apr 16, 2025
@brunobat
Copy link

Back from holidays. Will take a look soon.

@renovate renovate bot force-pushed the renovate/quarkus-packages branch from 237b904 to 78381d3 Compare April 23, 2025 18:51
@renovate renovate bot changed the title fix(deps): update quarkus packages to v3.21.3 (minor) fix(deps): update quarkus packages to v3.22.0 (minor) Apr 23, 2025
@renovate renovate bot force-pushed the renovate/quarkus-packages branch from 78381d3 to 2d582c8 Compare April 30, 2025 09:38
@renovate renovate bot changed the title fix(deps): update quarkus packages to v3.22.0 (minor) fix(deps): update quarkus packages (minor) Apr 30, 2025
@renovate renovate bot force-pushed the renovate/quarkus-packages branch from 2d582c8 to 6824cf5 Compare April 30, 2025 15:46
@renovate renovate bot changed the title fix(deps): update quarkus packages (minor) fix(deps): update quarkus packages to v3.22.1 (minor) Apr 30, 2025
@renovate renovate bot force-pushed the renovate/quarkus-packages branch from 6824cf5 to 20bc943 Compare May 7, 2025 12:18
@renovate renovate bot changed the title fix(deps): update quarkus packages to v3.22.1 (minor) fix(deps): update quarkus packages (minor) May 7, 2025
@renovate renovate bot force-pushed the renovate/quarkus-packages branch from 20bc943 to dc24f23 Compare May 8, 2025 15:09
@renovate renovate bot changed the title fix(deps): update quarkus packages (minor) fix(deps): update quarkus packages to v3.22.2 (minor) May 8, 2025
@renovate renovate bot force-pushed the renovate/quarkus-packages branch 2 times, most recently from e9b471b to a625f3a Compare May 14, 2025 11:40
@renovate renovate bot changed the title fix(deps): update quarkus packages to v3.22.2 (minor) fix(deps): update quarkus packages (minor) May 14, 2025
@renovate renovate bot force-pushed the renovate/quarkus-packages branch from a625f3a to 33dc44f Compare May 14, 2025 15:02
@renovate renovate bot changed the title fix(deps): update quarkus packages (minor) fix(deps): update quarkus packages to v3.22.3 (minor) May 14, 2025
@renovate renovate bot force-pushed the renovate/quarkus-packages branch from 33dc44f to 92730a0 Compare May 22, 2025 14:03
@renovate renovate bot changed the title fix(deps): update quarkus packages to v3.22.3 (minor) fix(deps): update quarkus packages (minor) May 22, 2025
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.

2 participants