openhab-core/bundles/org.openhab.core.automation.module.script
J-N-K 69069270a9
Fix context being re-used for next execution (#2760)
Trigger information is inserted in the execution context. This information is changed to the new information each time the context is updated with the same keys. If the context of the next execution does not contain values for each key, the old key is re-used, leading e.g. to wrong event information in the context.

The solution is to re-set the individual context after each execution.

Signed-off-by: Jan N. Klug <github@klug.nrw>
2022-02-17 20:32:58 +01:00
..
src/main/java/org/openhab/core/automation/module/script Fix context being re-used for next execution (#2760) 2022-02-17 20:32:58 +01:00
.classpath [infrastructure] add external null-annotations (#1775) 2020-11-03 21:33:48 +01:00
.project mavenize openHAB and integrate mavenized ESH repository (#467) 2019-01-28 13:07:31 +01:00
bnd.bnd Add DynamicImport-Package for scripted automation (#663) 2019-03-30 19:55:01 +01:00
NOTICE Updated NOTICE files to openHAB (#578) 2019-02-15 10:46:18 +01:00
pom.xml pom reference update from http to https (#2644) 2021-12-23 22:55:20 +01:00