spring-cloud / spring-cloud/spring-cloud-consul
With springboot 3.5.9, If I am using spring-cloud-starter-consul-bus:4.3.1 its not working, Looks like some conflict.
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 822
- Forks
- 539
- Avg merge
- 9h 31m
- Merged PRs (30d)
- 7
Description
With springboot 3.5.9, If I am using spring-cloud-starter-consul-bus:4.3.1 its not working, Looks like some conflict and application fail to start.
Not Working Sample with SpringBoot 3.5.+
implementation('org.springframework.cloud:spring-cloud-starter-consul-all')
//implementation('org.springframework.cloud:spring-cloud-starter-consul-config')
//implementation('org.springframework.cloud:spring-cloud-starter-consul-discovery')
Working Sample with SpringBoot 3.5.+
//implementation('org.springframework.cloud:spring-cloud-starter-consul-all')
implementation('org.springframework.cloud:spring-cloud-starter-consul-config')
implementation('org.springframework.cloud:spring-cloud-starter-consul-discovery')
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 reproducing the startup failure with the Spring Boot 3.5.+ dependency declarations shown in the issue, comparing the consul-all setup with the separate config and discovery starters. Inspect the dependency conflict and capture the missing startup details; done means the intended Consul starter combination starts successfully or the incompatibility is clearly documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend, cloud
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100