pibizza opened a new issue, #6450: URL: https://github.com/apache/incubator-kie-drools/issues/6450
Drools no longer supports serialization and deserialization. However there is still a lot of code to perform serialization/deserialization of objects in the rule base. One of the places where the serialization seems still to be used is in org.drools.base.definitions.impl.KnowledgePackageImpl.deepCloneIfAlreadyInUse(ClassLoader) This task is about understanding if the cloning performed in the method is required, or if the cloning can be performed in a different way. -- 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]
