globalbus - 2015-04-29

That's solved by me in my fork on branch "CustomValidationMessage"
https://bitbucket.org/globalbus/html5-validator-dialect-fork

Code is ugly, but right now it's only one possible solution to do that properly.

Message resolution works by Spring internals, but default messages are also resolvable by javax.validation.MessageInterpolator.

All messages are dot terminated and finally merged to one string. Sadly, custom formatting, like new line characters, not working on "setCustomValidity".

That solution needs more testing, but right now working in my production enviroment without problems.