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
At present when you export a handler from a remote component, it's necessary to restart the component when you recompile to change step patterns (the step method itself can often be modified and reloaded in debug mode, but the values of step annotations cannot be).
The goal is to enable a mode where the handler classes can be reloaded at runtime from a separate class loader, and expose a better API for adding steps dynamically
The text was updated successfully, but these errors were encountered:
At present when you export a handler from a remote component, it's necessary to restart the component when you recompile to change step patterns (the step method itself can often be modified and reloaded in debug mode, but the values of step annotations cannot be).
The goal is to enable a mode where the handler classes can be reloaded at runtime from a separate class loader, and expose a better API for adding steps dynamically
The text was updated successfully, but these errors were encountered: