spring-projects-experimental / spring-fu

Configuration DSLs for Spring Boot
Apache License 2.0
1.67k stars 139 forks source link

Is the conceptual decision to abandon Spring Boot configuration infrastructure? #323

Closed vladimirfx closed 3 years ago

vladimirfx commented 3 years ago

Currently all DSLs create new *Properties objects without ability to override/customize/provide configuration information. Is the conceptually new way to provide configuration or temporal implementation in current phase of project?

sdeleuze commented 3 years ago

This is temporary, see related #318. Could you elaborate on the need you have? It is not yet decided where we draw the line between Spring Boot regular configuration model and current Spring Fu one.

vladimirfx commented 3 years ago

Thanks, where we can discuss use cases?

sdeleuze commented 3 years ago

In #318 if you feel it is relevant enough.