Artifactory should support `.sha512` checksum files for Maven repositories.
A consequence of the lack of support is that clients that don't have DELETE permissions get 403 errors when they try to update a `.sha512` file. For example, Gradle will show errors like the following:
{{ Cannot upload checksum for snapshot-maven-metadata.xml. Remote repository doesn't support sha-512. Error: Could not PUT 'https://<some artifact url>/1.1-SNAPSHOT/maven-metadata.xml.sha512'. Received status code 403 from server: Forbidden}}
{{ Cannot upload checksum for module-maven-metadata.xml. Remote repository doesn't support sha-512. Error: Could not PUT 'https://<some artifact url>/maven-metadata.xml.sha512'. Received status code 403 from server: Forbidden}}