v1.1.0
marcelstoer
released this
27 Jun 20:58
·
87 commits
to master
since this release
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.