jaikiran commented on PR #508: URL: https://github.com/apache/maven-jar-plugin/pull/508#issuecomment-5354533866
Hello Martin, > And since the file ordering issue (JDK-8276764) was fixed in JDK 18 only, even if we fix the timestamp the build would still non-reproducible on JDK 17. Bug fixes/enhancements in the JDK are sometimes backported. Those backports are tracked/linked against the original issue. For this specific issue, under the issue description, there's a backports section which shows that this enhancement was backported in JDK 17 too (the Resolved/Fixed status on those backports is a sign that the work is complete). Having said that, my comment is mostly informational and isn't meant as an input to whether or not some post processing should be done for the JAR files. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
