OpenLiberty / liberty-tools-intellij

IntelliJ IDEA extension for Liberty
https://plugins.jetbrains.com/plugin/14856-open-liberty-tools
Eclipse Public License 2.0
14 stars 26 forks source link

Support IntelliJ IDEA 2024.3 #1005

Open TrevCraw opened 1 month ago

TrevCraw commented 1 month ago

~Investigate to find any issues with LTI using the 2024.3 EAP release: https://www.jetbrains.com/idea/nextversion/.~

Investigate to find any issues with LTI using the 2024.3 Community and Ultimate editions: https://www.jetbrains.com/idea/download/other.html

Open new issues and track them here.

anusreelakshmi934 commented 5 days ago

We reviewed their documentation for any updates and could find out some classes were renamed and some json classes were also removed. Here is the link of the changes - https://plugins.jetbrains.com/docs/intellij/api-changes-list-2024.html.

anusreelakshmi934 commented 5 days ago

In addition to that, we can see a set of classes are showing as deprecated, once doing runIde. Functionalities are woking as expected. But it shows an error message once doing runIde.

image