Skip to content

Commit 7752e18

Browse files
committed
Update changelog
1 parent 42268b0 commit 7752e18

File tree

7 files changed

+41
-36
lines changed

7 files changed

+41
-36
lines changed

src/site/_release-notes/_2.0-rc1.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,11 +65,6 @@ Release date:: 2014-02-16
6565
* Resource leak in Flume appender when it cannot create a BerkeleyDB db. (https://issues.apache.org/jira/browse/LOG4J2-532[LOG4J2-532])
6666
* Renamed the org.apache.logging.log4j.core.appender.db.nosql.couch package to org.apache.logging.log4j.core.appender.db.nosql.couchdb.
6767
68-
[#release-notes-2-0-rc1-removed]
69-
=== Removed
70-
71-
* Removed the DataSourceConnectionSource and the <DriverManager> plugin for the JDBC Appender. It is not safe to use. Please use the DataSource or factory connection sources backed by a connection pool.
72-
7368
[#release-notes-2-0-rc1-fixed]
7469
=== Fixed
7570
@@ -122,3 +117,8 @@ Release date:: 2014-02-16
122117
* Switch in log4j-1.2-api Category.getEffectiveLevel has no cases for FATAL, OFF. (https://issues.apache.org/jira/browse/LOG4J2-517[LOG4J2-517])
123118
* LocalizedMessage serialization is broken. (https://issues.apache.org/jira/browse/LOG4J2-523[LOG4J2-523])
124119
* Fixed bugs where rolled log files were overwritten by RollingFile appender with composite time and size based policies. (https://issues.apache.org/jira/browse/LOG4J2-531[LOG4J2-531])
120+
121+
[#release-notes-2-0-rc1-removed]
122+
=== Removed
123+
124+
* Removed the DataSourceConnectionSource and the <DriverManager> plugin for the JDBC Appender. It is not safe to use. Please use the DataSource or factory connection sources backed by a connection pool.

src/site/_release-notes/_2.14.0.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -82,11 +82,6 @@ For complete information on Apache Log4j 2, including instructions on how to sub
8282
* Update tests hsqldb 2.5.0 -> 2.5.1.
8383
* Update tests junit:junit 4.12 -> 4.13.
8484
85-
[#release-notes-2-14-0-removed]
86-
=== Removed
87-
88-
* Drop log4j-mongodb2 module. (https://issues.apache.org/jira/browse/LOG4J2-2851[LOG4J2-2851])
89-
9085
[#release-notes-2-14-0-fixed]
9186
=== Fixed
9287
@@ -115,3 +110,8 @@ For complete information on Apache Log4j 2, including instructions on how to sub
115110
* Fix broken link in FAQ. (https://issues.apache.org/jira/browse/LOG4J2-2925[LOG4J2-2925])
116111
* Fix NPE in MDCContextMap on 'contains' and 'isEmpty' invocations. (https://issues.apache.org/jira/browse/LOG4J2-2939[LOG4J2-2939])
117112
* Prevent premature garbage collection of shutdown hooks in DefaultShutdownCallbackRegistry. (https://issues.apache.org/jira/browse/LOG4J2-2954[LOG4J2-2954])
113+
114+
[#release-notes-2-14-0-removed]
115+
=== Removed
116+
117+
* Drop log4j-mongodb2 module. (https://issues.apache.org/jira/browse/LOG4J2-2851[LOG4J2-2851])

src/site/_release-notes/_2.19.0.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -68,12 +68,6 @@ For complete information on Apache Log4j 2, including instructions on how to sub
6868
* Allow PropertySources to be added. (https://issues.apache.org/jira/browse/LOG4J2-3588[LOG4J2-3588])
6969
* Allow Plugins to be injected with the LoggerContext reference. (https://issues.apache.org/jira/browse/LOG4J2-3589[LOG4J2-3589])
7070
71-
[#release-notes-2-19-0-removed]
72-
=== Removed
73-
74-
* Removed build page in favor of a single build instructions file. (https://issues.apache.org/jira/browse/LOG4J2-3573[LOG4J2-3573])
75-
* Remove SLF4J 1.8.x binding. (https://issues.apache.org/jira/browse/LOG4J2-3590[LOG4J2-3590])
76-
7771
[#release-notes-2-19-0-fixed]
7872
=== Fixed
7973
@@ -93,3 +87,9 @@ For complete information on Apache Log4j 2, including instructions on how to sub
9387
* Fix regression in Rfc5424Layout default values. (https://issues.apache.org/jira/browse/LOG4J2-3587[LOG4J2-3587])
9488
* Harden InstantFormatter against delegate failures. (https://issues.apache.org/jira/browse/LOG4J2-3614[LOG4J2-3614])
9589
* Add async support to `Log4jServletFilter`. (https://issues.apache.org/jira/browse/LOG4J2-708[LOG4J2-708])
90+
91+
[#release-notes-2-19-0-removed]
92+
=== Removed
93+
94+
* Removed build page in favor of a single build instructions file. (https://issues.apache.org/jira/browse/LOG4J2-3573[LOG4J2-3573])
95+
* Remove SLF4J 1.8.x binding. (https://issues.apache.org/jira/browse/LOG4J2-3590[LOG4J2-3590])

src/site/_release-notes/_2.21.0.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,11 +80,6 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
8080
* Update Tomcat JULI to version 10.0.27 (https://github.com/apache/logging-log4j2/issues/1591[1591])
8181
* Update Woodstox to version https://github.com/FasterXML/woodstox/blob/master/release-notes/VERSION[6.5.1] (https://github.com/apache/logging-log4j2/issues/1591[1591])
8282
83-
[#release-notes-2-21-0-removed]
84-
=== Removed
85-
86-
* Moved `log4j-jmx-gui` to https://github.com/apache/logging-log4j-jmx-gui/actions[its own repository] along with its own release cycle
87-
8883
[#release-notes-2-21-0-fixed]
8984
=== Fixed
9085
@@ -126,3 +121,8 @@ The module name of four bridges (`log4j-slf4j-impl`, `log4j-slf4j2-impl`, `log4j
126121
* Fixed `%notEmpty` directive of `PatternLayout` for empty MDC/NDC inputs (https://issues.apache.org/jira/browse/LOG4J2-3660[LOG4J2-3660])
127122
* Fixed file descriptor leak on Tomcat (https://issues.apache.org/jira/browse/LOG4J2-3663[LOG4J2-3663])
128123
* Ensured `FileOutputStream` is closed in `CommonsCompressAction.execute()`
124+
125+
[#release-notes-2-21-0-removed]
126+
=== Removed
127+
128+
* Moved `log4j-jmx-gui` to https://github.com/apache/logging-log4j-jmx-gui/actions[its own repository] along with its own release cycle

src/site/_release-notes/_2.22.0.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -53,11 +53,6 @@ SBOM generation is streamlined by `logging-parent`, see https://logging.apache.o
5353
* Update `org.springframework:spring-framework-bom` to version `5.3.31` (https://github.com/apache/logging-log4j2/pull/1973[1973])
5454
* Update `org.zeromq:jeromq` to version `0.5.4` (https://github.com/apache/logging-log4j2/pull/1878[1878])
5555
56-
[#release-notes-2-22-0-removed]
57-
=== Removed
58-
59-
* Removed unused `FastDateParser` which was causing unnecessary heap overhead (https://issues.apache.org/jira/browse/LOG4J2-3672[LOG4J2-3672], https://github.com/apache/logging-log4j2/pull/1848[1848])
60-
6156
[#release-notes-2-22-0-fixed]
6257
=== Fixed
6358
@@ -67,3 +62,8 @@ SBOM generation is streamlined by `logging-parent`, see https://logging.apache.o
6762
* Fix JPMS descriptors causing `jlink` issues (https://github.com/apache/logging-log4j2/issues/1896[1896])
6863
* Add missing `Implementation-` and `Specification-` entries to `MANIFEST.MF` (implemented by `logging-parent` version `10.3.0` update) (https://github.com/apache/logging-log4j2/issues/1923[1923])
6964
* Fix `NotSerializableException` thrown when `Logger` is serialized with a `ReusableMessageFactory` (https://github.com/apache/logging-log4j2/issues/1884[1884])
65+
66+
[#release-notes-2-22-0-removed]
67+
=== Removed
68+
69+
* Removed unused `FastDateParser` which was causing unnecessary heap overhead (https://issues.apache.org/jira/browse/LOG4J2-3672[LOG4J2-3672], https://github.com/apache/logging-log4j2/pull/1848[1848])

src/site/_release-notes/_2.4.adoc

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -101,11 +101,6 @@ For complete information on Apache Log4j 2, including instructions on how to sub
101101
* log4j-web-2.1 should work around a bug in JBOSS EAP 6.2. (https://issues.apache.org/jira/browse/LOG4J2-890[LOG4J2-890])
102102
* Fix FindBugs DM_DEFAULT_ENCODING bug in SimpleLogger.logMessage() and simplify code. (https://issues.apache.org/jira/browse/LOG4J2-959[LOG4J2-959])
103103
104-
[#release-notes-2-4-removed]
105-
=== Removed
106-
107-
* Removed experimental interface LevelLogger which got committed to master by mistake.
108-
109104
[#release-notes-2-4-fixed]
110105
=== Fixed
111106
@@ -143,3 +138,8 @@ For complete information on Apache Log4j 2, including instructions on how to sub
143138
* Clarify documentation for combining async with sync loggers. (https://issues.apache.org/jira/browse/LOG4J2-918[LOG4J2-918])
144139
* Circular suppressed Exception throws StackOverflowError. (https://issues.apache.org/jira/browse/LOG4J2-934[LOG4J2-934])
145140
* Use System.nanoTime() to measure time intervals. (https://issues.apache.org/jira/browse/LOG4J2-982[LOG4J2-982])
141+
142+
[#release-notes-2-4-removed]
143+
=== Removed
144+
145+
* Removed experimental interface LevelLogger which got committed to master by mistake.

src/site/_release-notes/_2.x.x.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,15 @@ This releases contains ...
2727
=== Changed
2828
2929
* Bumped the minimum Java version required for the build to Java 17. Runtime requirements remain unchanged. (https://github.com/apache/logging-log4j2/issues/2021[2021])
30+
31+
[#release-notes-2-x-x-fixed]
32+
=== Fixed
33+
34+
* Fix `log4j-to-slf4j` JPMS and OSGi descriptors. (https://github.com/apache/logging-log4j2/pull/1983[1983])
35+
36+
[#release-notes-2-x-x-updated]
37+
=== Updated
38+
3039
* Update `actions/upload-artifact` to version `4.0.0` (https://github.com/apache/logging-log4j2/pull/2096[2096])
3140
* Update `ch.qos.logback:logback-classic` to version `1.3.14` (https://github.com/apache/logging-log4j2/pull/2029[2029])
3241
* Update `co.elastic.clients:elasticsearch-java` to version `8.11.2` (https://github.com/apache/logging-log4j2/pull/2078[2078])
@@ -46,6 +55,7 @@ This releases contains ...
4655
* Update `org.apache.commons:commons-lang3` to version `3.14.0` (https://github.com/apache/logging-log4j2/pull/2047[2047])
4756
* Update `org.apache.commons:commons-pool2` to version `2.12.0` (https://github.com/apache/logging-log4j2/pull/2057[2057])
4857
* Update `org.apache.kafka:kafka-clients` to version `3.6.1` (https://github.com/apache/logging-log4j2/pull/2068[2068])
58+
* Update `org.apache.logging:logging-parent` to version `10.5.0` (https://github.com/apache/logging-log4j2/pull/2119[2119])
4959
* Update `org.apache.maven:maven-core` to version `3.9.6` (https://github.com/apache/logging-log4j2/pull/2040[2040])
5060
* Update `org.apache.maven.surefire:surefire-junit47` to version `3.2.3` (https://github.com/apache/logging-log4j2/pull/2088[2088])
5161
* Update `org.codehaus.plexus:plexus-utils` to version `3.5.1` (https://github.com/apache/logging-log4j2/pull/2056[2056])
@@ -54,8 +64,3 @@ This releases contains ...
5464
* Update `org.jmdns:jmdns` to version `3.5.9` (https://github.com/apache/logging-log4j2/pull/2067[2067])
5565
* Update `org.springframework.boot:spring-boot` to version `2.7.18` (https://github.com/apache/logging-log4j2/pull/1998[1998])
5666
* Update `org.springframework.cloud:spring-cloud-dependencies` to version `2021.0.9` (https://github.com/apache/logging-log4j2/pull/2109[2109])
57-
58-
[#release-notes-2-x-x-fixed]
59-
=== Fixed
60-
61-
* Fix `log4j-to-slf4j` JPMS and OSGi descriptors. (https://github.com/apache/logging-log4j2/pull/1983[1983])

0 commit comments

Comments
 (0)