mirror of
https://github.com/danieldemus/openhab-core.git
synced 2025-01-25 19:55:48 +01:00
fa8a368873
* handle different possible service PID types The property value "service.pid" can use different types: * String * String[] * Collection of String Only "String" has been supported. https://github.com/openhab/openhab-core/pull/557 adds support for String[] https://github.com/openhab/openhab-core/pull/559 removes the support for String[] again and adds support for the Collection type List only. This commit ensures that String arrays and every collection type is supported, regardless which (valid) type is used by the OSGi framework implementation. Fixes: https://github.com/eclipse/smarthome/issues/6710 Signed-off-by: Markus Rathgeb <maggu2810@gmail.com> |
||
---|---|---|
.. | ||
.settings | ||
src/main/java/org/eclipse/smarthome/io/rest/core | ||
.classpath | ||
.project | ||
bnd.bnd | ||
NOTICE | ||
pom.xml |