spring-cloud / spring-cloud/spring-cloud-zookeeper
Starters do not depend on `spring-boot-starter`
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 574
- Forks
- 408
- Avg merge
- 1d 12h
- Merged PRs (30d)
- 4
Description
As noted in the documentation starters are required to directly or indirectly depend upon spring-boot-starter. The starters in this repository do not meet this requirement so when they are used in isolation, things like @SpringBootApplication are not on the classpath.
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
Locate the starter modules and inspect their dependency declarations, using the linked Spring Boot documentation as the requirement. Check the starters in isolation and confirm that each provides the expected Spring Boot application classes, including @SpringBootApplication, on the classpath.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100