]> git.basschouten.com Git - openhab-addons.git/commit
[jsscripting] Upgrade openhab-js & Remove SharedCache (#13908)
authorFlorian Hotze <florianh_dev@icloud.com>
Sun, 11 Dec 2022 14:25:39 +0000 (15:25 +0100)
committerGitHub <noreply@github.com>
Sun, 11 Dec 2022 14:25:39 +0000 (15:25 +0100)
commit438552d485357d9060862bd9757718f876ef4333
treea6f0173fbca8192d298b681ca80b085085a595e8
parent506c7387c5a3fcdbef241ea8440a08c44451f719
[jsscripting] Upgrade openhab-js & Remove SharedCache (#13908)

Upgrades the included openhab-js version to 3.1.0, which uses the new
caches from core (introduced in
https://github.com/openhab/openhab-core/pull/2887) and provides many
doc improvements.

Removes the SharedCache from the addon because this functionality is
now provided by core (see
https://github.com/openhab/openhab-core/pull/2887).

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
bundles/org.openhab.automation.jsscripting/README.md
bundles/org.openhab.automation.jsscripting/pom.xml
bundles/org.openhab.automation.jsscripting/src/main/java/org/openhab/automation/jsscripting/internal/scope/SharedCache.java [deleted file]