You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by GitBox <gi...@apache.org> on 2020/11/10 09:57:35 UTC

[GitHub] [unomi] sergehuber commented on a change in pull request #200: UNOMI-371 add optional support for optimistic concurrency control (if_seq_no)

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:
users@infra.apache.org