Use a runtime used class for testing Bean Validation presence

Description

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.

Activity

Sanne GrinoveroAugust 20, 2020 at 1:49 PM

Sorry, ignore that: just found the PR.

See

Sanne GrinoveroAugust 20, 2020 at 1:48 PM

Iā€™m not sure I understood exactly what you have in mind. Will you send a PR?

Fixed

Details

Assignee

Reporter

Components

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