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
The lack of locking in findClassOrResourceByDelegation and loadClass is causing race conditions that manifest as NoClassDefFoundError in a killbill deployment.
This change works towards fixing these by adding synchronization.
0 commit comments