Fix "java.version XXX could not be parsed" warning
Status: Beta
Brought to you by:
swaldman
Hello,
com.mchange.v2.lang.VersionUtils is unable to parse version identification of non-standard Java builds.
Example warning message in the log:
java.version ''1.6.0_03-p4'' could not be parsed. Defaulting to JDK 1.1
More information:
http://saper.info/c3p0_versionutils_java.version
A patch is attached.
--Marcin
A proposed patch