porcelli commented on code in PR #2039:
URL:
https://github.com/apache/incubator-kie-kogito-apps/pull/2039#discussion_r1574474572
##########
data-index/data-index-storage/data-index-storage-jpa-common/src/main/java/org/kie/kogito/index/jpa/model/ProcessInstanceEntity.java:
##########
@@ -53,7 +53,6 @@ public class ProcessInstanceEntity extends AbstractEntity {
private String businessKey;
private String endpoint;
@ElementCollection
- @JoinColumn(name = "process_id")
Review Comment:
without such change, quarkus upgrade fails as hibernate seems to be more
restrictive in this version
--
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]