Skip to content

Commit 9fded3e

Browse files
committed
Fix links to issues
1 parent f7d3725 commit 9fded3e

9 files changed

+9
-1
lines changed

src/changelog/.2.x.x/1963_add_logging_to_properties_util.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="changed">
6-
<issue id="1936" link="https://github.com/apache/logging-log4j2/issues/1936"/>
6+
<issue id="1936" link="https://github.com/apache/logging-log4j2/issues/1963"/>
77
<description format="asciidoc">Add logging to `PropertiesUtil` and fix `Duration` parser.</description>
88
</entry>

src/changelog/.2.x.x/add_log4j_mongodb.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6+
<issue id="2486" link="https://github.com/apache/logging-log4j2/pull/2486"/>
67
<description format="asciidoc">Add module log4j-mongodb to track the current MongoDB driver (currently version 5).</description>
78
</entry>

src/changelog/.2.x.x/change-is-webapp.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="changed">
6+
<issue id="2517" link="https://github.com/apache/logging-log4j2/pull/2517"/>
67
<description format="asciidoc">
78
Prioritize user-defined values of `log4j2.enableThreadLocals`, `log4j2.garbagefreeThreadContextMap` and `log4j2.shutdownHookEnabled` over the value of `log4j.isWebapp`.
89
</description>

src/changelog/.2.x.x/deprecate-Message-getFormat.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="deprecated">
6+
<issue id="2773" link="https://github.com/apache/logging-log4j2/pull/2773"/>
67
<description format="asciidoc">Deprecate `Message#getFormat()` due to unclear semantics and inconsistent implementations</description>
78
</entry>

src/changelog/.2.x.x/deprecate_EventLogger.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="deprecated">
6+
<issue id="2665" link="https://github.com/apache/logging-log4j2/pull/2665"/>
67
<description format="asciidoc">Deprecate `org.apache.logging.log4j.EventLogger` for removal</description>
78
</entry>

src/changelog/.2.x.x/deprecate_duration.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="deprecated">
6+
<issue id="2425" link="https://github.com/apache/logging-log4j2/pull/2425"/>
67
<description format="asciidoc">Deprecate `org.apache.logging.log4j.core.appender.rolling.action.Duration` class for removal</description>
78
</entry>

src/changelog/.2.x.x/deprecate_log4j2_default_status_level.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="changed">
6+
<issue id="2481" link="https://github.com/apache/logging-log4j2/pull/2481"/>
67
<description format="asciidoc">Deprecate `log4j2.defaultStatusLevel` property in Log4j Core in favor of `log4j2.statusLoggerLevel`</description>
78
</entry>

src/changelog/.2.x.x/deprecate_log4j_mongodb4.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="deprecated">
6+
<issue id="2486" link="https://github.com/apache/logging-log4j2/pull/2486"/>
67
<description format="asciidoc">Deprecate the `log4j-mongodb4` module in favor of `log4j-mongodb`</description>
78
</entry>

src/changelog/.2.x.x/remove_log4j_mongodb3.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@
33
xmlns="https://logging.apache.org/xml/ns"
44
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
55
type="updated">
6+
<issue id="2486" link="https://github.com/apache/logging-log4j2/pull/2486"/>
67
<description format="asciidoc">Remove module log4j-mongodb3, use log4j-mongodb instead, log4j-mongodb4 is deprecated for removal.</description>
78
</entry>

0 commit comments

Comments
 (0)