In https://github.com/OpenFeign/feign/pull/2911#issuecomment-3444062150, @velo indicated that they want to publish a new release, but changes in Central prevents it.

I’m creating this ticket to track the issue, and possibly gather some help (if that would be possible).

Note that migration from OSSRH was already done in #2962, so I assume it must be something else – but it is the first time a Feign release will be published through the Central Publisher Portal, AFAICT.

p.s. I’m not specifying a version in the title as I don’t know what was the plan – 13.7 or 14.0?

Comment From: DidierLoiseau

Of note, Spring was already upgraded to version 7 in #3117, but this should go together with Spring Boot 4 which wasn’t released yet (planned for the 20th). There is also #3116 for spring-web. Strangely, there is also version management for Spring Cloud Starter OpenFeign for test purposes but this causes circular dependencies (hence the exclusions, I guess). Spring Cloud itself is declared, but it seems to be used only for an example.

Once those are upgraded as well, I suppose it would be better to publish a major release.

A last minor release with SB 3.5 in between would be nice though, as it will still be supported until June (+ enterprise support until 2032).