Skip to content

Releases: netceteragroup/valdr-bean-validation

2.0.0

28 Sep 07:29
Compare
Choose a tag to compare

Improvements

PR #45: Upgrade Java (to 17), Maven and versions of other dependencies
PR #49: Replace Travis CI with GitHub actions

Bugfixes

PR #46: Upgrade reflections dependency to fix their Java 17 compatibility issue
PR #50: Add missing Javadoc

1.1.3

22 Dec 15:07
Compare
Choose a tag to compare

Improvements

PR #34 : Update Java, Maven and versions of other dependencies

1.1.2

11 May 21:47
Compare
Choose a tag to compare

Bugfixes

  • PR #28: fix handling of Pattern constraint, used to generate regexp attribute instead of value in valdr JSON

Features

  • PR #26: add support for specifying whether simple (default) or full type names will be output, effectively allows types with the same name in different packages
  • PR #27: allow to configure output file name on the command line

1.1.1

08 Apr 20:15
Compare
Choose a tag to compare

Bugfixes

Features

v1.1.0

27 Jun 20:58
Compare
Choose a tag to compare

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 omitted valdr-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

24 Jun 20:05
Compare
Choose a tag to compare

First official release.