fjtirado commented on issue #3628: URL: https://github.com/apache/incubator-kie-kogito-runtimes/issues/3628#issuecomment-2304681523
@tkobayas Curioulsy, in my local I get a 500 rather than a 400. In the case of the 500, the issue is that ServiceLoader is not thread safe In the case of 400 I guess the issue is related with Instance<PRocesses>.stream being called concurrently, but I was not able to reproduce locally. Ill avoid using stream() over them anyay. -- 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]
