FabriSr
FabriSr
When running with the latest EclipseLink 2.7, EclipseLink is failing to track changes when an entity has an embedded collection property mapped using Set's: whenever an entity instance is read...
At the moment, when using @Valid annotation, there is no way to specify which groups must be validated. Inspired by the [Springs @Validated annotation](https://docs.spring.io/spring-framework/docs/current/javadoc-api/org/springframework/validation/annotation/Validated.html), my suggestion is to add an...
At the moment there is no mechanism to define the group sequence validation at runtime. Hibernate Validator has its own mechanism, through [@GroupSequenceProvider](https://docs.jboss.org/hibernate/stable/validator/reference/en-US/html_single/#_groupsequenceprovider) annotation and DefaultGroupSequenceProvider interface. Inspired by the...