sergehuber commented on a change in pull request #200:
URL: https://github.com/apache/unomi/pull/200#discussion_r504070704
##########
File path: api/src/main/java/org/apache/unomi/api/Item.java
##########
@@ -63,6 +64,7 @@ public static String getItemType(Class clazz) {
protected String itemType;
protected String scope;
protected Long version;
+ protected Map<String, Object> metadata = new HashMap<>();
Review comment:
I'm having a problem with this name. We already have a MetadataItem
class that has Metadata object associated with it. I'm afraid this name might
cause confusion. I understand why it was introduced but I'm wondering if we
could find another name for it ?
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]