Enable a properties journal #27711
Labels
for: external-project
Needs a fix in external project
in: core
Issues in core modules (aop, beans, core, context, expression)
Problem
I have multiple applications running within same environment. They share some property files.
It is hard to figure out what properties are actually being used by each application. Not only what properties are available.
Proposed solution
Enable a properties journal. Something that:
This would allow note all used properties, in something like InfluxDB or whatever.
I have implemented this by listening for beans being created, using reflection to find usage of
@Value
, resolving values of those annotations... but would be nice if this was a feature in Spring.The text was updated successfully, but these errors were encountered: