-
Notifications
You must be signed in to change notification settings - Fork 41.2k
Add checksum report as option during build phase #1465
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
@gregturn Have you seen any plugins/tools for this? It seems like it could be a generally useful plugin even if you aren't using Boot. |
Original requirement from the customer was to see the 'version of the app', which of course is a little ambiguous. I think they'd like to see the war/jar name, plus the classpath. Their use case is just for auditing purposes |
@philwebb For the record, I have done zero research in plugins. |
We are using maven-jarsigner-plugin for signing the final artifact. It will give a listing of all files, libraries and their SHA hashes in META-INF/MANIFEST.MF. Not a nice report but I guess it can easily be turned into one. |
Looks like this came up in the AliExpress talk at Spring IO: https://twitter.com/TubbyNL/status/865156761464057856 |
We're cleaning out the issue tracker and closing issues that we've not seen much demand to fix. Feel free to comment with additional justifications if you feel that this one should not have been closed. |
Generating a report showing the checksums of everything package into either a JAR or WAR would be useful for many end users.
Here are some brainstormed ideas I would want in this report if I was at my old job where we had such process standards in place:
The text was updated successfully, but these errors were encountered: