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
<p>Version 25.0.5 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 25.0.5 requires IntelliJ IDEA version 2024.2.*, 2024.3.*, or 2025.1.* and a minimum of Java 17.</p>
236
+
Notable changes:
237
+
<ul>
238
+
<li> Support for IntelliJ IDEA 2025.1 and its successive fix releases.
239
+
<li> Fix to enable the debugger to attach to a Liberty server when using a custom Liberty installation.
240
+
<li> Fix for NPE when creating a new Liberty run/debug configuration for a new project without opening the Liberty tool window first.
241
+
<li> Fix to enable the “Liberty: Start” action to always run a basic dev mode command with no parameters.
242
+
<li> Fix to enable removal of the “Run in container” parameter when the Liberty run/debug config is deleted.
243
+
<li> Prepopulate the name for a new Liberty run/debug config.
244
+
<li> Updated the <a href="https://github.com/OpenLiberty/liberty-language-server">Liberty Config Language Server</a> version to 2.2.1, which includes multiple enhancements and bug fixes. For more information regarding changes for version 2.2.1, refer to the release notes:
<li> Updated the <a href="https://github.com/eclipse/lsp4jakarta">Language Server for Jakarta EE</a> version to 0.2.3. For more information regarding changes for version 0.2.3, refer to the release notes: https://github.com/eclipse-lsp4jakarta/lsp4jakarta/releases/tag/0.2.3
250
+
<li> Liberty Tools version 25.0.5 has been tested with <a href="https://github.com/redhat-developer/lsp4ij">LSP4IJ</a> version 0.13.0.
251
+
<ul>
252
+
<li> For more information regarding tested LSP4IJ versions, refer to the table in <a href="https://github.com/OpenLiberty/liberty-tools-intellij/blob/main/docs/user-guide.md#manually-install-specific-release-of-the-lsp4ij-plugin-from-the-marketplace">this section</a> of the user guide.
253
+
</ul>
254
+
See the <a href="https://github.com/OpenLiberty/liberty-tools-intellij/compare/24.0.12...25.0.5">commit log</a> for the full set of changes since the previous release.
255
+
<br>
234
256
<h2> 24.0.12 </h2>
235
257
<p>Version 24.0.12 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 24.0.12 requires IntelliJ IDEA version 2024.1.*, 2024.2.*, or 2024.3.* and a minimum of Java 17.</p>
Copy file name to clipboardExpand all lines: docs/user-guide.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,7 @@ For information regarding known issues and limitations, refer to our [Common Iss
29
29
## Before you begin
30
30
### Software requirements
31
31
<!-- Make sure to also update the main README.md note at its top, and its #Requirements section -->
32
-
- Version 24.0.12 requires **IntelliJ IDEA 2024.1.\***, **2024.2.\***, or **2024.3.\***. Liberty Tools for IntelliJ IDEA is compatible with the Community Edition of IntelliJ IDEA.
32
+
- Version 25.0.5 requires **IntelliJ IDEA 2024.2.\***, **2024.3.\***, or **2025.1.\*** and a minimum of **Java 17**. Liberty Tools for IntelliJ IDEA is compatible with the Community Edition of IntelliJ IDEA.
33
33
-**Java 17** or later. If you change the IntelliJ IDEA Boot Java Runtime through the **Change Boot Java Runtime for the IDE** preference, ensure that you are using Java 17 or later.
34
34
-[Liberty Tools for IntelliJ IDEA plugin](https://plugins.jetbrains.com/plugin/14856-liberty-tools/)
35
35
@@ -61,6 +61,7 @@ If you prefer to use an older version of LSP4IJ (e.g., a specific version that w
0 commit comments