You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Intellij Idea, I've updated Ebean agent (from some old version, afaik 15.5.0) to a newer version 15.8.0 via a predownloaded zip file which I imported through standard Idea "Install Plugin From Disk" button.
Idea has shown new version 15.8.0 (the previous version was installed via marketplace).
But .idea/ebean-plugin.xml still shows the old 15.5.0 version (cache invalidate, plugin restart/reenable, gradle clean - didn't help). And the application executions also kept using the old version, thus causing weird NoSuchMethodError exceptions at runtime.
Does anybody know what and when is supposed to update .idea/ebean-plugin.xml file? The old version looked like this:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Here is what I've done:
.idea/ebean-plugin.xml
still shows the old 15.5.0 version (cache invalidate, plugin restart/reenable, gradle clean - didn't help). And the application executions also kept using the old version, thus causing weird NoSuchMethodError exceptions at runtime.Does anybody know what and when is supposed to update
.idea/ebean-plugin.xml
file? The old version looked like this:I'm not sure if it's Ebean or Idea or my actions issue, so opening it as a discussion.
Beta Was this translation helpful? Give feedback.
All reactions