jayChrono

Results 2 comments of jayChrono

I struggled with this a bit but found a workaround. Simply cast ``StateMachineTransitionBuilder`` on ``StateMachineTransitionConfigurer`` (in your case, ``builder.configureTransitions()``) to access additional configuration methods. Then use ``StateMachineTransitionBuilder.addTransition`` method to include...

Added ``resolve(t, context, Collections.emptyIterator())`` just before the ``handleUnwrapped(...)`` call (ModelResolver:710) to properly process @JsonUnwrapped in my project. ![image001_resized](https://github.com/user-attachments/assets/80fe8b2d-020e-4cc6-9ea7-f3230c060907)