-
-
Notifications
You must be signed in to change notification settings - Fork 795
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
Wrong checksums in module.json
(2.15.0, 2.15.1)
#1028
Comments
notice: bug found while checking Reproducible Builds https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/com/fasterxml/jackson/core/README.md |
fix is simply about changing order of 2 plugins in |
module.json
(2.15.0, 2.15.1)
Merged the fix -- help with verification would be much appreciated. One question: it looks like |
@cowtowncoder it gives now
everything looks fine:
|
(notice: I see that the phase column in |
@hboutemy Thanks. It is good to get verification since I do not think I can necessarily validate that any given ordering is correct wrt processing (do not know the parts intimately enough to have strong opinion). |
FYI, I was able to reproduce Jackson-core 2.15.2 https://github.com/jvm-repo-rebuild/reproducible-central/blob/master/content/com/fasterxml/jackson/core/README.md (will be updated tonight) what a great result! other artifacts have some unexpected small issues, I'll continue to investigate |
@hboutemy Thank you for verifying |
check:
gives following results:
checksum in
module.json
was ok in 2.14.3 (and previously: I checked older releases), but since early 2.15 rc, it's brokenlooking at build output:
need to switch order between
shade
andgmm
goals as gmm does not fingerprint the jar file that is published = the shaded oneThe text was updated successfully, but these errors were encountered: