spring-cloud / spring-cloud/spring-cloud-zookeeper

Starters do not depend on `spring-boot-starter`

Open
#230 10 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

bug
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

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.