Hello, I am interested by using a few validator routines such as the DomainValidator (package org.apache.commons.validator.routines). However, looking at the javadoc, I cannot find information about thread-safety in the description.
Is DomainValidator#getInstance() and resulting DomainValidator instance thread-safe? Thank you. Regards, Cyril
