boc-tothefuture / openhab-jruby

JRuby Libraries for Openhab
Eclipse Public License 2.0
6 stars 9 forks source link

Rules reloading is broken in 4.43.1 #620

Closed jimtng closed 2 years ago

jimtng commented 2 years ago

When a rule file is modified and saved, the new rule doesn't seem to take effect. The old rule continues to run.

To reproduce:

rule 'x' do
  received_command(SwitchItem1)
  run { logger.info 'T1' }
end

SwitchItem1.on

Then change T1 to T2, then save. Change it again to T3 and save. Openhab will continue to log T1

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 4.43.2 :tada:

The release is available on:

Your semantic-release bot :package::rocket: