https://github.com/openhab/openhab/pull/2532 changed the rrd4j service in a way that it mandatorily requires to have the updated() method called through ConfigAdmin. Since this does not happen, if no configuration (or confadmin service) is provided, the service does not work as expected anymore in this case.
The default rrdDefs should be set outside the updated() method, so that they are available in any case.
@J-N-K Could you please have a look? Thanks!
P.S.: Opposed to my initial thoughts, this does not affect openHAB 2 negatively, so I reduced the severity - it is not blocking anymore.
https://github.com/openhab/openhab/pull/2532 changed the rrd4j service in a way that it mandatorily requires to have the updated() method called through ConfigAdmin. Since this does not happen, if no configuration (or confadmin service) is provided, the service does not work as expected anymore in this case.
The default rrdDefs should be set outside the updated() method, so that they are available in any case.
@J-N-K Could you please have a look? Thanks!
P.S.: Opposed to my initial thoughts, this does not affect openHAB 2 negatively, so I reduced the severity - it is not blocking anymore.