You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've been using this class as a singleton for a while now and never had any problem. But the Validator Java doc seems to imply that its use "must be thread safe". So i'm a bit confused as even in the official documentation the webflux example does not seem to be very thread safe.
What do you think about this ?
The text was updated successfully, but these errors were encountered:
Hello,
We've been using this class as a singleton for a while now and never had any problem. But the Validator Java doc seems to imply that its use "must be thread safe". So i'm a bit confused as even in the official documentation the webflux example does not seem to be very thread safe.
What do you think about this ?
The text was updated successfully, but these errors were encountered: