Fixed
Details
Assignee
Guillaume SmetGuillaume SmetReporter
Guillaume SmetGuillaume SmetComponents
Fix versions
Priority
Major
Details
Details
Assignee
Guillaume Smet
Guillaume SmetReporter
Guillaume Smet
Guillaume SmetComponents
Fix versions
Priority
Created August 20, 2020 at 1:18 PM
Updated August 27, 2020 at 10:28 AM
Resolved August 20, 2020 at 2:40 PM
In Quarkus in native mode, the
javax.validation.Validation
class is not present in the image as we don't use it at all once the native image has been compiled.While I can register this class for reflection, it's better to use a class that we will use at runtime to test the presence of Bean Validation.