Permission changes to repo.spring.io
Noticed the brownout of repo.spring.io yesterday, and thought that might be a good case for a migration recipe. Background to the permission changes.
repo.spring.io is intended for the download of snapshots and milestone artifacts that are not available from Maven Central. All other artifacts within the Spring ecosystem should be retrieved from Maven Central. Because of this, we will be configuring anonymous clients (non-authenticated) to resolve only from /snapshot and /milestone repositories.
So what I take from that. is that if you see repo.spring.io/release for instance, or repo.spring.io/libs-release-remote elsewhere, those repositories should probably be dropped, as the artifacts ought to be in Maven central.