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

ActionUpdateThread.OLD_EDT deprecated #472

Closed
rivancic opened this issue Aug 22, 2024 · 4 comments · Fixed by #476
Closed

ActionUpdateThread.OLD_EDT deprecated #472

rivancic opened this issue Aug 22, 2024 · 4 comments · Fixed by #476
Labels
bug Something isn't working

Comments

@rivancic
Copy link

Describe the bug
During the scan process IntelliJ throws following exception and breaks the scan.

com.intellij.diagnostic.PluginException: `ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon. 'com.jfrog.ide.idea.actions.ScanTimeLabelAction' must override `getActionUpdateThread` and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: org.jfrog.idea]
	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:200)

To Reproduce

IntelliJ IDEA version: IntelliJ IDEA 2024.1.1 (Ultimate Edition)
JFrog plugin version: 2.6.7
Operating system: Windows 10 Enterprise

  1. Login with SSO to JFrog server

  2. Start the scan

  3. It is scanning project dependencies
    image

  4. It fails in the last step
    image

Expected behavior
Dependencies should be analyzed and report displayed

Additional context
Add any other context about the problem here.

@rivancic rivancic added the bug Something isn't working label Aug 22, 2024
@eyalk007 eyalk007 linked a pull request Aug 27, 2024 that will close this issue
@eyalk007 eyalk007 removed a link to a pull request Aug 27, 2024
@eyalk007 eyalk007 linked a pull request Aug 27, 2024 that will close this issue
1 task
@eyalk007
Copy link
Contributor

Hi @rivancic,
Thank you for reporting the bug!
It has been solved and will be released in the next cycle

@rivancic
Copy link
Author

Any info on the next release? It's been a while since the last one in January.

@eyalk007
Copy link
Contributor

@rivancic
The next release is planned for next week 😁

@eyalk007
Copy link
Contributor

Solved as of version 2.7.0
@rivancic

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants