Closed MartinoMensio closed 7 years ago
The ValidatingReader uses a single unmarshaler for performing validation. The unmarshal operation is not thread-safe. Possible solutions:
Ask to Sisto
Sisto confirmed thread unsafety of Unmarshaller and suggested to use private unmarshaller (meaning built inside the readFrom method). This is the implementation I already did in b0797dd
The ValidatingReader uses a single unmarshaler for performing validation. The unmarshal operation is not thread-safe. Possible solutions:
Ask to Sisto