-
Bug
-
Resolution: Done
-
Minor
-
8.0.0.Beta3
-
None
Pull request https://github.com/wildfly/wildfly-core/pull/3636 introduced support for loading resources from multi-release jar files, through VFSResourceLoader. However, right now, it just looks for the presence of the `Multi-Release` manifest attribute but doesn't check the value of that attribute before deciding whether or not to process the jar as a multi-release jar. As per the spec[1], the expectation is to consider the jar as multi-release enabled only if the value of `Multi-Release` attribute is `true`
[1] https://mail.openjdk.java.net/pipermail/core-libs-dev/2019-January/058131.html
- is incorporated by
-
JBEAP-16624 [GSS](7.2.z) JDK 11 Multi-Release jars - Classes for newer versions are not loaded and VFSResourceLoader doesn't take into account the Multi-Release manifest attribute value
- Closed
- is related to
-
WFCORE-4266 Classes for newer versions are not loaded from Multi-Release-JARs in WARs
- Resolved