generated from quarkiverse/quarkiverse-template
-
Notifications
You must be signed in to change notification settings - Fork 18
Migration‐Guide‐5.0
Romain Quinio edited this page Oct 23, 2025
·
1 revision
The extensions is built on Quarkus 3.27 LTS. It may still work with Quarkus 3.20 LTS, as there was no source-incompatible changes, but binary compatibility has not been checked.
The extensions is compiled to Java 21 bytecode, meaning a Java runtime >= 21 is required to run it.
The new config quarkus.log.handler.splunk.print-events-to-stdout-on-error default value is now false.
If the client fails to send a batch to the HEC endpoint, the extension was logging the batch to the console handler (if enabled).
However for applications dealing with sensitive data, that behavior may not be safe.