forked from apache/geode
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Remove JarClassLoader - Replace ClassPathLoader's collection of JarClassLoaders with a single URLClassLoader - Change naming scheme for deployed jars from 'vf.gf#myJar.jar#1' to 'myJar.v1.jar'
- Loading branch information
1 parent
f272762
commit 6fd2d12
Showing
24 changed files
with
1,962 additions
and
3,914 deletions.
There are no files selected for viewing
515 changes: 81 additions & 434 deletions
515
geode-core/src/main/java/org/apache/geode/internal/ClassPathLoader.java
Large diffs are not rendered by default.
Oops, something went wrong.
441 changes: 81 additions & 360 deletions
441
...apache/geode/internal/JarClassLoader.java → ...rg/apache/geode/internal/DeployedJar.java
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.