]
Edson Tirelli closed DROOLS-1488.
---------------------------------
Resolution: Won't Do
Fix JSONMarshaller.writeMap() check for double-wrapping for map
values
----------------------------------------------------------------------
Key: DROOLS-1488
URL:
https://issues.jboss.org/browse/DROOLS-1488
Project: Drools
Issue Type: Bug
Reporter: Matteo Mortari
Assignee: Matteo Mortari
Priority: Minor
The fix is the same as highlighted in the [closed PR
#856|https://github.com/kiegroup/droolsjbpm-integration/pull/856].
While the originally proposed fix is working on serialization, it posed some issues
during de-serialization side, suggesting the correction cannot be a blind-fix as per
original [closed PR #856|https://github.com/kiegroup/droolsjbpm-integration/pull/856].
It is suggested to investigate further with a comprehensive test, including serialization
and deserialization.