openhab-core/bundles/org.openhab.core.config.dis.../src
J-N-K 07e8ff56c7
Prevent duplicate events in WatchService (#3404)
On Samba shares a single MODIFY event may result in different sequences of CREATE/DELETE/MODIFY events. Unfortunately this is not properly handled by the underlying library and we have to re-introduce our ugly workaround. The solution itself is a bit improved over the old one as it not only keeps the last event but determines the correct event by examining the sequence of received events.

Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-03-05 09:44:23 +01:00
..
main/java/org/openhab/core/config/dispatch/internal Prevent duplicate events in WatchService (#3404) 2023-03-05 09:44:23 +01:00
test/java/org/openhab/core/config/dispatch/internal Fix ConfigDispatcherFileWatcher (#3384) 2023-02-19 11:47:20 +01:00