To reproduce create manifest.txt with content
Multi-release: true
then create jar
$jar cfm test.jar manifest.txt .
java.util.jar.JarFile.isMultiRelease will return true for the jar.
Multi-release: true
then create jar
$jar cfm test.jar manifest.txt .
java.util.jar.JarFile.isMultiRelease will return true for the jar.
- relates to
-
JDK-8071566 Improve testing for multi-version JAR file maker tool
-
- Resolved
-