
|
If you were logged in you would be able to see more operations.
|
|
|
| Testcase included: |
yes
|
| Patch Submitted: |
Yes
|
|
Require throws a LoadError when trying to load aspectjrt-1.5.2.jar from the maven repository. I investigated the root cause and for some reason JarInputStream.getManifest was returning null for this Jar, causing an NPE. The attached patch inserts a null check for Jars which return a null Manifest.
|
|
Description
|
Require throws a LoadError when trying to load aspectjrt-1.5.2.jar from the maven repository. I investigated the root cause and for some reason JarInputStream.getManifest was returning null for this Jar, causing an NPE. The attached patch inserts a null check for Jars which return a null Manifest. |
Show » |
|