openhab-addons/bundles/org.openhab.automation.groovyscripting/src/main
Wouter Born 98d257982c
[groovyscripting] Prevent CNFE for scoped classes unavailable to the class loader (#17860)
Fixes the ClassNotFoundException when using Thing actions caused by #17383.
The GroovyClassLoader loads classes by name however the Thing actions classes cannot be loaded by name because they are internal classes.

Fixes #17683

Signed-off-by: Wouter Born <github@maindrain.net>
2024-12-07 17:10:28 +01:00
..
feature
java/org/openhab/automation/groovyscripting/internal [groovyscripting] Prevent CNFE for scoped classes unavailable to the class loader (#17860) 2024-12-07 17:10:28 +01:00
resources/OH-INF/addon