Skip to content

Commit 767be86

Browse files
committed
Prepare release notes version 2.24.1
1 parent a92713c commit 767be86

9 files changed

+53
-4
lines changed

pom.xml

+5-4
Original file line numberDiff line numberDiff line change
@@ -302,7 +302,11 @@
302302
<properties>
303303

304304
<!-- project version -->
305-
<revision>2.24.1-SNAPSHOT</revision>
305+
<revision>2.24.1</revision>
306+
<!-- Versions used on the site: no snapshots! -->
307+
<site-log4j-api.version>2.24.1</site-log4j-api.version>
308+
<site-log4j-core.version>2.24.1</site-log4j-core.version>
309+
<site-log4j-layout-template-json.version>2.24.1</site-log4j-layout-template-json.version>
306310

307311
<!-- =================
308312
Common properties
@@ -343,9 +347,6 @@
343347
<site-je.version>18.3.12</site-je.version>
344348
<site-jeromq.version>0.6.0</site-jeromq.version>
345349
<site-kafka.version>3.8.0</site-kafka.version>
346-
<site-log4j-api.version>2.24.0</site-log4j-api.version>
347-
<site-log4j-core.version>2.24.0</site-log4j-core.version>
348-
<site-log4j-layout-template-json.version>2.24.0</site-log4j-layout-template-json.version>
349350
<site-logback.version>1.5.5</site-logback.version>
350351
<site-slf4j.version>2.0.16</site-slf4j.version>
351352

Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
////
2+
Licensed to the Apache Software Foundation (ASF) under one or more
3+
contributor license agreements. See the NOTICE file distributed with
4+
this work for additional information regarding copyright ownership.
5+
The ASF licenses this file to You under the Apache License, Version 2.0
6+
(the "License"); you may not use this file except in compliance with
7+
the License. You may obtain a copy of the License at
8+
9+
https://www.apache.org/licenses/LICENSE-2.0
10+
11+
Unless required by applicable law or agreed to in writing, software
12+
distributed under the License is distributed on an "AS IS" BASIS,
13+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
See the License for the specific language governing permissions and
15+
limitations under the License.
16+
////
17+
18+
[#release-notes-${release.version?replace("[^a-zA-Z0-9]", "-", "r")}]
19+
== ${release.version}
20+
21+
<#if release.date?has_content>Release date:: ${release.date}</#if>
22+
23+
This release contains mainly bug fixes of problems encountered with the thread context map, logger registry and configuration reloading.
24+
25+
It also enhances integration tests to use Docker images of the most recent releases of MongoDB and Elastic Search.
26+
27+
<#include "../.changelog.adoc.ftl">

src/changelog/2.24.1/.release.xml

+21
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Licensed to the Apache Software Foundation (ASF) under one or more
4+
~ contributor license agreements. See the NOTICE file distributed with
5+
~ this work for additional information regarding copyright ownership.
6+
~ The ASF licenses this file to you under the Apache License, Version 2.0
7+
~ (the "License"); you may not use this file except in compliance with
8+
~ the License. You may obtain a copy of the License at
9+
~
10+
~ http://www.apache.org/licenses/LICENSE-2.0
11+
~
12+
~ Unless required by applicable law or agreed to in writing, software
13+
~ distributed under the License is distributed on an "AS IS" BASIS,
14+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15+
~ See the License for the specific language governing permissions and
16+
~ limitations under the License.
17+
-->
18+
<release xmlns="https://logging.apache.org/xml/ns"
19+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20+
xsi:schemaLocation="https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
21+
date="2024-09-24" version="2.24.1"/>

0 commit comments

Comments
 (0)