The latest version available on the Spring Maven repository is 3.0.4.RELEASE, which is 3 point releases behind even the 3.0.x branch (up to 3.0.7) and there are no 3.1.0.X releases available. You guys can, like, automate this as part of the release process, you know:
mvn deploy
The text was updated successfully, but these errors were encountered:
That's fine, but the longer term issue is the latency in getting new releases up there. I understand that more testing goes on for the EBR releases, but we've actually cut EBR out of our repo chain and just use Maven Central now because it takes way too long for security patches and bug fixes to make their way in.
The title of this ticket is "...not available on Spring EBR Maven repository". If this isn't about the EBR, but instead general publishing to maven central, then the ticket needs to be updated to reflect that. If indeed it is about the EBR, then there is little we can do to accelerate the process. The EBR process doesn't lend itself to automation, especially given it's end-of-life.
Rick Herrick (Migrated from SEC-1895) said:
The latest version available on the Spring Maven repository is 3.0.4.RELEASE, which is 3 point releases behind even the 3.0.x branch (up to 3.0.7) and there are no 3.1.0.X releases available. You guys can, like, automate this as part of the release process, you know:
The text was updated successfully, but these errors were encountered: