martinweiler commented on code in PR #2274:
URL: 
https://github.com/apache/incubator-kie-kogito-apps/pull/2274#discussion_r2475444862


##########
data-index/data-index-storage/data-index-storage-jpa-common/src/main/resources/META-INF/native-image/reflect-config.json:
##########
@@ -0,0 +1,406 @@
+ [
+     {
+       "name":"org.kie.kogito.index.jpa.model.NodeEntityId",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"org.kie.kogito.index.jpa.model.NodeEntityId_",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"[Lorg.kie.kogito.index.jpa.model.NodeEntityId;",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"org.kie.kogito.index.jpa.model.AbstractEntity",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"org.kie.kogito.index.jpa.model.AttachmentEntity",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"org.kie.kogito.index.jpa.model.AttachmentEntity$HibernateProxy",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"org.kie.kogito.index.jpa.model.AttachmentEntity_",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"org.kie.kogito.index.jpa.model.CommentEntity",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"org.kie.kogito.index.jpa.model.CommentEntity$HibernateProxy",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"org.kie.kogito.index.jpa.model.CommentEntity_",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"org.kie.kogito.index.jpa.model.JobEntity",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true
+     },
+     {
+       "name":"org.kie.kogito.index.jpa.model.JobEntity$HibernateProxy",
+       "allDeclaredConstructors" : true,
+       "allPublicConstructors" : true,
+       "allDeclaredMethods" : true,
+       "allPublicMethods" : true,
+       "allDeclaredFields" : true,
+       "allPublicFields" : true,

Review Comment:
   missing closing parenthesis:
   ```
   },
   ```



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