GitHub user theigl opened a pull request:
https://github.com/apache/wicket/pull/246
WICKET-6499 Support Bean Validation 2.0
This PR adds support for Bean Validation 2.0 to `wicket-bean-validation`.
It extends scanning of `@NotNull` annotations to `@NotEmpty` and
`@NotBlank` and supports registering further annotations that should be treated
as not-null constraints to guard against future changes.
See https://issues.apache.org/jira/browse/WICKET-6499
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/theigl/wicket WICKET-6499-bean-validation-2x
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/wicket/pull/246.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #246
----
commit a7bf98215f7e6f1331b9689f9c8ca68180a93544
Author: Thomas Heigl <[email protected]>
Date: 2017-11-19T10:26:57Z
WICKET-6499 Support Bean Validation 2.0
----
---