ccutrer / openhab-jrubyscripting

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

refactor script_uploaded priority #190

Closed jimtng closed 1 year ago

jimtng commented 1 year ago

This also gets around the current issue encountered in jruby 9.4.1.0, because rules.build no longer calls the kwargs. Instead, the problem shifted to items.build / things.build.

At least the majority of scripts will work. Only scripts that used items.build / things.build will now be affected by the jruby 9.4.1.0 bug.