fjtirado commented on code in PR #2191:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2191#discussion_r1954514033


##########
data-index/data-index-storage/data-index-storage-mongodb/src/main/java/org/kie/kogito/index/mongodb/model/ProcessDefinitionEntity.java:
##########
@@ -148,11 +148,11 @@ public void setAnnotations(Set<String> annotations) {
         this.annotations = annotations;
     }
 
-    public Map<String, String> getMetadata() {
+    public Map<String, Object> getMetadata() {

Review Comment:
   MongoDb should handle the Map<String,Object> in a similar way than the 
Map<String,String>, but it will be good to test this manually with an existing 
mongodb table 



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

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to