Abhitocode opened a new pull request, #7078: URL: https://github.com/apache/incubator-kie/pull/7078
When a process instance is loaded with the non-read-only constructor, `findById` unmarshalls the state but the constructor does not keep it, so the next load reads and unmarshalls the same row again. This change keeps the instance that was already unmarshalled instead of discarding it. Read-only instances are left as they are, since they are also produced by bulk reads such as `stream`. Added two tests. Part of Pr's for issue : https://github.com/apache/incubator-kie-issues/issues/2396 -- 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]
