sergehuber commented on a change in pull request #200:
URL: https://github.com/apache/unomi/pull/200#discussion_r520433093



##########
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:
       @lyogev have you seen my previous message about the metadata name ? Once 
this is fixed we could merge this. 




----------------------------------------------------------------
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]


Reply via email to