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.

Open
#944 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

waiting-for-triage
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.