From 121b02f8b3981614c22a3dabf3fa3fd0473aad40 Mon Sep 17 00:00:00 2001 From: Jacob Laursen Date: Tue, 10 Dec 2024 08:54:01 +0100 Subject: [PATCH] Add note about DateTimeType method deprecations (#1701) Signed-off-by: Jacob Laursen --- 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 69d4384fd7..281050b182 100644 --- a/distributions/openhab/src/main/resources/bin/update.lst +++ b/distributions/openhab/src/main/resources/bin/update.lst @@ -149,6 +149,7 @@ ALERT;Transformations-MAP: "-" entry defined in a MAP file is no more used by si [4.3.0] ALERT;CORE: The sendFrequency parameter for Slider and Colorpicker sitemap elements has been removed. +ALERT;CORE: The DateTimeType methods toZone(zone), toLocaleZone() and getZonedDateTime() have been deprecated. They will be removed in a future version. getZonedDateTime(ZoneId) or getInstant() can be used as replacements for getZonedDateTime(). ALERT;ElectroluxAir Binding: The binding has been removed since the Electrolux Delta API has been discontinued. ALERT;JavaScript Automation: The isJsInstanceOfJavaType method of the utils namespace has been removed. Use JavaScript's instanceof operator instead. ALERT;MeteoAlerte Binding: The underlying API stopped delivering data in May 2023. Binding has been removed and is now replaced by Météo France Binding based on a new API.