This is an automated email from the ASF dual-hosted git repository. vy pushed a commit to branch mvn-site-simplified in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit 176a0e144156d90ece0fb5af4138dec1c7dc3704 Author: Volkan Yazıcı <[email protected]> AuthorDate: Wed Nov 23 23:22:46 2022 +0100 LOG4J2-3628 Add changelog entry for this feature. --- .../LOG4J2-3628_new_changelog_infra.xml | 22 ++++++++++++++++++++++ src/site/asciidoc/changelog/unreleased.adoc | 2 ++ 2 files changed, 24 insertions(+) diff --git a/changelog/.unreleased/LOG4J2-3628_new_changelog_infra.xml b/changelog/.unreleased/LOG4J2-3628_new_changelog_infra.xml new file mode 100644 index 0000000000..7133b7761f --- /dev/null +++ b/changelog/.unreleased/LOG4J2-3628_new_changelog_infra.xml @@ -0,0 +1,22 @@ +<?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 type="changed"> + <issue id="LOG4J2-3628" link="https://issues.apache.org/jira/browse/LOG4J2-3628"/> + <author id="vy"/> + <description format="asciidoc">Replaced `maven-changes-plugin` with a custom changelog implementation</description> +</entry> diff --git a/src/site/asciidoc/changelog/unreleased.adoc b/src/site/asciidoc/changelog/unreleased.adoc index 20c6697be8..6e201d8e16 100644 --- a/src/site/asciidoc/changelog/unreleased.adoc +++ b/src/site/asciidoc/changelog/unreleased.adoc @@ -29,7 +29,9 @@ Changes staged for the next version that is yet to be released. === Changed * Add LogEvent timestamp to ProducerRecord in KafkaAppender. (for https://issues.apache.org/jira/browse/LOG4J2-2678[LOG4J2-2678] by `pkarwasz`, Federico D'Ambrosio) +* Replaced `maven-changes-plugin` with a custom changelog implementation (for https://issues.apache.org/jira/browse/LOG4J2-3628[LOG4J2-3628] by `vy`) === Fixed +* Fix level propagation in `Log4jBridgeHandler`. (for https://issues.apache.org/jira/browse/LOG4J2-3634[LOG4J2-3634] by `pkarwasz`, Marcel Koch) * Fix `Configurator#setLevel` for internal classes. (for https://issues.apache.org/jira/browse/LOG4J2-3631[LOG4J2-3631] by `pkarwasz`, Jeff Thomas)
