Skip to content

Commit

Permalink
[incubator-kie-issues-1084] Remove fields from ProcessDefinitionEntit…
Browse files Browse the repository at this point in the history
…y.toString to avoid transaction errors due to lazy loading (apache#2032)
  • Loading branch information
martinweiler authored and rgdoliveira committed Apr 23, 2024
1 parent b0c585f commit dea1885
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -205,10 +205,7 @@ public String toString() {
", version='" + version + '\'' +
", name='" + name + '\'' +
", type='" + type + '\'' +
", roles=" + roles +
", addons=" + addons +
", endpoint='" + endpoint + '\'' +
", nodes='" + nodes + '\'' +
'}';
}
}

0 comments on commit dea1885

Please sign in to comment.