Skip to content

Commit d8974a0

Browse files
TrevCrawmrglavas
andauthored
25.0.9 doc and release note updates (#1399)
* 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]>
1 parent 446061d commit d8974a0

File tree

3 files changed

+9
-6
lines changed

3 files changed

+9
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Liberty Tools for IntelliJ IDEA
22

33
<!-- Make sure to also update the #Requirements section below, and in user-guide.md -->
4-
> Note: Version 25.0.9 requires **IntelliJ IDEA 2024.3.\***, **2025.1.\*** or **2025.2.\*** and a minimum of **Java 17**.
4+
> Note: Version 25.0.9 requires **IntelliJ IDEA 2024.3.\***, **2025.1.\***, or **2025.2.\*** and a minimum of **Java 17**.
55
>
66
> This page provides an overview of Liberty Tools for IntelliJ IDEA.
77
> For minimum requirements information and detailed instructions on how to use Liberty Tools, check the [user-guide](docs/user-guide.md).
@@ -106,7 +106,7 @@ If you experience a problem with this plugin you might be asked to collect langu
106106

107107
## Requirements
108108
<!-- Make sure to also update the note at the top of this file, and in user-guide.md -->
109-
Version 25.0.9 requires **IntelliJ IDEA 2024.3.\***, **2025.1.\*** or **2025.2.\*** and a minimum of **Java 17**.
109+
Version 25.0.9 requires **IntelliJ IDEA 2024.3.\***, **2025.1.\***, or **2025.2.\*** and a minimum of **Java 17**.
110110

111111
For more details, check the [user guide](docs/user-guide.md#software-requirements).
112112

build.gradle

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ intellijPlatform {
235235
}
236236
changeNotes = """
237237
<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>
239239
Notable changes:
240240
<ul>
241241
<li> Support for IntelliJ IDEA 2025.2 and its successive fix releases. </li>
@@ -245,7 +245,10 @@ intellijPlatform {
245245
<li> https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.3.2 </li>
246246
</ul>
247247
</li>
248-
<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>
249252
<ul>
250253
<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>
251254
</ul>
@@ -255,7 +258,7 @@ intellijPlatform {
255258
<h2> 25.0.8 </h2>
256259
<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>
257260
<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>
259262
<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.
260263
<ul>
261264
<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.

docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ For information regarding known issues and limitations, refer to our [Common Iss
3232
## Before you begin
3333
### Software requirements
3434
<!-- 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.
3636
- **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.
3737
- [Liberty Tools for IntelliJ IDEA plugin](https://plugins.jetbrains.com/plugin/14856-liberty-tools/)
3838

0 commit comments

Comments
 (0)