spring-projects / spring-projects/spring-boot
Externalize configuration property section configuration
Open
@wilkinsona is already working on this.
Since Oct 29, 2020.
type: task
- Dominant language
- Java
- Stars
- 81.5k
- Forks
- 42.7k
- Avg merge
- 2d 4h
- Merged PRs (30d)
- 65
Description
The configuration of the configuration property sections in the appendix is currently hardcoded in the DocumentConfigurationProperties task in buildSrc. When a change is made to the sections, this triggers an entire rebuild due to how Gradle treats buildSrc. It would be better if the configuration was in the spring-boot-docs module's build.gradle script. It can be declarative so it's well-suited to going there rather than being done in code.
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.
Assessment
This issue has not been assessed yet.