Skip to content

Commit 85619e3

Browse files
committed
added_blog_tags
1 parent 565f985 commit 85619e3

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

blog_tags.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"blog_tags": [
33
{
44
"name": "announcements",
5-
"posts": ["25.0.0.9", "25.0.0.9-beta",
5+
"posts": ["25.0.0.10-beta", "25.0.0.9", "25.0.0.9-beta",
66
"25.0.0.8", "25.0.0.7",
77
"25.0.0.7-beta", "25.0.0.6",
88
"25.0.0.6-beta", "25.0.0.5",
@@ -169,7 +169,7 @@
169169
},
170170
{
171171
"name": "java-se",
172-
"posts": ["25.0.0.6", "25.0.0.6-beta", "25.0.0.4",
172+
"posts": ["25.0.0.10-beta", "25.0.0.6", "25.0.0.6-beta", "25.0.0.4",
173173
"25.0.0.4-beta", "24.0.0.10",
174174
"24.0.0.10-beta", "24.0.0.4",
175175
"24.0.0.4-beta", "24.0.0.3",
@@ -188,7 +188,7 @@
188188
},
189189
{
190190
"name": "release",
191-
"posts": ["25.0.0.9", "25.0.0.9-beta",
191+
"posts": ["25.0.0.10-beta","25.0.0.9", "25.0.0.9-beta",
192192
"25.0.0.8", "25.0.0.7",
193193
"25.0.0.7-beta", "25.0.0.6",
194194
"25.0.0.6-beta", "25.0.0.5",
@@ -261,7 +261,8 @@
261261
},
262262
{
263263
"name": "beta",
264-
"posts": ["25.0.0.9-beta", "25.0.0.7-beta", "25.0.0.6-beta",
264+
"posts": ["25.0.0.10-beta","25.0.0.9-beta",
265+
"25.0.0.7-beta", "25.0.0.6-beta",
265266
"25.0.0.4-beta", "25.0.0.3-beta",
266267
"25.0.0.2-beta", "25.0.0.1-beta",
267268
"24.0.0.12-beta", "24.0.0.11-beta",

posts/2025-09-23-25.0.0.10-beta.adoc

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ For example, when a `<webApplication/>` contains a class like `org.acme.needs.fi
107107
[#beta_support_java25]
108108
== Beta support for Java 25
109109

110-
Java 25 is the latest version of Java and a Long-Term-Support (LTS) release. It contains many new features and enhancements over previous versions of Java that you will want to review.
110+
Java 25 is the latest version of Java and a Long-Term-Support (LTS) release. It contains many new features and enhancements over previous versions of Java.
111111

112112
There are 18 new features (JEPs) in link:https://openjdk.org/projects/jdk/25/[Java 25]. Six are test features and twelve are fully delivered:
113113

@@ -148,8 +148,7 @@ https://bugs.openjdk.org/browse/JDK-8362881
148148
https://bugs.openjdk.org/browse/JDK-8319447
149149
https://bugs.openjdk.org/browse/JDK-8360593
150150

151-
152-
Since Java 25 is a milestone release of Java, we thought you might like to try it out a little early. So take advantage of trying out the new changes now and get more time to preview your applications and microservices running with Java 25.
151+
Take advantage of the changes in Java 25 in Open Liberty now and get more time to review your applications, microservices, and runtime environments on your favorite server runtime!
153152

154153
Just link:https://jdk.java.net/25/[download the latest release of Java 25], download and install the link:https://openliberty.io/downloads/#runtime_betas[25.0.0.10-beta] version of Open Liberty, edit your Liberty server's link:https://openliberty.io/docs/latest/reference/config/server-configuration-overview.html#server-env[server.env] file with JAVA_HOME set to your Java 25 installation directory and start testing!
155154

0 commit comments

Comments
 (0)