openhab-core/bundles/org.openhab.core.semantics/src
jimtng 0efaf23d4e
Fix the recursive group membership check (#4088)
Allow a group to be a member of its direct parent and also its parent's ancestors without raising an error.

Looping membership is still detected and prevented as before, thus Stack Overflow is still avoided.

Signed-off-by: Jimmy Tanagra <jcode@tanagra.id.au>
2024-02-12 17:21:55 +01:00
..
main Fix the recursive group membership check (#4088) 2024-02-12 17:21:55 +01:00
test/java/org/openhab/core/semantics Fix the recursive group membership check (#4088) 2024-02-12 17:21:55 +01:00