Rikkola commented on code in PR #6884:
URL: https://github.com/apache/incubator-kie/pull/6884#discussion_r3782080248


##########
drools-core/src/main/java/org/drools/core/util/DeserializationFilterHelper.java:
##########
@@ -35,7 +35,7 @@ public class DeserializationFilterHelper {
 
     private static final Set<String> DEFAULT_ALLOWED_CLASSES = Set.of(
             "org.drools.base.reteoo.InitialFactImpl",
-            "org.drools.core.util.LinkedListEntry",
+            "org.drools.base.util.LinkedListEntry",

Review Comment:
   This filter code was just added last month, but I don't think we support 
mixing Drools versions. So if this is an issue for someone, then 
re-serialization is needed.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to