Fixed
Details
Assignee
Marko BekhtaMarko BekhtaReporter
Andrea VacondioAndrea VacondioParticipants
Andrea VacondioMarko BekhtaComponents
Fix versions
Affects versions
Priority
Minor
Details
Details
Assignee
Marko Bekhta
Marko BekhtaReporter
Andrea Vacondio
Andrea VacondioParticipants
Andrea Vacondio
Marko Bekhta
Components
Fix versions
Affects versions
Priority
Created January 3, 2023 at 4:50 PM
Updated December 13, 2024 at 5:40 PM
Resolved December 12, 2024 at 12:58 PM
I’m using the Validator inside my JavaFX application running in the modulepath. When a validation is triggered I get this in the console:
Jan 03, 2023 5:37:12 PM org.hibernate.validator.internal.util.Version <clinit>
INFO: HV000001: Hibernate Validator null
A quick look at the org.hibernate.validator.internal.util.Version and jdk sources and I think the version information should be taken from the module descriptor in this case, something in the line with this maybe?