No version info when running from the module path

Description

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?

Environment

Hibernate Validator 7.0.5 and jdk 19.0.1

relates to

Activity

Show:
Fixed

Details

Assignee

Reporter

Participants

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