Ensure binary backwards compatibility of Java API with 7.1

XMLWordPrintable

      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

            Assignee:
            Sebastian Menski
            Reporter:
            Daniel Meyer
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: