Uploaded image for project: 'Magnolia UI'
  1. Magnolia UI
  2. MGNLUI-1905

Message must not implement Map

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Fixed
    • Icon: Major Major
    • 5.0.2, 5.1
    • 5.0.1
    • None
    • None

      Message has to be able to store additional properties (next to the defined/known ones) if required. It's perfectly fine to use a map for this purpose - but Message must not be a map - e.g. implement the Map interface.

      On the one side this requires to implement lots of methods we don't want to offer - on the other side it makes IoC unusable in case you want to inject a message and a map.

        Acceptance criteria

              dlipp Daniel Lipp
              dlipp Daniel Lipp
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved:

                  Task DoR