The Bean Validation provider must hold no references to any of the externally passed configuration objects after ValidatorFactory#close() was called, allowing for their safe disposal by the caller."
I am reluctant of adding this actually. It seems that it's the job of the GC to do that. And that seems like petty optimization to nullify references.
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
I am reluctant of adding this actually. It seems that it's the job of the GC to do that. And that seems like petty optimization to nullify references.