Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.0, 2.1, 2.2, 2.3, 2.4, 2.5
-
None
-
None
Description
XBean fails on systems with some classloaders, which do not return sensible values from the following methods
pkg.getImplementationVersion(); or
cl.getResourceAsStream(name);
This leads to
a) a NPE thrown by SpringVersion.getVersion,
b) the property files with custom mappings are not found.