-
Task
-
Resolution: Fixed
-
L3 - Default
-
None
Problem:
- return values of some methods were changed form Map<String, Object> to VariableMap.
This is ok since VariableMap implements Map<String, Object>. HOWEVER: it requires users to re-compile their applications and libraries against the new camunda BPM version since the java compiler links the methods at compile time. This should not be necessary.
AT:
- ensure binary compatibility with 7.1