Skip to content

Commit 156489b

Browse files
authored
Merge pull request #4367 from OpenLiberty/25.0.0.4-post
25.0.0.4 GA Blog post- Update
2 parents b9e449a + 29c6af0 commit 156489b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

posts/2025-04-22-25.0.0.4.adoc

+2-4
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ Here are the link:https://openjdk.org/projects/jdk/24/[JEP changes in Java 24]:
125125
* 499: link:https://openjdk.org/jeps/499[Structured Concurrency (Fourth Preview)]
126126
* 501: link:https://openjdk.org/jeps/501[Deprecate the 32-bit x86 Port for Removal]
127127

128-
**With the disabling of the Security Manager, you can no longer attempt to start Java with a Security Manager, install one during runtime nor use `AccessController::checkPermission`, `Policy::setPolicy`, `SecurityManager::check*` or `Subject::getSubject`**. Make sure to fully test your applications for this big change and refer to link:https://openjdk.org/jeps/486#Description[the description section of JEP 486] for more information.
128+
With the disabling of the Security Manager, you can no longer attempt to start Java with a Security Manager, install one during runtime nor use `AccessController::checkPermission`, `Policy::setPolicy`, `SecurityManager::check*` or `Subject::getSubject`. Make sure to fully test your applications for this big change and refer to link:https://openjdk.org/jeps/486#Description[the description section of JEP 486] for more information.
129129

130130
Take advantage of the changes in Java 24 in Open Liberty now and get more time to review your applications, microservices, and runtime environments on your favorite server runtime!
131131

@@ -148,7 +148,7 @@ MicroProfile Telemetry 2.0 delivers the latest OpenTelemetry technology, enablin
148148

149149
The Open Liberty link:{url-prefix}/docs/latest/reference/feature/audit-2.0.html[Audit] feature captures security-related events from the runtime environment and emits human-readable audit records to a file-based log. You can now collect Liberty audit logs and send them to your configured OpenTelemetry exporter by using the link:{url-prefix}/docs/latest/reference/feature/mpTelemetry-2.0.html[MicroProfile Telemetry 2.0] feature (`mpTelemetry-2.0`) with the Audit feature (`audit-1.0` or `audit-2.0`). This update builds on existing capabilities for other Open Liberty runtime log sources (message, trace, and ffdc) and application logs generated by the `java.util.logging` (JUL) component.
150150

151-
To collect audit logs, add either the `audit-1.0` or `audit-2.0` feature and the `mpTelemetry-2.0` feature to your `server.xml` file. Configure the new `audit` log source to the source attribute for the `mpTelemetry` server configuration element, as shown in the following example:
151+
To collect audit logs, add either the `audit-1.0` or `audit-2.0` feature and the `mpTelemetry-2.0` feature to your `server.xml` file. Configure the new `audit` log source to the `source` attribute for the `mpTelemetry` server configuration element, as shown in the following example:
152152

153153
[source,xml]
154154
----
@@ -177,8 +177,6 @@ For more information about the Audit feature, see the link:{url-prefix}/docs/lat
177177

178178
// DO NOT MODIFY THIS LINE. </GHA-BLOG-TOPIC>
179179

180-
For more details, check the LINK[LINK_DESCRIPTION].
181-
182180
[#CVEs]
183181
== Security vulnerability (CVE) fixes in this release
184182
[cols="5*"]

0 commit comments

Comments
 (0)