You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/AbstractScriptModuleHandler.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/ScriptActionHandler.java
+8-7
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@
31
31
*
32
32
* @author Kai Kreuzer - Initial contribution
33
33
* @author Simon Merschjohann - Initial contribution
34
+
* @author Florian Hotze - Add support for script pre-compilation
Copy file name to clipboardexpand all lines: bundles/org.openhab.core.automation.module.script/src/main/java/org/openhab/core/automation/module/script/internal/handler/ScriptConditionHandler.java
+13-11
Original file line number
Diff line number
Diff line change
@@ -30,6 +30,7 @@
30
30
*
31
31
* @author Kai Kreuzer - Initial contribution
32
32
* @author Simon Merschjohann - Initial contribution
33
+
* @author Florian Hotze - Add support for script pre-compilation
Copy file name to clipboardexpand all lines: bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/handler/ConditionHandler.java
Copy file name to clipboardexpand all lines: bundles/org.openhab.core.automation/src/main/java/org/openhab/core/automation/internal/RuleEngineImpl.java
+126-1
Original file line number
Diff line number
Diff line change
@@ -110,6 +110,7 @@
110
110
* @author Benedikt Niehues - change behavior for unregistering ModuleHandler
111
111
* @author Markus Rathgeb - use a managed rule
112
112
* @author Ana Dimova - new reference syntax: list[index], map["key"], bean.field
113
+
* @author Florian Hotze - add support for script condition/action compilation
113
114
*/
114
115
@Component(immediate = true, service = { RuleManager.class })
0 commit comments