Skip to content
  • Jesse Glick's avatar
    [FIXED JENKINS-12124] Occasionally errors loading plugin classes since it is... · 898f1f76
    Jesse Glick authored
    [FIXED JENKINS-12124] Occasionally errors loading plugin classes since it is expected that findClass (and findLoadedClass) are called under synchronization.
    The problem was masked by a blind assumption that an InvocationTargetException was in fact wrapping a ClassNotFoundException.
    Many thanks to @gotwarlost for demonstrating how to reproduce the problem and diagnosing the cause.
    898f1f76
To find the state of this project's repository at the time of any of these versions, check out the tags.