spring-cloud / spring-cloud-openfeign

Support for using OpenFeign in Spring Cloud apps
Apache License 2.0
1.22k stars 786 forks source link

"Source code" link in POM 404's #761

Closed aSemy closed 1 year ago

aSemy commented 2 years ago

The "Source code" link in the POM is visible in Maven Central

https://search.maven.org/artifact/org.springframework.cloud/spring-cloud-starter-openfeign/3.1.4/jar

image

This links to https://github.com/spring-cloud/spring-cloud-openfeign/spring-cloud-starter-openfeign

It should be https://github.com/spring-cloud/spring-cloud-openfeign/

OlgaMaciaszek commented 1 year ago

Hello @aSemy, it seems they've started redirecting from search.maven.org to central.sonatype.com and the link you've provided no longer works. If you still experience the issue, please provide updated link.

aSemy commented 1 year ago

Here is a link with the new website: https://central.sonatype.com/artifact/org.springframework.cloud/spring-cloud-starter-openfeign/4.0.1/overview

There's no 'source code' URL on the new site, but the POM still contains a link that 404s

    <url>https://github.com/spring-cloud/spring-cloud-openfeign/spring-cloud-starter-openfeign</url>

I hope that helps.

OlgaMaciaszek commented 1 year ago

Thanks, @aSemy, will fix it.