allen-ball opened a new pull request #58: URL: https://github.com/apache/maven-javadoc-plugin/pull/58
JavadocUtil.getClassNamesFromJar(File) translates JarEntry names to Class names by first testing if the entry ends in ".class" and then translating the whole JarEntry name simply by replacing "/" with ".". This fails for classes in multi-release JARs under the META-INF/versions/** hierarchy. This change filters "*.class" files from the META-INF/versions/** hierarchy testing against JavaVersion.JAVA_VERSION.isAtLeast(String). I hereby declare this contribution to be licenced under the [Apache License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0) ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org