]> git.basschouten.com Git - openhab-addons.git/commitdiff
[jsscripting] Upgrade openhab-js to 4.5.1 to fix cached injection (#15336)
authorFlorian Hotze <florianh_dev@icloud.com>
Sun, 30 Jul 2023 12:47:03 +0000 (14:47 +0200)
committerGitHub <noreply@github.com>
Sun, 30 Jul 2023 12:47:03 +0000 (14:47 +0200)
It was found out that a recent change to the webpack config for the library injection bundle heavily affected performance of the evaluation of the cached injection.

openhab-js 4.5.1 fixes that regression and one minor bug, see https://github.com/openhab/openhab-js/blob/main/CHANGELOG.md#451.

Signed-off-by: Florian Hotze <florianh_dev@icloud.com>
bundles/org.openhab.automation.jsscripting/pom.xml

index 0c1a7720d702a9d664986c1733ac881694dae243..86e02029424ffe80276f36c3c6779046b35d785d 100644 (file)
@@ -24,7 +24,7 @@
     </bnd.importpackage>
     <graal.version>22.0.0.2</graal.version> <!-- DO NOT UPGRADE: 22.0.0.2 is the latest version working on armv7l / OpenJDK 11.0.16 & armv7l / Zulu 17.0.5+8 -->
     <oh.version>${project.version}</oh.version>
-    <ohjs.version>openhab@4.5.0</ohjs.version>
+    <ohjs.version>openhab@4.5.1</ohjs.version>
   </properties>
 
   <build>