We need to get rid of io.camunda.zeebe.spring.client.bean.MethodInfo#invoke call because coworkers can produce exceptions that are not subclasses of java.lang.RuntimeException. To mitigate this we create the org.camunda.community.extension.coworker.spring.error.DefaultSpringZeebeErrorHandler wrapper that strips off java.lang.RuntimeException.
We need to get rid of
io.camunda.zeebe.spring.client.bean.MethodInfo#invoke
call because coworkers can produce exceptions that are not subclasses ofjava.lang.RuntimeException
. To mitigate this we create theorg.camunda.community.extension.coworker.spring.error.DefaultSpringZeebeErrorHandler
wrapper that strips offjava.lang.RuntimeException
.It will be not a blocker since it will be done.