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
@@ -16,38 +15,7 @@ Navaneeth S Nair <https://github.com/navaneethsnair1>
16
15
:imagesdir: /
17
16
:url-prefix:
18
17
:url-about: /
19
-
//Blank line here is necessary before starting the body of the post.
20
-
21
-
// // // // // // // //
22
-
// In the preceding section:
23
-
// Do not insert any blank lines between any of the lines.
24
-
// Do not remove or edit the variables on the lines beneath the author name.
25
-
//
26
-
// "open-graph-image" is set to OL logo. Whenever possible update this to a more appropriate/specific image (For example if present a image that is being used in the post). However, it
27
-
// can be left empty which will set it to the default
28
-
//
29
-
// "open-graph-image-alt" is a description of what is in the image (not a caption). When changing "open-graph-image" to
30
-
// a custom picture, you must provide a custom string for "open-graph-image-alt".
31
-
//
32
-
// Replace TITLE with the blog post title eg: MicroProfile 3.3 is now available on Open Liberty 20.0.0.4
33
-
// Replace navaneethsnair1 with your GitHub username eg: lauracowen
34
-
// Replace DESCRIPTION with a short summary (~60 words) of the release (a more succinct version of the first paragraph of the post).
35
-
// Replace Navaneeth S Nair with your name as you'd like it to be displayed, eg: Laura Cowen
36
-
//
37
-
// Example post: 2020-04-09-microprofile-3-3-open-liberty-20004.adoc
// "[.img_border_light]" = This adds a faint grey border around the image to make its edges sharper. Use it around screenshots but not
45
-
// around diagrams. Then double check how it looks.
46
-
// There is also a "[.img_border_dark]" class which tends to work best with screenshots that are taken on dark
47
-
// backgrounds.
48
-
// Change "FILE_NAME" to the name of the image file. Also make sure to put the image into the right folder which is: img/blog
49
-
// change the "IMAGE CAPTION" to a couple words of what the image is
50
-
// // // // // // // //
18
+
51
19
The 25.0.0.4 release introduces support for Java 24 and expands InstantOn capabilities to include J2EEManagement, AppClientSupport, and WsSecurity. It also enables Liberty audit logs to be exported to OpenTelemetry using MicroProfile Telemetry 2.0 for unified observability.
52
20
53
21
In link:{url-about}[Open Liberty] 25.0.0.4:
@@ -57,44 +25,12 @@ In link:{url-about}[Open Liberty] 25.0.0.4:
57
25
* <<telemetry, Providing Liberty audit logs to OpenTelemetry using MicroProfile Telemetry 2.0>>
58
26
* <<CVEs, Security Vulnerability (CVE) Fixes>>
59
27
60
-
61
-
// // // // // // // //
62
-
// If there were updates to guides since last release, keep the following, otherwise remove section.
63
-
// // // // // // // //
64
-
Along with the new features and functions added to the runtime, we’ve also made <<guides, updates to our guides>>.
65
-
66
-
// // // // // // // //
67
-
// In the preceding section:
68
-
// Replace the TAG_X with a short label for the feature in lower-case, eg: mp3
69
-
// Replace the FEATURE_1_HEADING with heading the feature section, eg: MicroProfile 3.3
70
-
// Where the updates are grouped as sub-headings under a single heading
71
-
// (eg all the features in a MicroProfile release), provide sub-entries in the list;
72
-
// eg replace SUB_TAG_1 with mpr, and SUB_FEATURE_1_HEADING with
// image::/img/blog/log4j-rhocp-diagrams/current-problem.png[Logging problem diagram,width=70%,align="center"]
96
-
// // // // // // // //
97
-
98
34
== Develop and run your apps using 25.0.0.4
99
35
100
36
If you're using link:{url-prefix}/guides/maven-intro.html[Maven], include the following in your `pom.xml` file:
@@ -261,25 +197,8 @@ For more details, check the LINK[LINK_DESCRIPTION].
261
197
|17.0.0.3 - 25.0.0.3
262
198
|Affects the `jaxws-2.2`, `xmlWS-3.0` and `xmlWS-4.0` features
263
199
|===
264
-
// // // // // // // //
265
-
// In the preceding section:
266
-
// 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.
267
-
// Note: When linking to features, use the
268
-
// `link:{url-prefix}/docs/latest/reference/feature/someFeature-1.0.html[Some Feature 1.0]` format and
269
-
// NOT what security-vulnerabilities.adoc does (feature:someFeature-1.0[])
270
-
//
271
-
// If there are no CVEs fixed in this release, replace the table with:
272
-
// "There are no security vulnerability fixes in Open Liberty [25.0.0.4]."
273
-
// // // // // // // //
274
-
For a list of past security vulnerability fixes, reference the link:{url-prefix}/docs/latest/security-vulnerabilities.html[Security vulnerability (CVE) list].
275
-
276
-
// // // // // // // //
277
-
// In the following section, list any new guides, or changes/updates to existing guides.
278
-
// The following is an example of how the list can be structured (similar to the bugs section):
// ** Description of the guide or the changes made to the guide.
281
-
// // // // // // // //
282
200
201
+
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