Skip to content
This repository was archived by the owner on Mar 30, 2020. It is now read-only.

3.2.0 – Additional Property and Validation Groups Support

Choose a tag to compare

@CarstenWickner CarstenWickner released this 01 Sep 19:48
· 13 commits to master since this release

Added

  • Option for treating not-nullable fields as "required" in their parent type
  • Option for treating not-nullable methods as "required" in their parent type
  • Indicate a string's "format" to be "email" if @Email is present
  • Option for returning "idn-email" instead of "email" as "format" if @Email is present
  • Indicate a string's "pattern" according to regular expressions on @Pattern or @Email (ignoring specified flags)
  • Option for enabling the inclusion of "pattern" expressions (they are excluded by default)
  • Allow filtering applicable annotations by their declared validation groups via JavaxValidationModule.forValidationGroups()