This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch release/2.21.0 in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 85b49ebe57f76ed94d0b63fe65933e24a36021c0 Author: Volkan Yazıcı <vol...@yazi.ci> AuthorDate: Wed Oct 11 13:08:12 2023 +0200 Add changelog entry (#1275, #1753) --- src/changelog/2.21.0/1275_fix-javadoc.xml | 27 +++++++++++++++++++++++++++ src/site/_release-notes/_2.21.0.adoc | 1 + 2 files changed, 28 insertions(+) diff --git a/src/changelog/2.21.0/1275_fix-javadoc.xml b/src/changelog/2.21.0/1275_fix-javadoc.xml new file mode 100644 index 0000000000..8557891fa1 --- /dev/null +++ b/src/changelog/2.21.0/1275_fix-javadoc.xml @@ -0,0 +1,27 @@ +<?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. + --> +<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xmlns="http://logging.apache.org/log4j/changelog" + xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.1.xsd" + type="fixed"> + <issue id="1275" link="https://github.com/apache/logging-log4j2/issues/1275"/> + <issue id="1753" link="https://github.com/apache/logging-log4j2/pull/1753"/> + <author id="github:lukaszspyra" name="Łukasz Spyra"/> + <author id="github:vy"/> + <description format="asciidoc">Fixed Javadoc failures</description> +</entry> diff --git a/src/site/_release-notes/_2.21.0.adoc b/src/site/_release-notes/_2.21.0.adoc index 6fa0e382f2..ff87feef87 100644 --- a/src/site/_release-notes/_2.21.0.adoc +++ b/src/site/_release-notes/_2.21.0.adoc @@ -85,6 +85,7 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j * Added validation to rolling file manager path conditions (https://github.com/apache/logging-log4j2/issues/1231[1231]) * Adapted the OSGi metadata of `log4j-to-slf4j` to work with SLF4J 1 and 2. To achieve that used a version range of `[1.7,3)` for the imported SLF4J packages. (https://github.com/apache/logging-log4j2/issues/1232[1232]) +* Fixed Javadoc failures (https://github.com/apache/logging-log4j2/issues/1275[1275], https://github.com/apache/logging-log4j2/pull/1753[1753]) * Removed locale-dependent `toLowerCase/toUpperCase` calls (https://github.com/apache/logging-log4j2/pull/1281[1281]) * Redirected old `/<module>/apidocs` URLs (broken in 2.20.0) to `/javadoc/<module>` (https://github.com/apache/logging-log4j2/pull/1284[1284]) * Added environment variable arbiter (https://github.com/apache/logging-log4j2/issues/1312[1312])