-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Merge changes from 2.25.2
release
#3936
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
+169
−14
Merged
Changes from 49 commits
Commits
Show all changes
50 commits
Select commit
Hold shift + click to select a range
62e802d
Prepare release notes for `2.25.0`
ppkarwasz c9fbc53
fix: use normalized form for new configuration property
ppkarwasz 75061eb
fix: Javadoc and documentation problems
ppkarwasz ea10ad3
Update the `project.build.outputTimestamp` property
asf-rm 8ff211b
Start new development cycle using version `2.25.1` (#3748)
ppkarwasz fd03a84
Remove `publish.profile` from production site (#3749)
ppkarwasz 517b18e
fix: Update Javadoc output path to match plugin changes (#3757)
ppkarwasz 7666104
Pin `spotbugs-annotations` version to `4.8.6`, last release supportin…
vy 9773f6a
Move `jspecify.version` property and `java8-tests` profile from `log4…
vy 88744c6
Bump org.apache.activemq:activemq-broker in /log4j-parent (#3777)
dependabot[bot] a930253
Update `org.eclipse.persistence:org.eclipse.persistence.jpa` to versi…
dependabot[bot] a1e0b94
Update `org.xmlunit:xmlunit-core` to version `2.10.3` (#3767)
dependabot[bot] 1d5cb80
Fix `UuidPatternConverter` docs (#3768)
julianladisch 754841e
fix: Define version of `error_prone_annotations` in parent POM (#3785)
ppkarwasz 600cfe2
fix: correctly detect Disruptor major version (#3778)
ppkarwasz d65da11
fix: Make `GraalVmProcessor` Arguments Optional (#3772)
ppkarwasz 3dd797c
fix: Restore Backward Compatibility with Spring Boot Reconfiguration …
ppkarwasz 8fcbcde
introduced a jakarta support range for the bnd tool (#3791)
jcompagner 36ab06e
doc: Clarify and enhance `GraalVmProcessor` configuration example (#3…
ppkarwasz 65036cb
fix: Fix Java type for annotated array parameters (#3797)
ppkarwasz acbe411
Bump com.fasterxml.jackson:jackson-bom from 2.19.0 to 2.19.1 in /log4…
dependabot[bot] 28b477c
Update `org.junit:junit-bom` to version `5.13.2` (#3782)
dependabot[bot] 9577db6
Update `com.github.luben:zstd-jni` to version `1.5.7-4` (#3799)
dependabot[bot] 6e2cdeb
fix: Disable sharing of formatted timestamps between threads (#3802)
ppkarwasz 21a2300
fix: Add GraalVM reachability metadata for non-plugin class instantia…
ppkarwasz 76090f8
fix: Add `resource:` protocol to allowed URL schemes by default (#3795)
ppkarwasz f26e041
fix: Proof-read changelog for version `2.25.1`
ppkarwasz 63e8932
doc: Prepare release notes for version `2.25.1`
ppkarwasz 4e1bbca
Update the `project.build.outputTimestamp` property
asf-rm bda6336
Release changelog for version `2.25.1`
asf-rm 1357466
Bump `pom.xml` version to `2.25.2`
vy c24d882
Fix missing default `Target` value in `ConsoleAppender` (#3852)
rschmitt a114248
Add changelog for `StatusLogger` changes in `2.23.0` (#3838)
vy c568869
Specify the scale (seconds) of the monitorInterval configuration inte…
garydgregory 01d5226
Round `initialTime` in `RollingFileManager` (#3872)
kelunik 4215b22
Correct log message format in `AbstractDriverManagerConnectionSource`…
jhl221123 7334375
fix: Prevent `LogBuilder` memory leak in Log4j API to Logback bridge …
ppkarwasz 84e0211
Fix the missing Error Prone version (#3905)
vy 3a57060
DefaultLayout: Append a newline to the serialized LogEvent (#3851)
rschmitt 5a71c91
Prepare the changelog
vy 7268f03
Update the `project.build.outputTimestamp` property
asf-rm 4ed5a1e
fix: make `%ex` behavior context-independent (#3919)
ppkarwasz 427fa60
doc: clarify `%ex` whitespace behavior across versions (#3918)
ppkarwasz 94fc126
Recognize nested converters in `alwaysWriteExceptions` (#3920)
ppkarwasz 63e1812
Fix parsing and merging of literals in `InstantPatternDynamicFormatte…
ppkarwasz 380b9f2
Prepare the changelog
vy 4822ede
Update the `project.build.outputTimestamp` property
asf-rm 6923bd9
Release changelog for version `2.25.2`
asf-rm 7d2419e
Merge tag `rel/2.25.2` into `2.x`
vy 476a60c
Fix merge error
vy File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
8 changes: 0 additions & 8 deletions
8
src/changelog/.2.x.x/update_com_fasterxml_jackson_jackson_bom.xml
This file was deleted.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
//// | ||
Licensed to the Apache Software Foundation (ASF) under one or more | ||
contributor license agreements. See the NOTICE file distributed with | ||
this work for additional information regarding copyright ownership. | ||
The ASF licenses this file to You under the Apache License, Version 2.0 | ||
(the "License"); you may not use this file except in compliance with | ||
the License. You may obtain a copy of the License at | ||
|
||
https://www.apache.org/licenses/LICENSE-2.0 | ||
|
||
Unless required by applicable law or agreed to in writing, software | ||
distributed under the License is distributed on an "AS IS" BASIS, | ||
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
See the License for the specific language governing permissions and | ||
limitations under the License. | ||
//// | ||
|
||
[${'#release-notes-' + release.version?replace("[^a-zA-Z0-9]", "-", "r")}] | ||
== ${release.version} | ||
|
||
<#if release.date?has_content>Release date:: ${release.date}</#if> | ||
|
||
This patch release addresses certain minor issues detailed in the changelog. | ||
|
||
<#include "../.changelog.adoc.ftl"> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
~ Licensed to the Apache Software Foundation (ASF) under one or more | ||
~ contributor license agreements. See the NOTICE file distributed with | ||
~ this work for additional information regarding copyright ownership. | ||
~ The ASF licenses this file to you under the Apache License, Version 2.0 | ||
~ (the "License"); you may not use this file except in compliance with | ||
~ the License. You may obtain a copy of the License at | ||
~ | ||
~ http://www.apache.org/licenses/LICENSE-2.0 | ||
~ | ||
~ Unless required by applicable law or agreed to in writing, software | ||
~ distributed under the License is distributed on an "AS IS" BASIS, | ||
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | ||
~ See the License for the specific language governing permissions and | ||
~ limitations under the License. | ||
--> | ||
<release xmlns="https://logging.apache.org/xml/ns" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
date="2025-09-18" version="2.25.2"/> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entry xmlns="https://logging.apache.org/xml/ns" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation=" | ||
https://logging.apache.org/xml/ns | ||
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
type="fixed"> | ||
<issue id="3819" link="https://github.com/apache/logging-log4j2/issues/3819"/> | ||
<issue id="3824" link="https://github.com/apache/logging-log4j2/pull/3824"/> | ||
<description format="asciidoc"> | ||
Fix potential memory leak involving `LogBuilder` in Log4j API to Logback bridge | ||
</description> | ||
</entry> |
13 changes: 13 additions & 0 deletions
13
src/changelog/2.25.2/3828_fix_log_placeholder_mismatch.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entry xmlns="https://logging.apache.org/xml/ns" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation=" | ||
https://logging.apache.org/xml/ns | ||
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
type="fixed"> | ||
<issue id="3828" link="https://github.com/apache/logging-log4j2/issues/3828"/> | ||
<issue id="3831" link="https://github.com/apache/logging-log4j2/pull/3831"/> | ||
<description format="asciidoc"> | ||
Prevent unnecessary warnings in `AbstractDriverManagerConnectionSource` | ||
</description> | ||
</entry> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entry xmlns="https://logging.apache.org/xml/ns" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation=" | ||
https://logging.apache.org/xml/ns | ||
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
type="fixed"> | ||
<issue id="3835" link="https://github.com/apache/logging-log4j2/issues/3835"/> | ||
<issue id="3851" link="https://github.com/apache/logging-log4j2/pull/3851"/> | ||
<description format="asciidoc"> | ||
Fix missing newlines in default logging configuration for `log4j-core` | ||
</description> | ||
</entry> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entry xmlns="https://logging.apache.org/xml/ns" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation=" | ||
https://logging.apache.org/xml/ns | ||
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
type="fixed"> | ||
<issue id="3852" link="https://github.com/apache/logging-log4j2/pull/3852"/> | ||
<description format="asciidoc"> | ||
Fix missing default `Target` value in Console Appender | ||
</description> | ||
</entry> |
13 changes: 13 additions & 0 deletions
13
src/changelog/2.25.2/3872_fix_RollingFileManager_initialTime.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entry xmlns="https://logging.apache.org/xml/ns" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation=" | ||
https://logging.apache.org/xml/ns | ||
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
type="fixed"> | ||
<issue id="3068" link="https://github.com/apache/logging-log4j2/issues/3068"/> | ||
<issue id="3872" link="https://github.com/apache/logging-log4j2/pull/3872"/> | ||
<description format="asciidoc"> | ||
Discard the sub-second part while obtaining the initial time (i.e., creation time) of a file in `RollingFileManager` | ||
</description> | ||
</entry> |
13 changes: 13 additions & 0 deletions
13
src/changelog/2.25.2/3873_throwable_converter_new_line.xml
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entry xmlns="https://logging.apache.org/xml/ns" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation=" | ||
https://logging.apache.org/xml/ns | ||
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
type="fixed"> | ||
<issue id="3873" link="https://github.com/apache/logging-log4j2/issues/3873"/> | ||
<issue id="3919" link="https://github.com/apache/logging-log4j2/pull/3919"/> | ||
<description format="asciidoc"> | ||
Fix Pattern Layout exception stack trace converters to no longer prepend newlines based on context | ||
</description> | ||
</entry> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entry xmlns="https://logging.apache.org/xml/ns" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation=" | ||
https://logging.apache.org/xml/ns | ||
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
type="fixed"> | ||
<issue id="3779" link="https://github.com/apache/logging-log4j2/issues/3779"/> | ||
<issue id="3785" link="https://github.com/apache/logging-log4j2/pull/3785"/> | ||
<issue id="3822" link="https://github.com/apache/logging-log4j2/issues/3822"/> | ||
<issue id="3905" link="https://github.com/apache/logging-log4j2/pull/3905"/> | ||
<description format="asciidoc"> | ||
Fix the `com.google.errorprone:error_prone_annotations` dependency whose version property gets erased due to flattening | ||
</description> | ||
</entry> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entry xmlns="https://logging.apache.org/xml/ns" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation=" | ||
https://logging.apache.org/xml/ns | ||
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
type="fixed"> | ||
<issue id="3920" link="https://github.com/apache/logging-log4j2/pull/3920"/> | ||
<description format="asciidoc"> | ||
Fix detection of `Throwable` converters inside nested Pattern Layout patterns when applying `alwaysWriteExceptions` | ||
</description> | ||
</entry> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<entry xmlns="https://logging.apache.org/xml/ns" | ||
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:schemaLocation=" | ||
https://logging.apache.org/xml/ns | ||
https://logging.apache.org/xml/ns/log4j-changelog-0.xsd" | ||
type="fixed"> | ||
<issue id="3930" link="https://github.com/apache/logging-log4j2/issues/3930"/> | ||
<issue id="3932" link="https://github.com/apache/logging-log4j2/pull/3932"/> | ||
<description format="asciidoc"> | ||
Fix parsing and merging of literals in `InstantPatternDynamicFormatter` | ||
</description> | ||
</entry> |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.