kumuluz / kumuluzee

Lightweight open-source framework for developing microservices using standard Java EE technologies and migrating Java EE to cloud-native architecture.
https://ee.kumuluz.com
MIT License
291 stars 71 forks source link

Updated Hibernate Validator #121

Closed danpfe closed 6 years ago

danpfe commented 6 years ago

Testing KumuluzEE with a bunch of components (amongst others the Bean Validation-component) I noticed that a SNAPSHOT-version of OpenJFX had become a dependency of KumuluzEE and found that HV was the culprit (https://hibernate.atlassian.net/browse/HV-1644), thus updating HV to 6.0.13.Final which resolves this.

urbim commented 6 years ago

Good catch! Thanks!