Skip to content

Commit 28cc5c4

Browse files
authored
Merge pull request #586 from TrevCraw/23.0.12-release-notes
Add 23.0.12 release notes and update version to 23.0.12
2 parents 05292fe + 8c8c4e2 commit 28cc5c4

File tree

1 file changed

+24
-1
lines changed

1 file changed

+24
-1
lines changed

build.gradle

Lines changed: 24 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 '23.0.12-SNAPSHOT'
8+
version '23.0.12'
99

1010
sourceCompatibility = 17
1111
targetCompatibility = 17
@@ -179,6 +179,29 @@ tasks {
179179

180180
patchPluginXml {
181181
changeNotes = """
182+
<h2> 23.0.12 </h2>
183+
Version 23.0.12 of Liberty Tools for IntelliJ IDEA contains enhancements and fixes. Version 23.0.12 requires IntelliJ IDEA version 2023.1+ and requires Java 17 or later.
184+
<br>
185+
Notable enhancements:
186+
<ul>
187+
<li> Partial 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
188+
<li> Updated <a href="https://github.com/OpenLiberty/liberty-language-server">Liberty Config Language Server</a> version to 2.1.1. For information regarding changes for version 2.1, refer to the release notes linked below:
189+
<li??> https://github.com/OpenLiberty/liberty-language-server/releases/tag/liberty-langserver-2.1
190+
<li??> https://github.com/OpenLiberty/liberty-language-server/releases/tag/lemminx-liberty-2.1
191+
<li> Fix for projects being detected in the Liberty Tool Window when the Liberty Gradle Plugin is commented out in the build.gradle - https://github.com/OpenLiberty/liberty-tools-intellij/issues/445
192+
<li> Fix for incorrect project name being displayed in the “Remove Liberty project” confirmation dialog - https://github.com/OpenLiberty/liberty-tools-intellij/issues/321
193+
<li> Fix to link to the Liberty Tools for IntelliJ GitHub issues page when an error in the Liberty Tools plugin is reported by the IntelliJ IDE - https://github.com/OpenLiberty/liberty-tools-intellij/issues/468
194+
<li> Fix to surface error to user when Java 17 or later is not found when attempting to start up language servers - https://github.com/OpenLiberty/liberty-tools-intellij/issues/196
195+
<li> Enhancement to enable custom Liberty configuration support provided by the Liberty Config Language Server - https://github.com/OpenLiberty/liberty-tools-intellij/issues/490
196+
<li> Enhancement to add a “Run in container” checkbox to the Liberty run/debug configuration - https://github.com/OpenLiberty/liberty-tools-intellij/issues/160
197+
<li> Enhancement to support IntelliJ IDEA version 2023.2.x - https://github.com/OpenLiberty/liberty-tools-intellij/issues/487
198+
<li> Fix for ClassCastException from Liberty Tool Window project tree - https://github.com/OpenLiberty/liberty-tools-intellij/issues/561
199+
<li> Fix for NullPointerException when the Maven executable is not able to execute - https://github.com/OpenLiberty/liberty-tools-intellij/issues/566
200+
<li> Fix for Liberty start actions not working when the Maven build settings are set to use a Maven wrapper and multiple Maven projects are loaded in the IntelliJ workspace - https://github.com/OpenLiberty/liberty-tools-intellij/issues/563
201+
<li> Fix for Liberty start actions not working when multiple Gradle projects are loaded in the IntelliJ workspace - https://github.com/OpenLiberty/liberty-tools-intellij/issues/568
202+
</ul>
203+
See the <a href="https://github.com/OpenLiberty/liberty-tools-intellij/compare/23.0.6...23.0.12">commit log</a> for the full set of changes since the previous release.
204+
<br>
182205
<h2> 23.0.6 </h2>
183206
Version 23.0.6 of Liberty Tools for IntelliJ IDEA contains new functionality and fixes. Version 23.0.6 requires IntelliJ IDEA version 2023.1+ and requires Java 17 or later.
184207
<br>

0 commit comments

Comments
 (0)