javaee / hk2

A light-weight and dynamic dependency injection framework
https://javaee.github.io/hk2
Other
112 stars 83 forks source link

hibernate-validator dependency version #40

Closed mulderbaba closed 6 years ago

mulderbaba commented 8 years ago

WriteableView#handleValidation() is calling ValidatorImpl.validateValue from hibernate-validator. The hibernate-validator contains a bug (https://hibernate.atlassian.net/browse/HV-1140) that will be fixed in 5.3.1.Final version. It'd be great if that version can be used while releasing version 2.5.0 of hk2. I know there will be some changes to bean-validation creation and an external hibernate-validator jar dependency will be added since it's already OSGI compatible. So it'd be easy to switch to the latest version I guess.

glassfishrobot commented 6 years ago

Closing this as this issue is migrated to https://github.com/eclipse-ee4j/glassfish-hk2/issues/41