spring-cloud / spring-cloud/spring-cloud-openfeign
spring cloud 2023.0.5 dependency issue. This version bring feign-hc which has an dependency to hc-5.4.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 1.3k
- Forks
- 838
- Avg merge
- 2d 11h
- Merged PRs (30d)
- 13
Description
spring cloud 2023.0.5 breaks the contract of bringing only patching versions.
by bringing hc-5.4 it also bring the non fixed issue or breaking change :
https://github.com/orange-guo/spring-cloud-openfeign/commit/66d590cff227c37ddacae33110dbe76debce77b7
It also breaks the contract with spring boot 3.3.x which uses 5.3.
https://docs.spring.io/spring-boot/3.3/appendix/dependency-versions/coordinates.html
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by inspecting the dependency declarations for Spring Cloud 2023.0.5 and compare them with Spring Boot 3.3.x's dependency versions. Reproduce the conflict involving hc-5.4 and hc-5.3, then verify that the dependency contract and compatibility with Spring Boot 3.3.x are restored.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring, spring-boot
- Domain
- api, backend
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100