-
Type:
Suggestion
-
Resolution: Fixed
-
Component/s: Integration/Connectors
-
None
ClientProperties currently uses PropertyUtils to load properties from a file.
PropertyUtils allows for fancy mutations of the file on disk - which is not required in the ClientProperties bean.
ClientProperties should depend on java.util.Properties instead. This will allow for cleaner integration for users with custom property configurators.