You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There might be implementations which do not want Pojos that contains jackson annotations, so the current serverlessworkflow-api needs to be split into different modules.
Serverlessworkflow-api will continue depending on jackson, but the types generated will not contain any reference to jackson, allowing a different parser implementation, if desired.