Skip to content

fix: remove synchronized on mediator #254

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 5 commits into from
Mar 14, 2025

Conversation

polbins
Copy link
Contributor

@polbins polbins commented Mar 13, 2025

Summary

Removes synchronized blocks on Mediator in favor of CopyOnWriteArrayList instead.

It would be good to review this PR on a per commit basis.

Checklist

  • Does your PR title have the correct title format?
  • Does your PR have a breaking change?:

@polbins polbins requested a review from igor-amp March 13, 2025 18:07
@polbins polbins force-pushed the AMP-124676/remove-synchronized-on-mediator branch from 31d9386 to 6e802ae Compare March 13, 2025 18:12
@polbins polbins force-pushed the AMP-124676/remove-synchronized-on-mediator branch from 6e802ae to a0294eb Compare March 13, 2025 18:44
@polbins polbins requested a review from igor-amp March 13, 2025 18:53
@polbins polbins force-pushed the AMP-124676/remove-synchronized-on-mediator branch from 97d02c3 to 04aeba8 Compare March 14, 2025 20:17
@polbins polbins merged commit d71d59b into main Mar 14, 2025
4 checks passed
@polbins polbins deleted the AMP-124676/remove-synchronized-on-mediator branch March 14, 2025 21:54
github-actions bot pushed a commit that referenced this pull request Mar 17, 2025
## [1.20.4](v1.20.3...v1.20.4) (2025-03-17)

### Bug Fixes

* Mediator flaky test  ([#256](#256)) ([7dacdfa](7dacdfa))
* remove synchronized on mediator ([#254](#254)) ([d71d59b](d71d59b))
Copy link

🎉 This PR is included in version 1.20.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants