This website requires JavaScript.
Explore
Help
Sign In
core
/
testserver
Watch
1
Star
0
Fork
You've already forked testserver
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
69
Commits
1
Branch
0
Tags
60
MiB
37dc2fc1c4
Commit Graph
3 Commits
Author
SHA1
Message
Date
md_5
37dc2fc1c4
Plugins break when the intended behaviour is put into place, because for some reason they are all packaging the same classes, an inherently unsafe operation in the case that the classes are loaded at the same time by multiple classloaders - hence we are removing safety from the loaders for now until a correct solution can be put in place.
2013-02-02 16:30:39 +11:00
md_5
cc5229ad6d
Well, mike was right about deadlocks.
2013-01-25 11:35:20 +11:00
md_5
0c9154899b
Make the plugin classloader a bit more thread safe to prevent class not found errors when a class is loaded at the same time from another thread.
2013-01-24 09:33:34 +11:00