Skip to content

Commit 2164611

Browse files
committed
Last 'Fix links' round
Related to #2491.
1 parent d4b2bad commit 2164611

31 files changed

+49
-42
lines changed

log4j-core/src/main/java/org/apache/logging/log4j/core/appender/MemoryMappedFileManager.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,7 @@
4343
* memory and writes to this memory region.
4444
* <p>
4545
*
46-
* @see <a href="http://www.codeproject.com/Tips/683614/Things-to-Know-about-Memory-Mapped-File-in-Java">
47-
* http://www.codeproject.com/Tips/683614/Things-to-Know-about-Memory-Mapped-File-in-Java</a>
46+
* @see <a href="https://www.codeproject.com/Tips/683614/Things-to-Know-about-Memory-Mapped-File-in-Java">Things to Know about Memory Mapped File in Java</a>
4847
* @see <a href="https://bugs.openjdk.org/browse/JDK-6893654">JDK-6893654</a>
4948
* @see <a href="https://bugs.openjdk.org/browse/JDK-4724038">JDK-4724038</a>
5049
* @see <a href="https://stackoverflow.com/questions/9261316/memory-mapped-mappedbytebuffer-or-direct-bytebuffer-for-db-implementation">Memory-Mapped MappedByteBuffer or Direct ByteBuffer for DB Implementation?</a>

log4j-core/src/main/java/org/apache/logging/log4j/core/appender/rolling/action/DeleteAction.java

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -190,10 +190,10 @@ protected FileVisitor<Path> createFileVisitor(final Path visitorBaseDir, final L
190190
* @param maxDepth The maxDepth parameter is the maximum number of levels of directories to visit. A value of 0
191191
* means that only the starting file is visited, unless denied by the security manager. A value of
192192
* MAX_VALUE may be used to indicate that all levels should be visited.
193-
* @param testMode if true, files are not deleted but instead a message is printed to the <a
194-
* href="http://logging.apache.org/log4j/2.x/manual/configuration.html#StatusMessages">status logger</a>
195-
* at INFO level. Users can use this to do a dry run to test if their configuration works as expected.
196-
* Default is false.
193+
* @param testMode if true, files are not deleted but instead a message is printed to the
194+
* <a href="https://logging.apache.org/log4j/2.x/manual/status-logger.html">status logger</a>
195+
* at INFO level. Users can use this to do a dry run to test if their configuration works as expected.
196+
* Default is false.
197197
* @param sorterParameter a plugin implementing the {@link PathSorter} interface
198198
* @param pathConditions an array of path conditions (if more than one, they all need to accept a path before it is
199199
* deleted).

src/changelog/.2.x.x/1539_graalvm_friendly.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="1539" link="https://github.com/apache/logging-log4j2/pull/1539"/>
6+
<issue id="1539" link="https://github.com/apache/logging-log4j2/issues/1539"/>
77
<description format="asciidoc">Fix usage of `log4j-api` in GraalVM without additional reachability data.</description>
88
</entry>

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/pull/1936"/>
6+
<issue id="1936" link="https://github.com/apache/logging-log4j2/issues/1936"/>
77
<description format="asciidoc">Add logging to `PropertiesUtil` and fix `Duration` parser.</description>
88
</entry>

src/changelog/.2.x.x/2363_add_logback_throwable_consuming_semantics.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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="added">
6-
<issue id="2363" link="https://github.com/apache/logging-log4j2/pull/2363"/>
6+
<issue id="2363" link="https://github.com/apache/logging-log4j2/issues/2363"/>
77
<description format="asciidoc">
88
Add Logback throwable-consuming semantics as an option in `log4j-slf4j-impl` and `log4j-slf4j2-impl`.
99
Users can enable it by setting the property `log4j2.messageFactory` to `org.apache.logging.slf4j.message.ThrowableConsumingMessageFactory`.

src/changelog/.2.x.x/fix_2380_insufficient_args_in_ParameterFormatter.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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="fixed">
6-
<issue id="2380" link="https://github.com/apache/logging-log4j2/pull/2380"/>
6+
<issue id="2380" link="https://github.com/apache/logging-log4j2/issues/2380"/>
77
<description format="asciidoc">
88
Fix that parameterized message formatting throws an exception when there are insufficient number of parameters.
99
It previously simply didn't replace the '{}' sequence. The behavior changed in 2.21.0 and should be restored for backward compatibility.

src/changelog/2.20.0/1202_disableAnsi_spurious_warning.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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="fixed">
6-
<issue id="1202" link="https://github.com/apache/logging-log4j2/pull/1202"/>
6+
<issue id="1202" link="https://github.com/apache/logging-log4j2/issues/1202"/>
77
<description format="asciidoc">
88
Eliminate status logger warning, when `disableAnsi` or `noConsoleNoAnsi` is
99
used the style and highlight patterns.

src/changelog/2.20.0/1274_fix_RewriteAppender_requiresLocation.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +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="fixed">
6-
<issue id="1274" link="https://github.com/apache/logging-log4j2/pull/1274"/>
6+
<issue id="1274" link="https://github.com/apache/logging-log4j2/issues/1274"/>
77
<description format="asciidoc">
88
Fix detection of location requirements in `RewriteAppender`.
99
</description>

src/changelog/2.21.0/1281_remove_locale-dependent_toLowerCase.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="fixed">
6-
<issue id="1281" link="https://github.com/apache/logging-log4j2/pull/1281"/>
6+
<issue id="1281" link="https://github.com/apache/logging-log4j2/issues/1281"/>
77
<description format="asciidoc">Removed locale-dependent `toLowerCase/toUpperCase` calls</description>
88
</entry>

src/changelog/2.21.0/1284_redirect_old_javadoc_urls.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="fixed">
6-
<issue id="1284" link="https://github.com/apache/logging-log4j2/pull/1284"/>
6+
<issue id="1284" link="https://github.com/apache/logging-log4j2/issues/1284"/>
77
<description format="asciidoc"><![CDATA[Redirected old `/<module>/apidocs` URLs (broken in 2.20.0) to `/javadoc/<module>`]]></description>
88
</entry>

0 commit comments

Comments
 (0)