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
Fix ST_WRITE_TO_STATIC_FROM_INSTANCE_METHOD in MongoPersistenceProvider
Replace static field write from instance method with proper synchronization.
Changed from writing to static boolean field from constructor to using
synchronized block with volatile flag for thread-safe registration control.
0 commit comments