Re: Spring boot and reconfiguration

2018-08-06 Thread Matt Sicker
If the ConfigurationSource API can be refactored a bit, I think that could be an appropriate plugin type for loading, reloading, and potentially even saving and modifying configs. Sort of a ReadableConfigurationSource and a WritableConfigurationSource duo. I attempted to abstract the global system

Spring boot and reconfiguration

2018-08-05 Thread Ralph Goers
Spring boot comes with actuator endpoints that provide a rudimentary ability to display loggers and set levels, but it doesn’t understand filters or anything more complex. Since the log4j2.xml file is included inside the Spring boot app it isn’t possible to monitor it for changes. I am looking f