From 8824b5de0e3474d81e3554ed3bdadc3bc5d0f833 Mon Sep 17 00:00:00 2001 From: Holger Hees Date: Mon, 22 Apr 2024 19:20:52 +0200 Subject: [PATCH] Add jython breaking changes (#1648) Signed-off-by: Holger Hees --- distributions/openhab/src/main/resources/bin/update.lst | 1 + 1 file changed, 1 insertion(+) diff --git a/distributions/openhab/src/main/resources/bin/update.lst b/distributions/openhab/src/main/resources/bin/update.lst index cee87bf044..3e6089611a 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -134,6 +134,7 @@ ALERT;Twitter Binding has become X. All related references to Twitter and Tweets ALERT;AndroidTV Binding: The thing configuration of 'port' has been renamed and split to 'googletvPort' and 'shieldtvPort' ALERT;evcc Binding: Update to evcc API version 0.123.1 results in several new or updated channels. Existing Items will need to be adjusted. ALERT;ISM8 Binding: Most channels have changed and are now using Units of Measurements. Items must be adapted and the things must be recreated. +ALERT;Jython Scripting: Default python lib path changed from "/automation/lib/python" to "/automation/jython/lib" and default python script path changed from "automation/jsr223" to "automation/jython". Just move your python scripts and libraries to new locations. The path "automation/jsr223" is still working, because it is used as a deprecated path for all automation add-ons. [[PRE]] [2.2.0]