openhab-core/bundles
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
..
org.openhab.core Move Java only tests from org.openhab.core.tests to org.openhab.core (#2768) 2022-02-15 16:34:14 +01:00
org.openhab.core.addon.marketplace [addonservices] allow uninstalling of removed addons and fix other issues (#2607) 2022-02-06 09:48:55 +01:00
org.openhab.core.addon.marketplace.karaf Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.addon.sample Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.audio Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.auth.jaas Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.auth.oauth2client Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.automation Avoid throwing raw exception types (#2747) 2022-02-14 16:14:25 +01:00
org.openhab.core.automation.module.media Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.automation.module.script Fix context being re-used for next execution (#2760) 2022-02-17 20:32:58 +01:00
org.openhab.core.automation.module.script.rulesupport Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.automation.rest Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.binding.xml Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.config.core Avoid URISyntaxException in tests (#2770) 2022-02-15 17:33:59 +01:00
org.openhab.core.config.discovery Avoid URISyntaxException in tests (#2770) 2022-02-15 17:33:59 +01:00
org.openhab.core.config.discovery.mdns Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.config.discovery.upnp Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.config.discovery.usbserial Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.config.discovery.usbserial.linuxsysfs Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.config.discovery.usbserial.ser2net Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.config.dispatch Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.config.serial Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.config.xml Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.ephemeris Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.id Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.bin2json Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.console Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.console.eclipse Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.console.karaf Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.console.rfc147 Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.http Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.http.auth Update org.openhab.core.io.http.auth .classpath (#2679) 2022-01-11 07:46:00 +01:00
org.openhab.core.io.jetty.certificate Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.monitor Stop catching Throwables in DefaultMetricsRegistration (#2767) 2022-02-15 16:38:10 +01:00
org.openhab.core.io.net Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.rest Avoid URISyntaxException in tests (#2770) 2022-02-15 17:33:59 +01:00
org.openhab.core.io.rest.audio Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.rest.auth Avoid throwing raw exception types (#2747) 2022-02-14 16:14:25 +01:00
org.openhab.core.io.rest.core Avoid URISyntaxException in tests (#2770) 2022-02-15 17:33:59 +01:00
org.openhab.core.io.rest.log Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.rest.mdns Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.rest.sitemap Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.rest.sse Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.io.rest.swagger Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.rest.ui Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.rest.voice [voice] New REST API to start/stop dialog processing (#2731) 2022-02-13 20:44:17 +01:00
org.openhab.core.io.transport.mdns Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.transport.modbus Avoid throwing raw exception types (#2747) 2022-02-14 16:14:25 +01:00
org.openhab.core.io.transport.mqtt Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.transport.serial Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.transport.serial.javacomm Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.transport.serial.rxtx Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.transport.serial.rxtx.rfc2217 Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.io.transport.upnp Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.karaf New Crowdin updates (#2667) 2022-01-08 10:18:15 +01:00
org.openhab.core.model.codegen Renamed packages 2019-12-28 12:18:16 +01:00
org.openhab.core.model.core allow multiple listeners for same directory in WatchService (#2724) 2022-02-07 10:14:41 +01:00
org.openhab.core.model.item Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.item.ide Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.item.runtime Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.lazygen Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.lsp Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.model.persistence Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.persistence.ide Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.persistence.runtime Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.rule Add triggeringThing name to DSL rules (#2756) 2022-02-13 10:34:08 +01:00
org.openhab.core.model.rule.ide Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.rule.runtime Implement new "System reached start level XX"-Trigger for DSL-rules (#2658) 2022-01-17 23:28:57 +01:00
org.openhab.core.model.script Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.model.script.ide Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.script.runtime Add triggeringThing name to DSL rules (#2756) 2022-02-13 10:34:08 +01:00
org.openhab.core.model.sitemap Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.sitemap.ide Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.sitemap.runtime Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.thing Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.thing.ide Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.model.thing.runtime Update license headers to 2022 (#2671) 2022-01-07 13:16:42 +01:00
org.openhab.core.persistence Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.semantics Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.storage.json Avoid throwing raw exception types (#2747) 2022-02-14 16:14:25 +01:00
org.openhab.core.test Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.test.magic Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.thing Avoid URISyntaxException in tests (#2770) 2022-02-15 17:33:59 +01:00
org.openhab.core.thing.xml Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.transform Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.ui Avoid URISyntaxException in tests (#2770) 2022-02-15 17:33:59 +01:00
org.openhab.core.ui.icon Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
org.openhab.core.voice Add more null annotations (#2742) 2022-02-14 11:33:50 +01:00
antlr-generator-3.2.0-patch.jar [model] don't require to download antlr generator on build time (#810) 2019-05-14 09:04:35 +02:00
pom.xml pom reference update from http to https (#2644) 2021-12-23 22:55:20 +01:00