Fixed
Details
Assignee
Yoann RodièreYoann RodièreReporter
Yoann RodièreYoann RodièreComponents
Sprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Yoann Rodière
Yoann RodièreReporter
Yoann Rodière
Yoann RodièreComponents
Sprint
None
Fix versions
Priority
Created December 17, 2019 at 1:57 PM
Updated January 22, 2020 at 2:18 PM
Resolved December 18, 2019 at 12:17 PM
It's being called at runtime and Quarkus (more precisely, GraalVM) doesn't like that.
See https://github.com/quarkusio/quarkus/pull/6204
Let's just call the logger directly where we currently call
Version.logVersion()
.