opensmarthouse / opensmarthouse-core

Eclipse Public License 2.0
7 stars 0 forks source link

[karaf] Tune up openhab compatibility features. #20

Closed splatch closed 3 years ago

splatch commented 3 years ago

Fix for #12. The 'openhab-runtime-base' and 'openhab-core-base' features are evicted from opensmarthouse feature set. In order to stick with these a complete 'compat' feature set must be used.

A side effect of this change is change of core feature karaf namespace to 1.4.0. This is necessary to make XSLT transformation work.

The downgraded (1.3.0) version of namespace was introduced to temporary disable validation of requirements/capabilities which caused troubles. Given that most of features is stable and we strip req/cap from manifest now we can re-enable validation.

Signed-off-by: Łukasz Dywicki luke@code-house.org

cdjackson commented 3 years ago

Thanks @splatch