OpenLiberty / liberty-tools-intellij

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

Upgrade to IntelliJ IDEA 2024.1: Investigate and resolve issues with Jakarta unit test automation. #739

Closed mrglavas closed 2 months ago

mrglavas commented 2 months ago

See comments here: https://github.com/OpenLiberty/liberty-tools-intellij/issues/722#issuecomment-2093670568.

After upgrading to 2024.1, all of the Jakarta unit tests are failing with java.lang.NoSuchMethodError: 'void org.jetbrains.idea.maven.project.MavenWorkspaceSettingsComponent.loadState(org.jetbrains.idea.maven.project.MavenWorkspaceSettings).

mrglavas commented 2 months ago

Resolved by https://github.com/OpenLiberty/liberty-tools-intellij/pull/728.