Releases: netceteragroup/valdr-bean-validation
Releases · netceteragroup/valdr-bean-validation
2.0.0
1.1.3
1.1.2
Bugfixes
- PR #28: fix handling of
Pattern
constraint, used to generateregexp
attribute instead ofvalue
in valdr JSON
Features
1.1.1
Bugfixes
- upgraded reflections 0.9.8 → 0.9.9 to fix their Java 8 compatibility issue https://code.google.com/p/reflections/issues/detail?id=169
Features
v1.1.0
Bugfixes
Features
- #16, allow configuration via JSON file,
breaking change - #17, allow exclusion of classes
- #18, allow exclusion of fields
Upgrade notes
The individual config parameters for the CLI client and the Servlet were removed in favor of the new JSON config file. Besides being a lot more concise and easier to handle this gives you the comfort of using the exact same config file for both CLI client and the Servlet.
- The CLI client now accepts a
-cf
argument to define the path to JSON configuration file. If omittedvaldr-bean-validation.json
is expected at root of class path. - The Servlet can be configured the same way using a
configFile
init parameter.
v1.0.0
First official release.