spring-projects / spring-projects/spring-boot
Use spring.application.name consistently
Nobody has claimed this yet.
- Dominant language
- Java
- Stars
- 81.5k
- Forks
- 42.7k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 65
Description
Andy raised a valid point here.
In some parts of boot, we use the spring.application.name when we need the application name, other parts use a separate property for that. We should consolidate that - this central place can then be used to define a sane default, too, if spring.application.name isn't set.
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 reviewing the discussion in pull request #30251, then search Spring Boot for uses of spring.application.name and the separate properties that represent the application name. Done means those uses are consolidated around one central place, including a sane default when the property is unset.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java, spring-boot
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100