Skip to content

Investigate splitting configuration and auto-configuration #15738

@philwebb

Description

@philwebb

Currently spring-boot-autoconfigure contains quite a bit of code that would also be useful if manually configuring and application. For example, we have many *Properties classes and functions that map them. We should investigate if splitting out a spring-boot-configure module would be worthwhile.

This new module would be particularly useful for projects like https://github.com/spring-projects/spring-fu since it would allow them to call well designed public configuration APIs, rather than trying to work with the existing auto-configuration classes which were never really designed to be called directly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    status: declinedA suggestion or change that we don't feel we should currently apply

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions