Skip to content

Commit

Permalink
Update version and docs for 24.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
TrevCraw committed Jun 12, 2024
1 parent 157a730 commit 138bd2e
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Liberty Tools for IntelliJ IDEA

<!-- Make sure to also update the #Requirements section below, and in user-guide.md -->
> Note: Version 24.0.3 requires **IntelliJ IDEA 2023.2.\*** or **2023.3.\*** and a minimum of **Java 17**.
> Note: Version 24.0.6 requires **IntelliJ IDEA 2023.2.\***, **2023.3.\***, or **2024.1.\*** and a minimum of **Java 17**.
>
> This page provides an overview of Liberty Tools for IntelliJ IDEA.
> For minimum requirements information and detailed instructions on how to use Liberty Tools, check the [user-guide](docs/user-guide.md).
Expand Down Expand Up @@ -101,7 +101,7 @@ If you experience a problem with this plugin you might be asked to collect langu

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

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

Expand Down
16 changes: 15 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'io.openliberty.tools'
version '24.0.6-SNAPSHOT'
version '24.0.6'

sourceCompatibility = 17
targetCompatibility = 17
Expand Down Expand Up @@ -180,6 +180,20 @@ tasks {

patchPluginXml {
changeNotes = """
<h2> 24.0.6 </h2>
<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>
Notable changes:
<ul>
<li> Added support for IntelliJ IDEA 2024.1 and its successive fix releases.
<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.
<li> Enabled GraphQL API support via the <a href="https://github.com/eclipse/lsp4mp">Eclipse LSP4MP</a>, Language Server for MicroProfile.
<li> Fix to bring into focus the terminal tab running the Liberty project targeted by a Liberty action.
<li> Fix to enable the removal of custom start parameters from the “Liberty: Start” action when a Liberty Run/Debug configuration is deleted.
<li> Updated the helper text and hover text for the “Start parameters” input box in the Liberty Run/Debug configuration editor.
<li> Renamed the “Liberty: View effective POM” action to “Liberty: View pom.xml”.
<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>
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.
<br>
<h2> 24.0.3 </h2>
<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>
Notable changes:
Expand Down
2 changes: 1 addition & 1 deletion docs/user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ For information regarding known issues and limitations, refer to our [Common Iss
## Before you begin
### Software requirements
<!-- Make sure to also update the main README.md note at its top, and its #Requirements section -->
- 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.
- 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.
- **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.
- [Liberty Tools for IntelliJ IDEA plugin](https://plugins.jetbrains.com/plugin/14856-liberty-tools/)

Expand Down

0 comments on commit 138bd2e

Please sign in to comment.