spring-projects / spring-projects/spring-boot
Log a warning at build-time when a deprecated starter is used
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 81.5k
- Forks
- 42.7k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 65
Description
We need to find a way to deprecate starters and let the users know. Probably using the build plugins.
spring-boot-starter-oauth2-authorization-server -> spring-boot-starter-security-oauth2-authorization-server
spring-boot-starter-oauth2-client -> spring-boot-starter-security-oauth2-client
spring-boot-starter-oauth2-resource-server -> spring-boot-starter-security-oauth2-resource-server
spring-boot-starter-web-services -> spring-boot-starter-webservices
spring-boot-starter-web -> spring-boot-starter-webmvc
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 investigating the build plugins, as suggested in the issue, and review how the listed starter names are recognized during a build. Done means builds emit a warning when any listed deprecated starter is used and identify its corresponding replacement starter.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- build-system
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 35/100