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

[Bug]: ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon #316

Closed
1 task done
michabbb opened this issue Apr 4, 2024 · 7 comments
Closed
1 task done
Labels
bug Something isn't working

Comments

@michabbb
Copy link

michabbb commented Apr 4, 2024

Short bug description

ActionUpdateThread.OLD_EDT` is deprecated and going to be removed soon

Extended bug description

com.intellij.diagnostic.PluginException: ActionUpdateThread.OLD_EDT is deprecated and going to be removed soon. 'nl.deschepers.laraveltinker.action.OpenNewConsoleAction' must override getActionUpdateThread and chose EDT or BGT. See ActionUpdateThread javadoc. [Plugin: nl.deschepers.laraveltinker]
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)

Your project is not the problem

  • I tried using a fresh laravel install - I'm fairly certain it has nothing to do with my project.

How to reproduce?

use phpstorm:

PhpStorm 2024.1
Build #PS-241.14494.237, built on March 27, 2024
Runtime version: 17.0.10+8-b1207.12 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 11.0

Expected behavior

no errors ;)

Screenshots

No response

IDE & Version

2024.1

PHP Version

is not related to php

OS and version

Windows 11

Laravel Tinker plugin version

2.6.1

Interpreter type

Docker (NOT compose)

Laravel Version

not related to laravel

Tinker version

not related to laravel

Psysh version

not related to laravel

Additional Context

This seems to be a global issue because the error gets thrown with starting phpstorm

@michabbb michabbb added the bug Something isn't working label Apr 4, 2024
@michabbb
Copy link
Author

michabbb commented Apr 5, 2024

just fyi: donation done ✅ 😏

@Roboroads
Copy link
Owner

I've received notifications from JB as well that the prugin has some deprecations. Since they're catching up I see I got stuff to do xD

@michabbb
Copy link
Author

michabbb commented Apr 8, 2024

Glad you are still on this plugin 🙏😊

@Roboroads
Copy link
Owner

Fixed in 8a4c573

@michabbb
Copy link
Author

@Roboroads, when do you think we should see the new version in the phpstorm plugin store ??

@Roboroads
Copy link
Owner

@michabbb no news from jb yet. It's uploaded, waiting for approval :)

@michabbb
Copy link
Author

For others: the update is online . 😊 Thanks @Roboroads for the quick fix 💪🙏

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

No branches or pull requests

2 participants