Skip to content

Commit 11cd990

Browse files
adding blog tags
1 parent c576479 commit 11cd990

File tree

2 files changed

+9
-8
lines changed

2 files changed

+9
-8
lines changed

blog_tags.json

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@
22
"blog_tags": [
33
{
44
"name": "announcements",
5-
"posts": ["26.0.0.2-beta", "26.0.0.1", "26.0.0.1-beta",
5+
"posts": ["26.0.0.2", "26.0.0.2-beta",
6+
"26.0.0.1", "26.0.0.1-beta",
67
"25.0.0.12", "25.0.0.12-beta",
78
"25.0.0.11", "25.0.0.11-beta",
89
"25.0.0.10", "25.0.0.10-beta",
@@ -192,7 +193,7 @@
192193
},
193194
{
194195
"name": "release",
195-
"posts": ["26.0.0.2-beta", "26.0.0.1", "26.0.0.1-beta",
196+
"posts": ["26.0.0.2", "26.0.0.2-beta", "26.0.0.1", "26.0.0.1-beta",
196197
"25.0.0.12", "25.0.0.12-beta",
197198
"25.0.0.11", "25.0.0.11-beta",
198199
"25.0.0.10", "25.0.0.10-beta",
@@ -308,7 +309,7 @@
308309
},
309310
{
310311
"name": "maven",
311-
"posts": ["liberty-on-amazon-ecs",
312+
"posts": ["26.0.0.2", "liberty-on-amazon-ecs",
312313
"liberty-developer-essentials-badge", "liberty-user-feature-tutorial",
313314
"liberty-project-starter-guide-IntelliJ",
314315
"23.0.0.12", "liberty-ide-tools-maven-gradle-plugins-for-java-developers",
@@ -385,7 +386,7 @@
385386
},
386387
{
387388
"name": "gradle",
388-
"posts": ["23.0.0.12", "liberty-ide-tools-maven-gradle-plugins-for-java-developers",
389+
"posts": ["26.0.0.2", "23.0.0.12", "liberty-ide-tools-maven-gradle-plugins-for-java-developers",
389390
"23.0.0.6", "liberty-tools-eclipse-deep-dive",
390391
"microprofile-serverless-ibm-code-engine","liberty-tools-eclipse",
391392
"dev-mode-with-eclipse","feature-generation-tech-preview",
@@ -670,7 +671,7 @@
670671
},
671672
{
672673
"name": "java-ee",
673-
"posts": ["25.0.0.10", "25.0.0.10-beta",
674+
"posts": ["26.0.0.2", "25.0.0.10", "25.0.0.10-beta",
674675
"25.0.0.4", "25.0.0.4-beta",
675676
"24.0.0.8", "24.0.0.8-beta",
676677
"history-maker-projects", "space-sentry-challenge",

posts/2026-02-24-26.0.0.2.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,15 +147,15 @@ image::img/blog/blog_btn_stack.svg[Ask a question on Stack Overflow, align="cent
147147
[#java_toolchains]
148148
== Java Toolchains in Liberty Build Plugins
149149

150-
In the latest release of the Liberty build plugins, support has been added for Java Toolchains. This enhancement enables developers to decouple the JDK used to run their build tools(Maven or Gradle) from the JDK used to run the Liberty server and their applications. This provides greater flexibility and environmental consistency.
150+
In the latest release of the Liberty build plugins, support has been added for Java Toolchains. This enhancement enables developers to decouple the JDK used to run their build tools (Maven or Gradle) from the JDK used to run the Liberty server and their applications. This provides greater flexibility and environmental consistency.
151151

152152
=== Java Toolchains support
153153

154154
The Liberty build plugins now support the standard Java Toolchain mechanism.
155155
Previously, Liberty plugins were restricted to using the same Java version that was running Maven or Gradle.
156156
This prevented developers from using more recent JDK versions for their build process if their applications required a specific older JDK version.
157157

158-
With Java Toolchains, you can now run your build tool on a modern JDK (for example, Java 25). At the same time, Liberty server and all server operations can execute using a different, configured JDK (for example, Java 8).
158+
With Java Toolchains, you can now run your build tool on a modern JDK (for example, Java 25). At the same time, Liberty servers and all server operations can execute using a different, configured JDK (for example, Java 8).
159159

160160
=== Maven Plugin integration
161161

@@ -174,7 +174,7 @@ The Liberty Gradle plugin now recognizes the native `java { toolchain { ... } }`
174174

175175
For detailed configuration steps and parameters, see the link:https://github.com/OpenLiberty/ci.gradle/blob/main/docs/toolchain.md[Liberty Gradle Plugin Toolchain documentation].
176176

177-
When a toolchain is configured in your `build.gradle`, the Liberty plugin uses that specific Java runtime for all server-related tasks(for example, `libertyDev` and `libertyStart`).
177+
When a toolchain is configured in your `build.gradle`, the Liberty plugin uses that specific Java runtime for all server-related tasks (for example, `libertyDev` and `libertyStart`).
178178

179179
=== Try it now
180180

0 commit comments

Comments
 (0)