-
Bug
-
Resolution: Done
-
Major
-
7.9.0.GA
-
None
-
False
-
False
-
Release Notes
-
-
-
-
-
-
CR1
-
+
-
Undefined
-
In one of the last PR a
PriorityMap
has been implemented inside
org.kie.api.internal.utils.ServiceDiscoveryImpl
But this map is not updated/reset from
org.kie.api.internal.utils.ServiceDiscoveryImpl.reset()
and that lead to unconsistent situation: cachedServices are removed but they can't be repopulated, because an exception is thrown at
This ticket should add a "reset" method inside PriorityMap, and call it inside
org.kie.api.internal.utils.ServiceDiscoveryImpl
- clones
-
DROOLS-5722 Fix ServiceDiscoveryImpl.reset
- Closed