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

Update actions to avoid exception "ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon." with 2024.1 eap #599

Merged
merged 1 commit into from
Mar 6, 2024

Conversation

jansorg
Copy link
Collaborator

@jansorg jansorg commented Mar 5, 2024

Closes #596

2024.1 eap added an annoying error if an AnAction does not specify the thread, where its presentation is updated.
All our actions are now implementing UpdateInBackground, because that is the only way I'm aware of which is available in all our supported SDKs.

… deprecated and going to be removed soon." with 2024.1 eap
@jansorg jansorg requested a review from ahtrotta March 5, 2024 16:07
Copy link

github-actions bot commented Mar 5, 2024

AppMap runtime code review

Summary Status
Failed tests ✅ All tests passed
API changes 0️⃣ No API changes
Security flaws ✅ None detected
Performance problems ✅ None detected
Code anti-patterns ✅ None detected
New AppMaps 0️⃣ No new AppMaps
Removed AppMaps ✖️ 1 removed junit test

✖️ Removed AppMaps

[junit] Scanner files async listener findings directory deletion

@ahtrotta ahtrotta merged commit d6d18ca into develop Mar 6, 2024
6 checks passed
@ahtrotta ahtrotta deleted the jansorg/actions-update-threads branch March 6, 2024 18:27
@appland-release
Copy link
Contributor

🎉 This PR is included in version 0.59.0 🎉

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