Re: ZipFileSystem and the impact of JDK-8031748 on ordering of MANIFEST files in the created jars

2019-11-14 Thread Jaikiran Pai
Hello Lance, On 14/11/19 9:35 PM, Lance Andersen wrote: > ... > > There is an existing Zip FS enhancement > request, https://bugs.openjdk.java.net/browse/JDK-8211917.  Thank you, I hadn't noticed this one before sending this mail. I'll keep a watch on this one. -Jaikiran

Re: ZipFileSystem and the impact of JDK-8031748 on ordering of MANIFEST files in the created jars

2019-11-14 Thread Lance Andersen
Hi Jaikarian, This issue has been looked at several times over the years (see https://bugs.openjdk.java.net/browse/JDK-5046178 as an example) WRT JarInpuStream/MANIFEST There is an existing Zip FS enhancement request,

Re: ZipFileSystem and the impact of JDK-8031748 on ordering of MANIFEST files in the created jars

2019-11-14 Thread Jaikiran Pai
Adding core-libs-dev, since this also involves java.util.jar APIs. -Jaikiran On 14/11/19 8:47 PM, Jaikiran Pai wrote: > Please consider the code listed at the end of this mail. What it does is > uses ZipFileSystem to create 2 jar files with identical content. foo.jar > and bar.jar. Both these