Azn9 / JetBrains-Discord-Integration

Discord rich presence integration for all JetBrains IDEs
Apache License 2.0
117 stars 9 forks source link

[Deprecation]: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon #79

Closed maxfaa closed 2 months ago

maxfaa commented 5 months ago

What happened?

J'ai pas constaté de problèmes (rien de visible en tout cas) mais ce message d'erreur est apparu image

IDE version

CLion 2024.1 EAP (Nova) Build #CL-241.11109, built on January 31, 2024

Plugin version

2.0.8

What operating system are you using?

MacOS

Relevant log output

com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon. 'dev.azn9.plugins.discord.actions.ApplicationShowAction' must override getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: dev.azn9.plugins.discord]
    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:198)
WarningImHack3r commented 3 months ago

@Azn9 si jamais tu as besoin de tips, j'ai fix le même problème pour mon plugin : https://github.com/WarningImHack3r/npm-update-dependencies/pull/80, c'est super simple à fix

Azn9 commented 3 months ago

Merci @WarningImHack3r ! Là mon plus gros problème c'est de trouver du temps pour travailler dessus 😅

WarningImHack3r commented 3 months ago

Je te prépare une petite PR dans la journée ;)