snazy opened a new pull request, #2421: URL: https://github.com/apache/polaris/pull/2421
As described in #2204, some jar manifest attributes prevent having a reproducible build, to eventually be able to generate the _exact_ same artifacts on different systems at different times. Committers shall then be able to re-run the build and compare proposed release artifacts bit-by-bit. This change changes the jar manifest attributes: * `Apache-Polaris-Is-Release` is now also set to `true`, if `-PjarWithGitInfo` is specified * `Apache-Polaris-Build-Git-Describe` is now also generated, if `-PjarWithGitInfo` is specified * `Apache-Polaris-Build-Java-Version` has been removed * `Apache-Polaris-Build-Java-Specification-Version` has been added (it's only the Java major version) * `Apache-Polaris-Build-Timestamp` has been removed * `Apache-Polaris-Build-System` has been removed Contributes to: #2204 -- 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]
