You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Configuration objects such as RelpConfig should be refactored to be factory objects returning a configured object (well, in this case there is already a RelpConnectionFactory so that can be refactored to work in that way).
Changes to PayloadConfig are already coming in PR #77 but others should be refactored to work the same way. Eventually the configuration system could be changed to have the defaults in a decorator like DefaultingPathProperties instead of in the /etc/config.properties file.
The text was updated successfully, but these errors were encountered:
Description
Configuration objects such as
RelpConfig
should be refactored to be factory objects returning a configured object (well, in this case there is already a RelpConnectionFactory so that can be refactored to work in that way).Changes to PayloadConfig are already coming in PR #77 but others should be refactored to work the same way. Eventually the configuration system could be changed to have the defaults in a decorator like
DefaultingPathProperties
instead of in the/etc/config.properties
file.The text was updated successfully, but these errors were encountered: