-
Notifications
You must be signed in to change notification settings - Fork 196
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
Artifact arquillian-bom-1.7.0.Final
Throws Checksum Validation Error in Maven 3.6.3
#488
Comments
arquillian-bom-1.7.0.Final
Throws Checksum Validation Error in Maven 3.6.3
@arieki thanks for reporting the issue. It will be fixed in next release (1.7.1). |
Hello @chengfang A new release is not helpful if an external project has a dependency on Arquillian 1.7.0. The wrong checksums are blocking a build on strict artifact provision. It would very helpful to update the checksums on maven central for the version 1.7.0. Thanks a lot Oliver |
@chengfang I also am hitting the same issue as Oliver. Do you think updating the checksums in Maven central is feasible? |
@OHaase @PierreBtz as I understand it, the checksum of deployed artifacts in maven central is final and cannot be modified, likely for security reasons. We'll release the next micro version soon to help people ease the upgrade. |
@chengfang @bartoszmajsak This is super critical. Current version of maven (3.9.4) fails the build by default now. Also, the checksum might be able to get changed if submitted to Sonatype via their JIRA issue. |
Just cut a v1.7.1.Final release with checksum 😂 |
Thanks for all the feedback. Working on it. |
1.7.1.Final was released today 2023-08-15. It may take a few hours to sync up with central. Using jboss repo, it's available at https://repository.jboss.org/nexus/content/groups/public/org/jboss/arquillian/arquillian-bom/1.7.1.Final/ or similar url for other artifacts in this release. |
Works! You can close this issue |
Issue Overview
I use maven version
3.6.3
.I run maven command using
--strict-checksums
and it throws checksum validation errorCurrent Behaviour
Steps To Reproduce
--strict-checksums
The text was updated successfully, but these errors were encountered: