Skip to content

Commit cc49ed8

Browse files
Merge pull request #4667 from OpenLiberty/26.0.0.1-post
update to 26.0.0.1 blog
2 parents 656ce8d + fed973f commit cc49ed8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

posts/2026-01-27-26.0.0.1.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ Open Liberty Logging is introducing log throttling. Developers previously had no
165165

166166
Throttling is enabled by default. While enabled, Liberty tracks each messageID using a sliding window. By default, any messageID that is repeated more than 1,000 times within a five-minute interval is suppressed. A throttle warning is logged when throttling begins.
167167

168-
Log throttling can be configured to throttle messages based on the message or messageID by using the `throttleType` logging attribute. The number of messages allowed before throttling can be configured by using the `throttleMaxMessagesPerWindow` attribute.
168+
Log throttling can be configured to throttle messages based on the message or messageID by using the `throttleType` logging attribute. The number of messages allowed before throttling begins can be configured by using the `throttleMaxMessagesPerWindow` attribute.
169169

170170
Log Throttling is disabled by setting `throttleMaxMessagesPerWindow` to `0`.
171171

@@ -211,7 +211,7 @@ When `throttleType` is set to `message`, throttling is applied to the entire mes
211211

212212
We’ve spent some time fixing bugs. The following sections describe just some of the issues resolved in this release. If you’re interested, here’s the link:https://github.com/OpenLiberty/open-liberty/issues?q=label%3Arelease%3A26001+label%3A%22release+bug%22[full list of bugs fixed in 26.0.0.1].
213213

214-
* link:https://github.com/OpenLiberty/open-liberty/issues/33686[NullPointerException occurs in SocketRWChannelSelector]\
214+
* link:https://github.com/OpenLiberty/open-liberty/issues/33686[NullPointerException occurs in SocketRWChannelSelector]
215215
* link:https://github.com/OpenLiberty/open-liberty/issues/33617[IBM WebSphere Application Server Liberty is affected by cross-site scripting (CVE-2025-12635 CVSS 5.4)]
216216
* link:https://github.com/OpenLiberty/open-liberty/issues/33609[wlp passwords keys may fail to decode]
217217
* link:https://github.com/OpenLiberty/open-liberty/issues/33571[mpOpenAPI does not correctly merge x-ibm-zcon-roles-allowed]

0 commit comments

Comments
 (0)