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



##########
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:
       Ok thanks for the feedback. Will probably merge this after 1.5.3 then.




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