-
I reviewed every existing implementation of
ComponentRepository
and found some implementations were not yet updated (ie.ComponentProcotol
andMonitorComponent
repositories.I updated this to work as beans and updated other implementations to properly read data using config fields instead of
getDefaults()
andsetProperties()
Type |
Task
|
Priority |
Normal
|
Assignee | |
RedmineID |
4337
|
Version |
tigase-server-8.0.0
|
Spent time |
0
|
Issue Votes (0)
Watchers (0)
Currently component repository allows usage of getDefaults() and setProperties(). This needs to be removed and replaced with bean based configuration.