-
Notifications
You must be signed in to change notification settings - Fork 36
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
Incompatible with Spring 4.1.2 #36
Comments
I just released Spring 4.1.3 which should fix this issue. |
Thank you very much for the reactivity 🙏 |
JulianSage
added a commit
to JulianSage/spring
that referenced
this issue
Oct 23, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The newest release of Spring (4.1.2) and particularly this commit makes this watcher broken:
I believe this call to
synchronize
should be changed to@mutex.synchronize
to mimic what happened in that commitThe text was updated successfully, but these errors were encountered: