openhab-core/bundles/org.openhab.core.semantics/src
J-N-K caf13da88a
Fix StackOverflowError in SemanticsMetadataProvider (#3748)
In case of cyclic/recursive membership of groups (i.e. a group has itself or a child as parent) the recursive processing of the items leads to an `StackOverflowError` (reported in the forum and the german Facebook group). Also this is clearly a configuration error it should not result in the bundle not starting.

Signed-off-by: Jan N. Klug <github@klug.nrw>
2023-08-12 11:49:12 +02:00
..
main Fix StackOverflowError in SemanticsMetadataProvider (#3748) 2023-08-12 11:49:12 +02:00
test/java/org/openhab/core/semantics Fix StackOverflowError in SemanticsMetadataProvider (#3748) 2023-08-12 11:49:12 +02:00