OpenFeign / feign

Feign makes writing java http clients easier
Apache License 2.0
9.42k stars 1.92k forks source link

Module move and rename: spring4 -> spring #2392

Closed vitalijr2 closed 4 months ago

vitalijr2 commented 4 months ago

Resolve #2386 and some Spring issues.

velo commented 4 months ago

It would be nice to also include the relocation information, at least for the next release

vitalijr2 commented 4 months ago

I have added one-line description to CHANGELOG.md that could be re-used in next release.

velo commented 4 months ago

Ow, I was thinking about this https://maven.apache.org/guides/mini/guide-relocation.html

In short, you leave behind a strip down pom for fegin-spring4 and include distributionManagement/relocation/artifactId

vitalijr2 commented 4 months ago

Interesting Maven feature, didn't know about it