Skip to content

Instantly share code, notes, and snippets.

@gunnarmorling
Created July 10, 2012 18:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunnarmorling/3085246 to your computer and use it in GitHub Desktop.
Save gunnarmorling/3085246 to your computer and use it in GitHub Desktop.
Questions for BV EG
* What approach for cross-parameter validation should be followed?
* Should method validation methods be defined on j.v.Validator or a dedicated new interface?
* Need a proposal for split of message interpolator and resource bundle locator
* Need final decision around configuration source (purpose - do we really need extensibility here, name, null behavior)
* ValidatorFactory#close() seems problematic; doesn't this require to check whether the factory is still open whenever a validator is used?
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment