You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|Affects the `servlet-3.1`, `servlet-4.0`, `servlet-5.0`, and `servlet-6.0` features
222
+
|===
223
+
// // // // // // // //
224
+
// In the preceding section:
225
+
// If there were any CVEs addressed in this release, fill out the table. For the information, reference https://github.com/OpenLiberty/docs/blob/draft/modules/ROOT/pages/security-vulnerabilities.adoc. If it has not been updated for this release, reach out to Kristen Clarke or Michal Broz.
226
+
// Note: When linking to features, use the
227
+
// `link:{url-prefix}/docs/latest/reference/feature/someFeature-1.0.html[Some Feature 1.0]` format and
228
+
// NOT what security-vulnerabilities.adoc does (feature:someFeature-1.0[])
229
+
//
230
+
// If there are no CVEs fixed in this release, replace the table with:
231
+
// "There are no security vulnerability fixes in Open Liberty [RELEASE_VERSION]."
232
+
// // // // // // // //
233
+
For a list of past security vulnerability fixes, reference the link:{url-prefix}/docs/latest/security-vulnerabilities.html[Security vulnerability (CVE) list].
Copy file name to clipboardExpand all lines: posts/2026-02-24-26.0.0.2.adoc
+27-2Lines changed: 27 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -67,6 +67,7 @@ This release introduces Java Toolchains support, enabling developers to decouple
67
67
In link:{url-about}[Open Liberty] 26.0.0.2:
68
68
69
69
* <<java_toolchains, Java Toolchains in Liberty Build Plugins>>
70
+
* <<CVEs, Security Vulnerability (CVE) Fixes>>
70
71
* <<bugs, Notable bug fixes>>
71
72
72
73
View the list of fixed bugs in link:https://github.com/OpenLiberty/open-liberty/issues?q=label%3Arelease%3A26002+label%3A%22release+bug%22[26.0.0.2].
@@ -159,11 +160,10 @@ With Java Toolchains, you can now run your build tool on a modern JDK (for examp
159
160
160
161
=== Maven Plugin integration
161
162
162
-
The Liberty Maven plugin now integrates seamlessly with the maven-toolchain-plugin. To use this feature, define your available JDKs in your `~/.m2/toolchains.xml` file. The plugin automatically detects and uses the toolchain that is specified in your project's `pom.xml` file.
163
163
The Liberty Maven Plugin now integrates seamlessly with the maven-toolchain-plugin as of version 3.12.0.
164
164
To use this feature, define your available JDKs in your `~/.m2/toolchains.xml` file and then configure `<jdkToolchain>` tag in `<configuration>`.
165
-
166
165
The plugin automatically detects and uses the toolchain specified in your project’s `pom.xml` file.
166
+
167
167
For detailed configuration steps and parameters, see the link:https://github.com/OpenLiberty/ci.maven/blob/main/docs/toolchain.md[Liberty Maven Plugin Toolchain documentation].
168
168
169
169
The plugin acknowledges the JDK vendor and version constraints that are defined in your Maven profiles, helping to ensure that your server environment remains consistent across different developer machines and CI/CD pipelines.
@@ -224,6 +224,31 @@ java {
224
224
225
225
// DO NOT MODIFY THIS LINE. </GHA-BLOG-TOPIC>
226
226
227
+
[#CVEs]
228
+
== Security vulnerability (CVE) fixes in this release
// If there were any CVEs addressed in this release, fill out the table. For the information, reference https://github.com/OpenLiberty/docs/blob/draft/modules/ROOT/pages/security-vulnerabilities.adoc. If it has not been updated for this release, reach out to Kristen Clarke or Michal Broz.
242
+
// Note: When linking to features, use the
243
+
// `link:{url-prefix}/docs/latest/reference/feature/someFeature-1.0.html[Some Feature 1.0]` format and
244
+
// NOT what security-vulnerabilities.adoc does (feature:someFeature-1.0[])
245
+
//
246
+
// If there are no CVEs fixed in this release, replace the table with:
247
+
// "There are no security vulnerability fixes in Open Liberty [RELEASE_VERSION]."
248
+
// // // // // // // //
249
+
For a list of past security vulnerability fixes, reference the link:{url-prefix}/docs/latest/security-vulnerabilities.html[Security vulnerability (CVE) list].
|Affects the `openidConnectClient-1.0`, `socialLogin-1.0`, `mpJwt-1.2`, `mpJwt-2.0`, `mpJwt-2.1`, and `jwt-1.0` features
314
+
|===
315
+
// // // // // // // //
316
+
// In the preceding section:
317
+
// If there were any CVEs addressed in this release, fill out the table. For the information, reference https://github.com/OpenLiberty/docs/blob/draft/modules/ROOT/pages/security-vulnerabilities.adoc. If it has not been updated for this release, reach out to Kristen Clarke or Michal Broz.
318
+
// Note: When linking to features, use the
319
+
// `link:{url-prefix}/docs/latest/reference/feature/someFeature-1.0.html[Some Feature 1.0]` format and
320
+
// NOT what security-vulnerabilities.adoc does (feature:someFeature-1.0[])
321
+
//
322
+
// If there are no CVEs fixed in this release, replace the table with:
323
+
// "There are no security vulnerability fixes in Open Liberty [RELEASE_VERSION]."
324
+
// // // // // // // //
325
+
For a list of past security vulnerability fixes, reference the link:{url-prefix}/docs/latest/security-vulnerabilities.html[Security vulnerability (CVE) list].
0 commit comments