struberg commented on pull request #64:
URL: https://github.com/apache/openjpa/pull/64#issuecomment-657993792


   I've now read the SE7 documentation about a few times and I think the 
ThreadLocal<Boolean> is not enough for this specific case. From the ClassLoader 
doc it appears that the lock now got moved from a full exclusive Semaphore to a 
Lock by ClassLoader+Classname.
   So - without digging into all the details - it seems logical to also move 
from a Boolean to a Map<String, Boolean> were the key is the CL id + Classname ?


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to