Skip to content
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

Fix action update thread deprecation #2072

Conversation

piotrkwiecinski
Copy link
Contributor

@piotrkwiecinski piotrkwiecinski commented Jun 29, 2024

Fixes multiple:

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon.

Fixes: #2032 and possible most of the 90 bug reports in the issue tracker.

Depends on #2071 which should be merged first.

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with integration/functional tests (if applicable)
  • All automated tests passed successfully (all builds are green)

@piotrkwiecinski piotrkwiecinski force-pushed the fix-action-update-thread-deprecation branch from db7d4f7 to b31f927 Compare June 29, 2024 14:24
@piotrkwiecinski piotrkwiecinski marked this pull request as ready for review June 29, 2024 14:27
VitaliyBoyko
VitaliyBoyko previously approved these changes Jul 4, 2024
@VitaliyBoyko VitaliyBoyko self-requested a review July 4, 2024 18:23
@VitaliyBoyko VitaliyBoyko merged commit 692fd58 into magento:5.2.0-develop Jul 4, 2024
5 checks passed
@VitaliyBoyko
Copy link
Contributor

@piotrkwiecinski

Thank you for your contribution. I'm testing the build. I will deploy it ASAP if all is good.

@piotrkwiecinski
Copy link
Contributor Author

Awesome. Thank you @VitaliyBoyko. Expect a couple more in upcoming weeks.

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

Successfully merging this pull request may close these issues.

Bug Report 2024/04/22
2 participants