Skip to content

Update Quarkus to v3.32.2 (minor)#297

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/quarkus
Open

Update Quarkus to v3.32.2 (minor)#297
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/quarkus

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Apr 23, 2024

ℹ️ 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.9.53.32.2 age confidence
io.quarkus:quarkus-universe-bom 3.9.53.32.2 age confidence

Release Notes

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

v3.32.2

Compare Source

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 - OIDC token propagation: don't use the default random generator during the build time as it relies on a service provider
  • #​52314 - Failsafe @​{argLine} not working in 3.31.1 with new quarkus packageing.
  • #​52315 - GrpcCodeGen fails with Quarkus 3.31 on Java 22 + 23
  • #​52355 - Tests using TestHandler (IsolatedTestsModeMain) should also be run with the expected add-opens directive
  • #​52356 - Apply JVM options via JvmModulesReconfigurer also to tests executed via IsolatedTestModeMain
  • #​52357 - Make sure --sun-misc-unsafe-memory-access is not set on Java 23 and earlier
  • #​52370 - Escape the whole -D option for quarkus-internal-test.serialized-app-model.path
  • #​52372 - Decrease log level for NativeImageAgentMojo
  • #​52377 - Move build-time-initialization from beforeAnalysis to duringSetup
  • #​52382 - Bring back stdout+stderr output from int-test
  • #​52383 - build(deps): bump io.fabric8:maven-model-helper from 37 to 40
  • #​52384 - Inexistent Image in Dockerfile when Generating App with Java 25
  • #​52386 - quarkus.tls.protocols=TLSv1.3 in Quarkus 3.31.1 + Java 25
  • #​52395 - Update images in catalog and use runtime images
  • #​52402 - Update documentation for base images in Container Images extensions
  • #​52403 - Really bring back stdout+stderr output from int-test
  • #​52405 - Fix Module detection when running in a subfolder of a maven project
  • #​52407 - Fix documentation for switch to TLS v1.3 only by default
  • #​52418 - Native: Enable Netty JCTools' MpscUnboundedArrayQueue
  • #​52428 - Fix doc examples on some QuarkusTransaction methods
  • #​52445 - Set the upper limit to Java 25 in the Gradle plugin project
  • #​52447 - Scheduler: register non-bean skip predicates for reflection
  • #​52457 - build(deps): bump jakarta.xml.bind:jakarta.xml.bind-api from 4.0.4 to 4.0.5
  • #​52469 - Starting from Main method fails on dependency to Kotlin Module without Java code
  • #​52477 - Kotlin Serialization extension raises NPE when Context.getAllAnotations() returns null
  • #​52478 - NPE in Redis mapping response to OptimisticLockingTransactionResult
  • #​52482 - Redis Client: fix NPE in optimistic locking transactions
  • #​52485 - Add BuildToolHelper.getApplicationModuleOrCurrentDirectory(appModel)
  • #​52496 - Add directories in ParallelCommonsCompressArchiveCreator
  • #​52508 - build(deps): bump the hibernate group with 9 updates
  • #​52515 - build(deps): bump io.micrometer:micrometer-bom from 1.16.2 to 1.16.3
  • #​52524 - Quarkus with Gradle, Kotlin and Java Code is not indexing correctly
  • #​52534 - Drop duplicate log output in ITs
  • #​52535 - Add only existing output directories as additional archive paths
  • #​52539 - Ensure that annotations in Quarkus REST is never null
  • #​52541 - Collect all available module output directories in IDE launcher

v3.31.2

Compare Source

Complete changelog
  • #​52019 - Remove Jackson from quarkus-analytics-common module
  • #​52153 - JaCoCo: add support for QuarkusUnitTest
  • #​52198 - CLI build report: include produced items (if available)
  • #​52222 - Bump the hibernate group with 9 updates
  • #​52235 - Use namespaced name in default guides link in extension template
  • #​52236 - Pin strimzi kafka container version in Dev Service
  • #​52237 - Add missing space when quarkus cli throws ExclusiveProviderConflictException
  • #​52242 - Build failure after upgrading to Quarkus 3.31.0 or 3.31.1 with Maven plugins using Jackson
  • #​52250 - Panache Next maven Question
  • #​52253 - Workaround JDK-8376576
  • #​52257 - Dev UI: Fix the Add and remove extension issues
  • #​52259 - Looks like we did not rename hibernate-panache after all
  • #​52260 - Quarkus Panache Next should not require reactive classes
  • #​52263 - Ensure that media type is passed through writer interceptor chain
  • #​52264 - Quarkus Jacoco 0% coverage when changing data-file name
  • #​52265 - Panache Next: do not call HR class if the HR extension is not present
  • #​52275 - Bump Gradle to 9.3.1
  • #​52276 - Make ValueRegistryParameterResolver a bit more relaxed
  • #​52285 - Change recommended-java-version to 25
  • #​52287 - Fix NPE in HibernateSearchElasticsearcRecorder
  • #​52290 - JaCoCo: resolve data-file and report-location against the project root
  • #​52292 - java.net.URISyntaxException: Illegal character in path when accessing JAR resource with [] in name
  • #​52303 - Disabling swagger-ui does not remove link in dev-ui card
  • #​52305 - Dev UI: Do not display Swagger UI link when disabled
  • #​52307 - Documentation: Use alphabetic quarkus.security.ldap.identity-mapping.attribute-mappings."attribute-mappings".* configuration property
  • #​52310 - RestAssured.baseURI is not set when using quarkus.http.test-host after update to Quarkus 3.31
  • #​52312 - Quarkus start-stop's FULL-MICROPROFILE app fails with Quarkus 3.31
  • #​52313 - Extend ReflectiveHierarchyStep
  • #​52317 - JaCoCo - QuarkusUnitTest support: fixes
  • #​52318 - TestHostLauncher to return the default ListeningAddress
  • #​52321 - Use 5 argument URI constructor to work around JDK bug
  • #​52323 - AccessDeniedException at / during runtime re-augmentation in Quarkus 3.30.1 (Parallel Archive Creator ignores tmp settings)
  • #​52325 - build(deps): bump the hibernate group with 10 updates
  • #​52332 - Use standard tmp directory to create temp files for parallel jar
  • #​52340 - Test interface implementers registration for reflection
  • #​52342 - IsolatedTestModeMain and IsolatedDevModeMain were app entry points which didn't suppress JVM's Unsafe warnings yet
  • #​52343 - StartupActionImpl needs to open modules to both runtime and base classloaders
  • #​52344 - Docs: fix admonition block syntax in writing-extensions.adoc
  • #​52345 - In dev-mode, we need to apply JVM module configuration to both base and runtime classloaders

v3.31.1

Compare Source

Complete changelog
  • #​25852 - Testcontainers ryuk abandoned during build without testing using Gradle
  • #​40503 - Remote development mode: RemoteSyncHandler interrupted exception
  • #​46078 - X-Forwarded-Host header resets the request port
  • #​50752 - OpenAPI - Multiple custom annotation classes of same type not working
  • #​51845 - Inconsistent error behavior with an empty host header
  • #​51861 - Better handling for null or empty authority
  • #​51931 - Transform CleanerJava9
  • #​52004 - Dev UI Js Dependencies updates (grouped)
  • #​52035 - Dev UI: Upgrade to vaadin 25
  • #​52092 - Newline character in access log pattern
  • #​52094 - Testing authentication with quarkus-websocket-next breaks if you have quarkus-test-security enabled too
  • #​52096 - Better duplicate files warning
  • #​52105 - Quarkus restarts 2 times when an annotation processor creates classes
  • #​52108 - WebSockets Next Security: use identity stored on connection for @TestSecurity and fallback to deferred identity for lazy authentication in all situations
  • #​52109 - Remember timestamp of generated java files
  • #​52110 - Log InterruptedException as debug for RemoteSyncHandler
  • #​52115 - Exception Mapping does not work anymore for streaming responses
  • #​52116 - Arc: fix class generation bug
  • #​52117 - testcontainers reuse property override
  • #​52118 - Don't wrap exceptions thrown by StreamingOutput
  • #​52127 - Uber jar - Add a couple of ignore rules
  • #​52128 - Do not leak internal host port into Host header when host is taken from Forwarded header without proto or scheme directives
  • #​52130 - ListeningAddress to be Optional.empty when port and protocol are null
  • #​52131 - build(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.9.0 to 1.10.0
  • #​52135 - TestContainersStrategy.get to prevent potential concurrency issues
  • #​52136 - Upgrade Dev UI to vaadin 25.x
  • #​52155 - Annotation can be applied either on class or its methods
  • #​52157 - Document in Infinispan protostream annotations processor
  • #​52158 - OIDC token propagation: allow to combine @AccessToken on class and its methods
  • #​52159 - build(deps): bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.128 to 0.0.129
  • #​52160 - Add documentation for proxy-registry to allow reference for others extensions
  • #​52161 - New Assistant component to navigate to the chat screen
  • #​52163 - Vert.x - Avoid reflection when creating virtual thread factory
  • #​52167 - Use platform-independent newline in access logs
  • #​52169 - Fix trailing slash handling in forwarded prefix
  • #​52171 - Introduce a BuildItem to express the need to load native libraries
  • #​52173 - Avoid warnings about native libraries by Brotli, Jansi and MSSQL JDBC (production mode only)
  • #​52183 - Address native library loading needs for Kafka extensions
  • #​52184 - Enable native access for mongodb-crypt
  • #​52185 - Enable native access for epoll/kqueue transports for Netty
  • #​52186 - Bump smallrye-open-api.version from 4.2.3 to 4.2.4
  • #​52188 - Update README.md for Java 25 support
  • #​52194 - Upgrade to PostgreSQL JDBC 42.7.9
  • #​52197 - BuildMetrics: fix produced items when extended capture is enabled
  • #​52199 - Fix VertxImplGetVirtualThreadFactory transformation
  • #​52203 - Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 in /devtools/gradle
  • #​52204 - Bump org.assertj:assertj-core from 3.27.6 to 3.27.7 in /build-parent
  • #​52205 - Bump com.microsoft.azure.functions:azure-functions-java-library from 3.2.2 to 3.2.3
  • #​52206 - Bump flyway.version from 11.20.2 to 11.20.3
  • #​52208 - Bump org.assertj:assertj-core from 3.27.6 to 3.27.7
  • #​52211 - Bump org.jboss.logging:jboss-logging from 3.6.1.Final to 3.6.2.Final
  • #​52215 - Transform Netty's isSharable check to use a marker interface
  • #​52217 - Rewrite DefaultChannelId to avoid reflection

v3.31.0

Compare Source

Complete changelog
  • #​49898 - Quarkus migration tool does not apply recipe from 3.20.1.yaml when stream=3.20 is used
  • #​50440 - <convert> at entity level in orm.xml is ignored
  • #​50793 - The quarkus-spring-data-jpa throw Datasource must be defined for persistence unit ''
  • #​51763 - Compose dev services support for port configuration
  • #​51865 - Upgrade MySQL devservice default version to 9
  • #​51961 - quarkus-kubernetes: use Management Port on Prometheus ServiceMonitor
  • #​51985 - Fixed the webauthn guide status
  • #​51986 - Do not force the creation of a persistence unit when import.sql/data.sql exist in the classpath
  • #​51989 - Bump version of MySQL used in DevService and our own tests from 8.4 to 9.5
  • #​51990 - quarkus:build complains about missing "true" when it's in pom.xml
  • #​51992 - Support long format ports definitions in Compose files
  • #​51995 - Use management port in Prometheus ServiceMonitor
  • #​52001 - build(deps): bump org.commonmark:commonmark from 0.27.0 to 0.27.1
  • #​52002 - build(deps): bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.126 to 0.0.127
  • #​52005 - Add a way to expose Runtime configuration values on registration
  • #​52006 - Quarkus returns wrong redirectUri for KeyCloak in Docker Container
  • #​52007 - Quarkus Update - Display warning about duplicated recipes
  • #​52015 - Fix interruption handling and minor cleanups
  • #​52016 - Maven Plugin - Fix issues with our singletons
  • #​52018 - Fix minor grammar and punctuation in documentation
  • #​52022 - Log discovered OIDC metadata
  • #​52024 - build(deps): bump com.gradle.develocity from 4.3 to 4.3.1 in /devtools/gradle
  • #​52026 - build(deps): bump com.gradle:develocity-maven-extension from 2.3 to 2.3.1
  • #​52027 - build(deps): bump smallrye-jwt.version from 4.6.2 to 4.6.3
  • #​52028 - build(deps): bump flyway.version from 11.20.1 to 11.20.2
  • #​52030 - build(deps): bump io.quarkus:quarkus-platform-bom-maven-plugin from 0.0.127 to 0.0.128
  • #​52031 - build(deps): bump org.jboss.logmanager:jboss-logmanager from 3.1.2.Final to 3.2.0.Final
  • #​52046 - Upgrade to Hibernate ORM 7.2.1 + Flyway integration test fix
  • #​52049 - Bump smallrye-reactive-messaging.version from 4.32.0 to 4.32.1
  • #​52052 - Bump Gradle to 9.3.0
  • #​52053 - QuarkusComponentTest: illegal bean type is unmockable
  • #​52055 - build(deps): bump org.hibernate.tool:hibernate-tools-language from 7.2.0.Final to 7.2.1.Final in the hibernate group
  • #​52057 - build(deps): bump smallrye-config.version from 3.15.0 to 3.15.1
  • #​52063 - IntelliJ Gradle Sync NPE with Component Variants
  • #​52064 - Avoid ServiceLoader in ValueRegistry
  • #​52069 - rest-assured sees http port as 0
  • #​52073 - application does not start when endpoint class in default package
  • #​52078 - Register HttpServer.getLocalBaseUri in integration tests
  • #​52080 - Correctly enrich @ArquillianResource URL
  • #​52081 - CI - Avoid go-offline logging
  • #​52091 - Dev MCP: Make sure disabled methods can not be called
  • #​52093 - Bump Mandrel version to 25 in CI jobs
  • #​52097 - Remove injection and passing around of TaskDependencyFactory
  • #​52102 - Make sure classes in the default package are added to RunnerClassLoader

v3.30.8

Compare Source

Complete changelog
  • #​52137 - Address MDC data regression : preserve types instead of squashing to String
  • #​52138 - Using Otel results in modifying MDC data types if they were not Strings

v3.30.7

Compare Source

Complete changelog
  • #​48956 - Remove Quarkus thread dumper. Support native mode thread dumps and jcmd
  • #​51251 - Keycloak's default quarkus-app client is missing "webOrigins" : [ "+" ],
  • #​51255 - Set Keycloak client web origins in the dev service
  • #​51739 - ArC: fix InterceptionProxy generation for void methods
  • #​51787 - Generated documentation for configuration properties omits tooltips for lists of enums
  • #​51808 - [Regression:3.30.5] Using Otel results in losing MDC data set in RequestFilters
  • #​51809 - Generate enum description for lists and optional lists in Quarkus config documentation
  • #​51824 - KeycloakTestClient fails when requesting a scope containing a colon
  • #​51841 - Periodically check if the connection has been closed while waiting to write the response
  • #​51842 - Fix a scope double-encoding issue in KeycloakTestClient
  • #​51843 - Include extension-status in the generated documentation yml file
  • #​51844 - Carriover data after vert.x mdc reinitialization
  • #​51852 - Update Base64 encoded credentials
  • #​51864 - Make sure application root paths are normalized and absolute when bootstrapping for tests
  • #​51895 - Quarkus dev mode takes 2+ minutes to start on WSL2
  • #​51909 - Use explicit timeout when connecting to debug port
  • #​51915 - (Graceful) shutdown breaks with quarkus-rest-jackson and 3.30.5
  • #​51916 - Properly configure Jackson shutdown listener
  • #​51917 - Replace deprecated quarkus.log.file.enable with quarkus.log.file.enabled in QuarkusProdModeTest
  • #​51975 - Polish JvmStartupOptimizerArchiveBuildStep
  • #​52045 - Bump to Vert.x 4.5.24

v3.30.6

Compare Source

Major changes
  • #​51792 - Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java
Complete changelog
  • #​51637 - Dynamic Logger names linger in memory until OOME
  • #​51705 - quarkus-oidc throws NPE if the JWT's header is malformed
  • #​51723 - Add a warning about using dynamic names for Loggers
  • #​51724 - Add PATCH to HttpMethod in Route.java
  • #​51725 - Fix invalid JWT headers NPE during delayed JWK resolution
  • #​51728 - Fix NPE when emitting runtime JFR event from shutdown hook
  • #​51729 - Add PATCH to HttpMethod in io.quarkus.vertx.web.Route
  • #​51749 - Return failure for invalid basic authorization
  • #​51781 - Fix grammar
  • #​51792 - Exclude org.lz4:lz4-java in favor of at.yawk.lz4:lz4-java

v3.30.5

Compare Source

Complete changelog
  • #​43134 - OpenTelemetry: MDC context disappears on ManagedExecutor thread
  • #​51195 - Environment variable KAFKA_TLS_CONFIGURATION_NAME does not take effect
  • #​51607 - Swagger UI does not send Authorization header when using @AuthorizationPolicy on REST resource class instead of @Authenticated
  • #​51625 - Improve Logging guide regarding logging adapters
  • #​51626 - Send Authorization header from Swagger UI for methods secured with @AuthorizationPolicy and reflect policies in OpenAPI document
  • #​51638 - Fix issue with @JsonView support in REST Client
  • #​51641 - Fix OTel MDC context set
  • #​51642 - quarkus-maven-plugin generate-code-tests fails with some mvn -f paths
  • #​51645 - Upgrade to Apache Maven 3.9.12
  • #​51648 - Bump to Maven 3.9.12
  • #​51664 - Make sure the project directory is normalized in LocalProject
  • #​51666 - Do not enforce request and absolute OIDC redirect-path match
  • #​51668 - When using InterceptionProxy to create multiple beans of the same type IllegalStateException: Multiple GeneratedClassBuildItem were produced for the same classes
  • #​51684 - ArC: InterceptionProxy - add bean id to the name of generated subclass
  • #​51686 - Fix KAFKA_TLS_CONFIGURATION_NAME environment variable not being recognized
  • #​51688 - Potential memory leak with @QuarkusMainTest for CLI application
  • #​51695 - Avoid logging on success in ContainerRuntimeUtil
  • #​51712 - Fix two class loader-related leaks, one in Jackson, the other in QuarkusClassLoader

v3.30.4

Compare Source

Complete changelog
  • #​50814 - Changing compose-devservices.yml does not invalidate Gradle cache
  • #​51045 - Port 8080 already used using quarkus-amazon-lambda and quarkus-observability-devservices-*
  • #​51107 - JBoss Threads update to version 3.9.2, allows minor cleanup
  • #​51139 - Upgrade LGTM to 0.11.17
  • #​51326 - Running mvn dependency:tree quarkus:dev gives [WARNING] Failed to locate plugin for dependency:tree
  • #​51363 - Bump to Mutiny 3.1.0 and Mutiny Vert.x bindings 3.21.1
  • #​51481 - Make sure collected managed dependencies do not include duplicates
  • #​51485 - Unable to build: Quarkus ChainBuildException due to JFR dependency
  • #​51488 - Remove warning failing to determine the build plugin prefix
  • #​51494 - Qute message bundles: fix msg:message with single param
  • #​51497 - Include compose files for Dev Services as test task's inputs
  • #​51504 - OIDC issuer based resolution does not work for local tenants
  • #​51524 - Break build cycle between gRPC and JFR extensions
  • #​51528 - Update RESTEasy to 6.2.15.Final
  • #​51539 - Remove unneeded vertx-http, upgrade LGTM image
  • #​51547 - Fix issuer-based tenant resolution for a tenant issuer configured in OIDC tenant configuration rather than well-known configuration
  • #​51567 - Bump to Vert.x 4.5.23 and Netty 4.1.130.Final

v3.30.3

Compare Source

Complete changelog
  • #​50298 - Call to the jakarta.data.repository.BasicRepository#saveAll results in NPE after Hibernate ORM bump to 7.1.1.Final
  • #​50919 - Java classes generated by wsdl2java not passed to Gradle compileKotlin since 3.26.1
  • #​51044 - JavaDoc not rendering correctly
  • #​51290 - Add cross-references between CSRF and CORS filter
  • #​51339 - Enhance error message when quarkus.hibernate-search-orm.management.enabled=true is enabled but no quarkus-vertx-http defined
  • #​51340 - Fix JavaDoc for quarkus.management.enabled
  • #​51341 - Use correct name for org.graalvm.sdk:nativebridge dependency
  • #​51344 - Set expiresIn to one hour for OIDC Dev Services
  • #​51345 - extraneous semicolon in LGTM starter
  • #​51346 - Bump the hibernate group with 9 updates
  • #​51352 - Bump org.quartz-scheduler:quartz from 2.5.0 to 2.5.2
  • #​51358 - Bump Keycloak version to 26.4.7
  • #​51361 - Remove extraneous semicolon in LGTM codestart
  • #​51370 - Add documentation about @JsonView support in the REST Client
  • #​51372 - Make token expiration configurable for OIDC Dev Services
  • #​51375 - Config relocation mp.messaging -> quarkus.messaging relocation/fallback
  • #​51376 - Bump kafka.version from 4.0.1 to 4.1.1
  • #​51377 - Enhance docs for quarkus.debug.reflection option
  • #​51378 - QuarkusComponentTest fails with ambiguous dependencies if bean is injected with parameterized qualifier multiple times
  • #​51379 - Check that Vert.x HTTP is available before enabling Hibernate Search management endpoints
  • #​51380 - Clear some internal state of REST Assured between tests
  • #​51394 - Make container-image.tag optional so it is possible to nullify it
  • #​51399 - Fix LogRuntimeConfig doc rendering
  • #​51408 - Lambda extension: Failed to start quarkus because of NoSuchMethodError
  • #​51410 - Merge LambdaConfig with same FQN
  • #​51416 - Bump wildfly-elytron.version from 2.7.0.Final to 2.7.1.Final
  • #​51418 - Added cross references between CORS and CSRF guides
  • #​51424 - Add missing imports to Decorator example in cdi.adoc
  • #​51431 - Error running Quarkus: java.lang.ExceptionInInitializerError > @POST with Record
  • #​51440 - In Gradle, change compilation tasks' source dirs to their parent
  • #​51442 - QuarkusComponentTest: remove duplicate unsatisfied injection points
  • #​51447 - Update the extension guide to

Configuration

📅 Schedule: Branch creation - At 12:00 AM through 04:59 AM and 10:00 PM through 11:59 PM, Monday through Friday ( * 0-4,22-23 * * 1-5 ), Only on Sunday and Saturday ( * * * * 0,6 ) (UTC), 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.

🔕 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 branch 3 times, most recently from 345cda8 to be484e2 Compare April 30, 2024 11:19
@renovate renovate bot changed the title Update dependency io.quarkus:quarkus-maven-plugin to v3.10.0 Update Quarkus to v3.10.0 (minor) Apr 30, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from be484e2 to 3fdae94 Compare May 15, 2024 17:26
@renovate renovate bot changed the title Update Quarkus to v3.10.0 (minor) Update Quarkus to v3.10.1 (minor) May 15, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 3fdae94 to 4249e8f Compare May 22, 2024 16:43
@renovate renovate bot changed the title Update Quarkus to v3.10.1 (minor) Update Quarkus (minor) May 22, 2024
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.11.0 (minor) May 29, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 4249e8f to 5d69de9 Compare May 29, 2024 07:06
@renovate renovate bot force-pushed the renovate/quarkus branch from 5d69de9 to 5c70b00 Compare June 5, 2024 13:53
@renovate renovate bot changed the title Update Quarkus to v3.11.0 (minor) Update Quarkus (minor) Jun 5, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 5c70b00 to 0e9f0a0 Compare June 5, 2024 17:03
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.11.1 (minor) Jun 5, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 0e9f0a0 to 22e5f82 Compare June 12, 2024 20:12
@renovate renovate bot changed the title Update Quarkus to v3.11.1 (minor) Update Quarkus (minor) Jun 12, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 22e5f82 to a210620 Compare June 13, 2024 16:57
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.11.2 (minor) Jun 13, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from a210620 to eb2da1c Compare June 19, 2024 10:57
@renovate renovate bot changed the title Update Quarkus to v3.11.2 (minor) Update Quarkus (minor) Jun 19, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch 2 times, most recently from e051565 to 8fb2c81 Compare June 26, 2024 07:54
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.12.0 (minor) Jun 26, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 8fb2c81 to 0ea57a8 Compare July 5, 2024 20:34
@renovate renovate bot changed the title Update Quarkus to v3.12.0 (minor) Update Quarkus to v3.12.1 (minor) Jul 5, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 0ea57a8 to 0dbc606 Compare July 10, 2024 11:15
@renovate renovate bot changed the title Update Quarkus to v3.12.1 (minor) Update Quarkus (minor) Jul 10, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 0dbc606 to 05b6f41 Compare July 10, 2024 14:19
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.12.2 (minor) Jul 10, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 05b6f41 to ef90e40 Compare July 17, 2024 12:14
@renovate renovate bot force-pushed the renovate/quarkus branch from 908507e to 8404f92 Compare August 9, 2024 14:12
@renovate renovate bot changed the title Update Quarkus to v3.13.1 (minor) Update Quarkus (minor) Aug 9, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 8404f92 to db3f9b0 Compare August 9, 2024 22:35
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.13.2 (minor) Aug 9, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from db3f9b0 to d91c639 Compare August 20, 2024 10:54
@renovate renovate bot changed the title Update Quarkus to v3.13.2 (minor) Update Quarkus (minor) Aug 20, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from d91c639 to a586218 Compare August 20, 2024 16:28
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.13.3 (minor) Aug 20, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from a586218 to e7c6681 Compare August 21, 2024 14:59
@renovate renovate bot changed the title Update Quarkus to v3.13.3 (minor) Update Quarkus (minor) Aug 21, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch 2 times, most recently from fd4afee to 3a24c34 Compare August 29, 2024 02:06
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.14.1 (minor) Aug 29, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 3a24c34 to 00987a4 Compare September 4, 2024 10:27
@renovate renovate bot changed the title Update Quarkus to v3.14.1 (minor) Update Quarkus (minor) Sep 4, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 00987a4 to 0948776 Compare September 4, 2024 16:17
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.14.2 (minor) Sep 4, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 0948776 to 368d80c Compare September 11, 2024 13:38
@renovate renovate bot changed the title Update Quarkus to v3.14.2 (minor) Update Quarkus (minor) Sep 11, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 368d80c to 5e1eefb Compare September 11, 2024 17:06
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.14.3 (minor) Sep 11, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 5e1eefb to 315ec45 Compare September 14, 2024 12:22
@renovate renovate bot changed the title Update Quarkus to v3.14.3 (minor) Update Quarkus (minor) Sep 14, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 315ec45 to 5a259b0 Compare September 14, 2024 16:30
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.14.4 (minor) Sep 14, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from 5a259b0 to e176745 Compare September 18, 2024 12:55
@renovate renovate bot changed the title Update Quarkus to v3.14.4 (minor) Update Quarkus (minor) Sep 18, 2024
@renovate renovate bot force-pushed the renovate/quarkus branch from e176745 to d434dce Compare September 25, 2024 10:39
@renovate renovate bot changed the title Update Quarkus (minor) Update Quarkus to v3.15.0 (minor) Sep 25, 2024
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