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
* Updates for 25.0.9 release notes
* Updated 25.0.8 release notes to match the GitHub release notes
* Keep commas before conjunctions in lists for clarity
* Keep commas before conjunctions in lists for clarity
* Add support for Ultimate in the docs
* Grammatical edits; added end tags
Co-authored-by: Michael Glavassevich <[email protected]>
---------
Co-authored-by: Michael Glavassevich <[email protected]>
Copy file name to clipboardExpand all lines: build.gradle
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -235,7 +235,7 @@ intellijPlatform {
235
235
}
236
236
changeNotes ="""
237
237
<h2> 25.0.9 </h2>
238
-
<p>Version 25.0.9 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 25.0.9 requires IntelliJ IDEA version 2024.3.*, 2025.1.* or 2025.2.* and a minimum of Java 17.</p>
238
+
<p>Version 25.0.9 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 25.0.9 requires IntelliJ IDEA version 2024.3.*, 2025.1.*, or 2025.2.* and a minimum of Java 17.</p>
239
239
Notable changes:
240
240
<ul>
241
241
<li> Support for IntelliJ IDEA 2025.2 and its successive fix releases. </li>
<li> Liberty Tools version 25.0.9 has been tested with <a href="https://github.com/redhat-developer/lsp4ij">LSP4IJ</a> version 0.15.0.
248
+
<li> Resolved an exception that occurred when running Liberty actions in IntelliJ 2024.3.x. </li>
249
+
<li> Enabled Liberty actions to be run with the new “Reworked 2025” terminal engine. </li>
250
+
<li> Resolved a bug where multiple @BeanParams were incorrectly reported as an error in Java files. </li>
251
+
<li> Liberty Tools version 25.0.9 has been tested with <a href="https://github.com/redhat-developer/lsp4ij">LSP4IJ</a> versions 0.15.0, 0.16.0, and 0.16.1. </li>
249
252
<ul>
250
253
<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. </li>
251
254
</ul>
@@ -255,7 +258,7 @@ intellijPlatform {
255
258
<h2> 25.0.8 </h2>
256
259
<p>Version 25.0.8 of Liberty Tools for IntelliJ IDEA contains a workaroud for a bug in the IntelliJ IDEA 2025.1.x fix stream. Version 25.0.8 requires IntelliJ IDEA version 2024.2.*, 2024.3.*, or 2025.1.* and a minimum of Java 17.</p>
257
260
<ul>
258
-
<li> Workaround for NullPointerException that occurs during application startup when using Liberty Tools with a fresh installation of IntelliJ IDEA 2025.1.2 or higher in the 2025.1.x fix stream. </li>
261
+
<li> This release contains a workaround for a NullPointerException that blocks application startup when using Liberty Tools with a fresh installation of IntelliJ IDEA 2025.1.2 or higher in the 2025.1.x fix stream. </li>
259
262
<li> Liberty Tools version 25.0.8 has been tested with <a href="https://github.com/redhat-developer/lsp4ij">LSP4IJ</a> version 0.14.2.
260
263
<ul>
261
264
<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.
Copy file name to clipboardExpand all lines: docs/user-guide.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -32,7 +32,7 @@ For information regarding known issues and limitations, refer to our [Common Iss
32
32
## Before you begin
33
33
### Software requirements
34
34
<!-- Make sure to also update the main README.md note at its top, and its #Requirements section -->
35
-
- Version 25.0.9 requires **IntelliJ IDEA 2024.3.\***, **2025.1.\*** or **2025.2.\*** and a minimum of **Java 17**. Liberty Tools for IntelliJ IDEA is compatible with the Community Edition of IntelliJ IDEA.
35
+
- Version 25.0.9 requires **IntelliJ IDEA 2024.3.\***, **2025.1.\***, or **2025.2.\*** and a minimum of **Java 17**. Liberty Tools for IntelliJ IDEA is compatible with both IntelliJ IDEA Ultimate and IntelliJ IDEA Community Edition.
36
36
-**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.
37
37
-[Liberty Tools for IntelliJ IDEA plugin](https://plugins.jetbrains.com/plugin/14856-liberty-tools/)
0 commit comments