Join GitHub today
GitHub is home to over 20 million developers working together to host and review code, manage projects, and build software together.
Update to latest dynapath #55
Conversation
This comment has been minimized.
Show comment
Hide comment
This comment has been minimized.
Show comment Hide comment
tobias
Feb 22, 2013
Contributor
0.2.3 is now on central: http://search.maven.org/#artifactdetails%7Corg.tcrawley%7Cdynapath%7C0.2.3%7Cjar
There's not much that a good night's sleep won't fix.
0.2.3 is now on central: http://search.maven.org/#artifactdetails%7Corg.tcrawley%7Cdynapath%7C0.2.3%7Cjar There's not much that a good night's sleep won't fix. |
added a commit
that referenced
this pull request
Feb 22, 2013
cemerick
merged commit 278a0cb
into
cemerick:master
Feb 22, 2013
1 check passed
default
The Travis build passed
Details
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
tobias commentedFeb 21, 2013
0.2.3 has a fix that prevents pomegranate from modifying the boot
class loader.
The ExtClassLoader is a URLClassLoader, but shouldn't be given jars
containing classes that it has already loaded via another url.
Apparently the code in the old pomegranate protocol implementation
that extended ExtClassLoader wasn't really a no-op.
0.2.3 isn't yet on central - I'll comment here when it lands.