-
Notifications
You must be signed in to change notification settings - Fork 181
ConsurrentModificationException when a new entry is added into MapSignal #21603
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
Comments
Can reproduce. The problem is that a dependency for another child signal is added while reacting to a structural change. |
Legioth
added a commit
that referenced
this issue
Jun 5, 2025
Legioth
added a commit
that referenced
this issue
Jun 5, 2025
mshabarov
pushed a commit
that referenced
this issue
Jun 6, 2025
vaadin-bot
pushed a commit
that referenced
this issue
Jun 6, 2025
vaadin-bot
added a commit
that referenced
this issue
Jun 6, 2025
Fixes #21603 Co-authored-by: Leif Åstrand <[email protected]>
This ticket/PR has been released with Vaadin 24.8.0.beta3 and is also targeting the upcoming stable 24.8.0 version. |
cromoteca
pushed a commit
that referenced
this issue
Jun 8, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description of the bug
This below examples gives me
ConcurrentModificationException
when I add a new person to the list:Expected behavior
I'm not sure whether I use the API wrong or this shouldn't happen. Framework perhaps should spot these cases and show some tip.
Minimal reproducible example
The text was updated successfully, but these errors were encountered: