Author: ggregory Date: Sat Jul 28 05:04:05 2018 New Revision: 1836869 URL: http://svn.apache.org/viewvc?rev=1836869&view=rev Log: [BCEL-304] ClassPath.getClassFile does not work with Java 9 and higher. Closes #22.
Modified: commons/proper/bcel/trunk/src/changes/changes.xml Modified: commons/proper/bcel/trunk/src/changes/changes.xml URL: http://svn.apache.org/viewvc/commons/proper/bcel/trunk/src/changes/changes.xml?rev=1836869&r1=1836868&r2=1836869&view=diff ============================================================================== --- commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] (original) +++ commons/proper/bcel/trunk/src/changes/changes.xml [utf-8] Sat Jul 28 05:04:05 2018 @@ -63,7 +63,7 @@ The <action> type attribute can be add,u <body> <release version="6.3" date="2018-MM-DD" description="?"> - <action issue="BCEL-304" type="fix" dev="ggregory" due-to="Gary Gregory, Ed Pavlak">ClassPath.getClassFile does not work with JDK 9 and higher.</action> + <action issue="BCEL-304" type="fix" dev="ggregory" due-to="Gary Gregory, Ed Pavlak">ClassPath.getClassFile does not work with JDK 9 and higher (PR #22.)</action> </release> <release version="6.2" date="2017-12-08" description="Experimental Java 9 Support">