-
Bug
-
Resolution: Done
-
Major
-
7.54.0.Final
-
None
-
2021 Week 49-51 (from Dec 6th), 2022 Week 02-04 (from Jan 10), 2022 Week 05-07 (from Jan 31), 2022 Week 08-10 (from Feb 21)
-
5
-
NEW
-
NEW
I noticed that the FireAllRulesCommand.agendaFilter attribute is not serialised when using the JSON format while it is correctly serialized with JAXB.
I adapted the org.drools.core.command.runtime.rule.CommandSerializationTest to use JSONMarshaller and noticed the following commands are also not serialized consistently :
- UpdateCommand.handle is not serialized
- GetObjectCommand.disconnectedFactHandle is not serialized
I have attached a sample project containing failing unit tests
- relates to
-
DROOLS-6675 Make sure that all drools EventListeners implementations are serializable
- Resolved