openhab-core/bundles/org.openhab.core.addon.marketplace
J-N-K 16cf5a8ae1
Fix marketplace add-on uninstall (#3042)
Instead of using the full id (`marketplace:123456`) the id without service prefix was used to lookup installed add-ons. This is not an issue if the network is available because then the information is request from the forum. If no network connection is present it obviously fails.

This also reduces the log level in the case of connection issues. ERROR is to much and the stack trace is not necessary.

Signed-off-by: Jan N. Klug <github@klug.nrw>
2022-07-14 22:49:37 +02:00
..
src Fix marketplace add-on uninstall (#3042) 2022-07-14 22:49:37 +02:00
.classpath Added nullness annotations to Addon related classes (#2605) 2021-12-12 10:07:05 +01:00
.project Community Marketplace Add-on Service - initial contribution (#2405) 2021-09-14 09:04:04 +02:00
NOTICE Community Marketplace Add-on Service - initial contribution (#2405) 2021-09-14 09:04:04 +02:00
pom.xml Apply spotless and resolver (#3018) 2022-06-27 13:41:28 +02:00