guymahieu / ivyidea

Resolve dependencies for your Intellij projects using Ivy
Apache License 2.0
13 stars 18 forks source link

Plugin uses deprecated Methods that going to be removed soon #176

Closed robinSibit closed 2 months ago

robinSibit commented 2 months ago

When using the Plugin with one of the newest IntelliJ versions I get daily a message "ActionUpdateThread.OLD_EDT" is going to be removed:

com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon. 'org.clarent.ivyidea.ResolveForActiveModuleAction' must override getActionUpdateThread() and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: IvyIDEA] 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:201)

robinSibit commented 2 months ago

Ok nevermind i just saw this is a duplicate and was already reported... When will the next version be released?

maartenc commented 2 months ago

Yeah, I fixed it yesterday. The new version will be there soon I hope... I'll try to release it next week.

robinSibit commented 2 months ago

Thanks for your work and the Info :)