Vert.x Cache Directory configuration ignored #42313
Labels
area/config
area/vertx
kind/bug
Something isn't working
triage/needs-feedback
We are waiting for feedback.
Milestone
Describe the bug
the new vertx configuration for cache directory "quarkus.vertx.cache-directory" is being ignored
Expected behavior
When setting "quarkus.vertx.cache-directory" configuration property the vert.x cache directory should use this value
Actual behavior
The configuration option is ignored - this is due to a bad "if" statement in VertxCoreRecorder (lines 336 - 339)
The if statement should read "fileCacheDir == null" - as you only want to use the configuration if the standard vert.x one is NOT set as per the documentation.
How to Reproduce?
Simply start any Quarkus process with the configuration set, and it will be ignored.
Output of
uname -a
orver
No response
Output of
java -version
No response
Quarkus version or git rev
No response
Build tool (ie. output of
mvnw --version
orgradlew --version
)No response
Additional information
No response
The text was updated successfully, but these errors were encountered: