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

com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon. 'net.cakebuild.actions.CakeTasksTreeAction$TaskOnlyActions$Execute' must override getActionUpdateThread and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: net.cakebuild.cakerider] #422

Closed
nils-a opened this issue Apr 12, 2024 · 1 comment · Fixed by #426
Assignees
Labels
Milestone

Comments

@nils-a
Copy link
Member

nils-a commented Apr 12, 2024

Plugin version: 8.0.1
IDE version: 2024.1 EAP 9 (RD-241.14494.107)
Operating system: Windows 11
Exception: com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDTis deprecated and going to be removed soon. 'net.cakebuild.actions.CakeTasksTreeAction$TaskOnlyActions$Execute' must overridegetActionUpdateThread and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: net.cakebuild.cakerider]
Stacktrace:

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'net.cakebuild.actions.CakeTasksTreeAction$TaskOnlyActions$Execute' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: net.cakebuild.cakerider]
	at com.intellij.diagnostic.PluginProblemReporterImpl.createPluginExceptionByClass(PluginProblemReporterImpl.java:23)
	at com.intellij.diagnostic.PluginException.createByClass(PluginException.java:90)
	at com.intellij.diagnostic.PluginException.reportDeprecatedUsage(PluginException.java:125)
	at com.intellij.openapi.actionSystem.ActionUpdateThreadAware.getActionUpdateThread(ActionUpdateThreadAware.java:21)
	at com.intellij.openapi.actionSystem.AnAction.getActionUpdateThread(AnAction.java:199)

@nils-a nils-a added the Bug label Apr 12, 2024
@nils-a
Copy link
Member Author

nils-a commented Apr 16, 2024

Probably related to #420

nils-a added a commit to nils-a/cake-rider that referenced this issue May 3, 2024
nils-a added a commit that referenced this issue May 8, 2024
(#422) Setting ActionUpdateThread to EDT
@nils-a nils-a modified the milestones: vNext, 8.0.2 May 8, 2024
@nils-a nils-a self-assigned this May 14, 2024
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 a pull request may close this issue.

1 participant