OpenLiberty / liberty-tools-intellij

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

Upgrade to IntelliJ 2024.1.1 and address issues with the Jakarta EE unit tests. #728

Closed mrglavas closed 4 months ago

mrglavas commented 5 months ago

Resolves https://github.com/OpenLiberty/liberty-tools-intellij/issues/722 and https://github.com/OpenLiberty/liberty-tools-intellij/issues/739.

mrglavas commented 5 months ago

Looks like the Maven test framework needs to be updated. I'm investigating.

mrglavas commented 4 months ago

Upgraded to the latest Maven test framework and updated the Jakarta EE unit tests as required.

mrglavas commented 4 months ago

Issues with the automated UI tests exposed by the upgrade to 2024.1 are being addressed in this PR: https://github.com/OpenLiberty/liberty-tools-intellij/pull/741.