Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding synchronization to resolve issue DROOLS-144. #47

Closed
wants to merge 1 commit into from

Conversation

farafonov
Copy link

This fix is tested on JDK 1.6. In Java 7 there is a different way to do centralized synchronization per class, however it is only support for Java 7+, to support Java <=6 need to use old school synchronized key word.

This fix is tested on JDK 1.6. In Java 7 there is a different way to do centralized synchronization per class, however it is only support for Java 7+, to support Java <=6 need to use old school synchronized key word.
@psiroky
Copy link
Contributor

psiroky commented Apr 22, 2015

Closing this PR as the DROOLS-144 issue has been already resolved. The CompositeClassLoader is now deprecated anyway and will be removed someday.

@psiroky psiroky closed this Apr 22, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants