Skip to content

Fix action error in anonymous transition #351

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 20, 2017

Conversation

jvalkeal
Copy link
Contributor

  • Executor is following anonymous transitions in a loop
    and if there is an exception in actions with this transition,
    effectively executor ended into infinite loop.
  • No bailing out from this loop if we cannot continue.
  • Fixes An exception in Action causes infinite transition #344

- Executor is following anonymous transitions in a loop
  and if there is an exception in actions with this transition,
  effectively executor ended into infinite loop.
- No bailing out from this loop if we cannot continue.
- Fixes spring-projects#344
@jvalkeal jvalkeal merged commit e25c5c6 into spring-projects:1.2.x Apr 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant