Skip to content

Commit 54d1e89

Browse files
authored
Merge pull request #818 from TrevCraw/update-to-24.0.6
Update version and docs for 24.0.6
2 parents 5b6d990 + 138bd2e commit 54d1e89

File tree

3 files changed

+18
-4
lines changed

3 files changed

+18
-4
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 24.0.3 requires **IntelliJ IDEA 2023.2.\*** or **2023.3.\*** and a minimum of **Java 17**.
4+
> Note: Version 24.0.6 requires **IntelliJ IDEA 2023.2.\***, **2023.3.\***, or **2024.1.\*** 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).
@@ -101,7 +101,7 @@ If you experience a problem with this plugin you might be asked to collect langu
101101

102102
## Requirements
103103
<!-- Make sure to also update the note at the top of this file, and in user-guide.md -->
104-
Version 24.0.3 requires **IntelliJ IDEA 2023.2.\*** or **2023.3.\*** and a minimum of **Java 17**.
104+
Version 24.0.6 requires **IntelliJ IDEA 2023.2.\***, **2023.3.\***, or **2024.1.\*** and a minimum of **Java 17**.
105105

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

build.gradle

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'io.openliberty.tools'
8-
version '24.0.6-SNAPSHOT'
8+
version '24.0.6'
99

1010
sourceCompatibility = 17
1111
targetCompatibility = 17
@@ -180,6 +180,20 @@ tasks {
180180

181181
patchPluginXml {
182182
changeNotes = """
183+
<h2> 24.0.6 </h2>
184+
<p>Version 24.0.6 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 24.0.6 requires IntelliJ IDEA version 2023.2.*, 2023.3.*, or 2024.1.* and a minimum of Java 17.</p>
185+
Notable changes:
186+
<ul>
187+
<li> Added support for IntelliJ IDEA 2024.1 and its successive fix releases.
188+
<li> Complete quick fix support for Jakarta EE Web Profile 9.x APIs when editing Java files via the <a href="https://github.com/eclipse/lsp4jakarta">Eclipse LSP4Jakarta</a>, Language Server for Jakarta EE.
189+
<li> Enabled GraphQL API support via the <a href="https://github.com/eclipse/lsp4mp">Eclipse LSP4MP</a>, Language Server for MicroProfile.
190+
<li> Fix to bring into focus the terminal tab running the Liberty project targeted by a Liberty action.
191+
<li> Fix to enable the removal of custom start parameters from the “Liberty: Start” action when a Liberty Run/Debug configuration is deleted.
192+
<li> Updated the helper text and hover text for the “Start parameters” input box in the Liberty Run/Debug configuration editor.
193+
<li> Renamed the “Liberty: View effective POM” action to “Liberty: View pom.xml”.
194+
<p>Note: You may observe slow performance when editing your server.xml file when invoking completion or hover. It is possible you may receive a "No documentation found" message on hover. If observed, please report your experience on this GitHub issue: https://github.com/OpenLiberty/liberty-tools-intellij/issues/687.</p>
195+
See the <a href="https://github.com/OpenLiberty/liberty-tools-intellij/compare/24.0.3...24.0.6">commit log</a> for the full set of changes since the previous release.
196+
<br>
183197
<h2> 24.0.3 </h2>
184198
<p>Version 24.0.3 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 24.0.3 requires IntelliJ IDEA version 2023.2.* or 2023.3.* and a minimum of Java 17.</p>
185199
Notable changes:

docs/user-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ For information regarding known issues and limitations, refer to our [Common Iss
2828
## Before you begin
2929
### Software requirements
3030
<!-- Make sure to also update the main README.md note at its top, and its #Requirements section -->
31-
- Version 24.0.3 requires **IntelliJ IDEA version 2023.2.\*** or **2023.3.\***. Liberty Tools for IntelliJ IDEA is compatible with the Community Edition of IntelliJ IDEA.
31+
- Version 24.0.6 requires **IntelliJ IDEA 2023.2.\***, **2023.3.\***, or **2024.1.\***. Liberty Tools for IntelliJ IDEA is compatible with the Community Edition of IntelliJ IDEA.
3232
- **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.
3333
- [Liberty Tools for IntelliJ IDEA plugin](https://plugins.jetbrains.com/plugin/14856-liberty-tools/)
3434

0 commit comments

Comments
 (0)