This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
The following commit(s) were added to refs/heads/main by this push:
new 46682bc706 Update `org.apache.logging:logging-parent` to version
`10.5.0` (#2118)
46682bc706 is described below
commit 46682bc706062a4b664a70ce626956f51033cc57
Author: ASF Logging Services RM <[email protected]>
AuthorDate: Wed Dec 27 23:23:38 2023 +0000
Update `org.apache.logging:logging-parent` to version `10.5.0` (#2118)
---
pom.xml | 2 +-
.../update_org_apache_logging_logging_parent.xml | 8 ++++++
src/site/_release-notes/_2.0-rc1.adoc | 10 ++++----
src/site/_release-notes/_2.14.0.adoc | 10 ++++----
src/site/_release-notes/_2.19.0.adoc | 12 ++++-----
src/site/_release-notes/_2.4.adoc | 10 ++++----
src/site/_release-notes/_3.0.0-alpha1.adoc | 10 ++++----
src/site/_release-notes/_3.0.0-beta1.adoc | 30 +++++++++++-----------
src/site/_release-notes/_3.x.x.adoc | 5 ++++
9 files changed, 55 insertions(+), 42 deletions(-)
diff --git a/pom.xml b/pom.xml
index 4018d3ca33..f00242ec98 100644
--- a/pom.xml
+++ b/pom.xml
@@ -31,7 +31,7 @@
<parent>
<groupId>org.apache.logging</groupId>
<artifactId>logging-parent</artifactId>
- <version>10.4.0</version>
+ <version>10.5.0</version>
<relativePath />
</parent>
diff --git a/src/changelog/.3.x.x/update_org_apache_logging_logging_parent.xml
b/src/changelog/.3.x.x/update_org_apache_logging_logging_parent.xml
new file mode 100644
index 0000000000..4eaf7d0ed4
--- /dev/null
+++ b/src/changelog/.3.x.x/update_org_apache_logging_logging_parent.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<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.3.xsd"
+ type="updated">
+ <issue id="2118" link="https://github.com/apache/logging-log4j2/pull/2118"/>
+ <description format="asciidoc">Update `org.apache.logging:logging-parent` to
version `10.5.0`</description>
+</entry>
diff --git a/src/site/_release-notes/_2.0-rc1.adoc
b/src/site/_release-notes/_2.0-rc1.adoc
index bba1f97162..387fb562f1 100644
--- a/src/site/_release-notes/_2.0-rc1.adoc
+++ b/src/site/_release-notes/_2.0-rc1.adoc
@@ -44,11 +44,6 @@
* Resource leak in Flume appender when it cannot create a BerkeleyDB db.
(https://issues.apache.org/jira/browse/LOG4J2-532[LOG4J2-532])
* Renamed the org.apache.logging.log4j.core.appender.db.nosql.couch package to
org.apache.logging.log4j.core.appender.db.nosql.couchdb.
-[#release-notes-2-0-rc1-removed]
-=== Removed
-
-* 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.
-
[#release-notes-2-0-rc1-fixed]
=== Fixed
@@ -101,3 +96,8 @@
* Switch in log4j-1.2-api Category.getEffectiveLevel has no cases for FATAL,
OFF. (https://issues.apache.org/jira/browse/LOG4J2-517[LOG4J2-517])
* LocalizedMessage serialization is broken.
(https://issues.apache.org/jira/browse/LOG4J2-523[LOG4J2-523])
* 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])
+
+[#release-notes-2-0-rc1-removed]
+=== Removed
+
+* 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.
diff --git a/src/site/_release-notes/_2.14.0.adoc
b/src/site/_release-notes/_2.14.0.adoc
index bb8e8fb0cc..89b0654580 100644
--- a/src/site/_release-notes/_2.14.0.adoc
+++ b/src/site/_release-notes/_2.14.0.adoc
@@ -61,11 +61,6 @@ For complete information on Apache Log4j 2, including
instructions on how to sub
* Update tests hsqldb 2.5.0 -> 2.5.1.
* Update tests junit:junit 4.12 -> 4.13.
-[#release-notes-2-14-0-removed]
-=== Removed
-
-* Drop log4j-mongodb2 module.
(https://issues.apache.org/jira/browse/LOG4J2-2851[LOG4J2-2851])
-
[#release-notes-2-14-0-fixed]
=== Fixed
@@ -94,3 +89,8 @@ For complete information on Apache Log4j 2, including
instructions on how to sub
* Fix broken link in FAQ.
(https://issues.apache.org/jira/browse/LOG4J2-2925[LOG4J2-2925])
* Fix NPE in MDCContextMap on 'contains' and 'isEmpty' invocations.
(https://issues.apache.org/jira/browse/LOG4J2-2939[LOG4J2-2939])
* Prevent premature garbage collection of shutdown hooks in
DefaultShutdownCallbackRegistry.
(https://issues.apache.org/jira/browse/LOG4J2-2954[LOG4J2-2954])
+
+[#release-notes-2-14-0-removed]
+=== Removed
+
+* Drop log4j-mongodb2 module.
(https://issues.apache.org/jira/browse/LOG4J2-2851[LOG4J2-2851])
diff --git a/src/site/_release-notes/_2.19.0.adoc
b/src/site/_release-notes/_2.19.0.adoc
index b7d7f7a6da..241e7536b2 100644
--- a/src/site/_release-notes/_2.19.0.adoc
+++ b/src/site/_release-notes/_2.19.0.adoc
@@ -47,12 +47,6 @@ For complete information on Apache Log4j 2, including
instructions on how to sub
* Allow PropertySources to be added.
(https://issues.apache.org/jira/browse/LOG4J2-3588[LOG4J2-3588])
* Allow Plugins to be injected with the LoggerContext reference.
(https://issues.apache.org/jira/browse/LOG4J2-3589[LOG4J2-3589])
-[#release-notes-2-19-0-removed]
-=== Removed
-
-* Removed build page in favor of a single build instructions file.
(https://issues.apache.org/jira/browse/LOG4J2-3573[LOG4J2-3573])
-* Remove SLF4J 1.8.x binding.
(https://issues.apache.org/jira/browse/LOG4J2-3590[LOG4J2-3590])
-
[#release-notes-2-19-0-fixed]
=== Fixed
@@ -72,3 +66,9 @@ For complete information on Apache Log4j 2, including
instructions on how to sub
* Fix regression in Rfc5424Layout default values.
(https://issues.apache.org/jira/browse/LOG4J2-3587[LOG4J2-3587])
* Harden InstantFormatter against delegate failures.
(https://issues.apache.org/jira/browse/LOG4J2-3614[LOG4J2-3614])
* Add async support to `Log4jServletFilter`.
(https://issues.apache.org/jira/browse/LOG4J2-708[LOG4J2-708])
+
+[#release-notes-2-19-0-removed]
+=== Removed
+
+* Removed build page in favor of a single build instructions file.
(https://issues.apache.org/jira/browse/LOG4J2-3573[LOG4J2-3573])
+* Remove SLF4J 1.8.x binding.
(https://issues.apache.org/jira/browse/LOG4J2-3590[LOG4J2-3590])
diff --git a/src/site/_release-notes/_2.4.adoc
b/src/site/_release-notes/_2.4.adoc
index 9c8970cb3e..26b9b64fcc 100644
--- a/src/site/_release-notes/_2.4.adoc
+++ b/src/site/_release-notes/_2.4.adoc
@@ -82,11 +82,6 @@ For complete information on Apache Log4j 2, including
instructions on how to sub
* log4j-web-2.1 should work around a bug in JBOSS EAP 6.2.
(https://issues.apache.org/jira/browse/LOG4J2-890[LOG4J2-890])
* Fix FindBugs DM_DEFAULT_ENCODING bug in SimpleLogger.logMessage() and
simplify code. (https://issues.apache.org/jira/browse/LOG4J2-959[LOG4J2-959])
-[#release-notes-2-4-removed]
-=== Removed
-
-* Removed experimental interface LevelLogger which got committed to master by
mistake.
-
[#release-notes-2-4-fixed]
=== Fixed
@@ -124,3 +119,8 @@ For complete information on Apache Log4j 2, including
instructions on how to sub
* Clarify documentation for combining async with sync loggers.
(https://issues.apache.org/jira/browse/LOG4J2-918[LOG4J2-918])
* Circular suppressed Exception throws StackOverflowError.
(https://issues.apache.org/jira/browse/LOG4J2-934[LOG4J2-934])
* Use System.nanoTime() to measure time intervals.
(https://issues.apache.org/jira/browse/LOG4J2-982[LOG4J2-982])
+
+[#release-notes-2-4-removed]
+=== Removed
+
+* Removed experimental interface LevelLogger which got committed to master by
mistake.
diff --git a/src/site/_release-notes/_3.0.0-alpha1.adoc
b/src/site/_release-notes/_3.0.0-alpha1.adoc
index 5f90f70977..1a6c081283 100644
--- a/src/site/_release-notes/_3.0.0-alpha1.adoc
+++ b/src/site/_release-notes/_3.0.0-alpha1.adoc
@@ -84,11 +84,6 @@ for Log4j 2.x will continue to operate with the Log4j 3.x
libraries present inst
* Unify plugin builders and plugin factories.
(https://issues.apache.org/jira/browse/LOG4J2-860[LOG4J2-860])
* Update Conversant Disruptor from 1.12.15 to 1.12.21. The new version
requires Java 11.
(https://issues.apache.org/jira/browse/LOG4J2-2079[LOG4J2-2079])
-[#release-notes-3-0-0-alpha1-removed]
-=== Removed
-
-* Remove support for `java.io.Serializable` in several classes including
`Message`, `Layout`, `LogEvent`, `Logger`, and `ReadOnlyStringMap`.
(https://issues.apache.org/jira/browse/LOG4J2-3228[LOG4J2-3228])
-
[#release-notes-3-0-0-alpha1-fixed]
=== Fixed
@@ -99,3 +94,8 @@ for Log4j 2.x will continue to operate with the Log4j 3.x
libraries present inst
* Reduce Log4j 2 initialization time by deferring loading Plugin classes.
(https://issues.apache.org/jira/browse/LOG4J2-2795[LOG4J2-2795])
* Fixes incorrect constructor call in `LocalizedMessageFactory`.
(https://issues.apache.org/jira/browse/LOG4J2-2850[LOG4J2-2850])
* Fix file descriptor leak on Tomcat.
(https://issues.apache.org/jira/browse/LOG4J2-3663[LOG4J2-3663])
+
+[#release-notes-3-0-0-alpha1-removed]
+=== Removed
+
+* Remove support for `java.io.Serializable` in several classes including
`Message`, `Layout`, `LogEvent`, `Logger`, and `ReadOnlyStringMap`.
(https://issues.apache.org/jira/browse/LOG4J2-3228[LOG4J2-3228])
diff --git a/src/site/_release-notes/_3.0.0-beta1.adoc
b/src/site/_release-notes/_3.0.0-beta1.adoc
index dc4f84ffed..1038665b18 100644
--- a/src/site/_release-notes/_3.0.0-beta1.adoc
+++ b/src/site/_release-notes/_3.0.0-beta1.adoc
@@ -95,6 +95,21 @@ This is the first beta release of the upcoming major
release, i.e., `3.0.0`.
* Update `uk.org.webcompere:system-stubs-core` to version `2.1.5`
(https://github.com/apache/logging-log4j2/pull/2001[2001])
* Update OpenTest4J from version 1.2.0 to
link:https://github.com/ota4j-team/opentest4j/releases/tag/r1.3.0[1.3.0].
+[#release-notes-3-0-0-beta1-fixed]
+=== Fixed
+
+* Remove locale-dependent `toLowerCase/toUpperCase` calls.
(https://github.com/apache/logging-log4j2/pull/1281[1281])
+* Add environment variable arbiter.
(https://github.com/apache/logging-log4j2/issues/1312[1312])
+* Fixed logging of java.sql.Date objects by appending it before Log4J tries to
call java.util.Date.toInstant() on it.
(https://github.com/apache/logging-log4j2/pull/1366[1366])
+* Adapt the OSGi metadata of `log4j-api`, `log4j-core`, `log4j-slf4j-impl` and
`log4j-slf4j2-impl` to activate the bundle when it is accessed. To achieve that
set the `Bundle-ActivationPolicy` to `lazy` for the log4j bundles.
(https://github.com/apache/logging-log4j2/issues/1367[1367])
+* Fix runtime dependencies documentation.
(https://github.com/apache/logging-log4j2/pull/1530[1530])
+* Allow to override fqcn in `Log4jEventBuilder` by implementing
`CallerBoundaryAware`.
(https://github.com/apache/logging-log4j2/pull/1533[1533])
+* Migrate MongoDB tests to JUnit 5 and Flapdoodle Embedded MongoDB 4.
(https://github.com/apache/logging-log4j2/issues/1589[1589])
+* Fixed rollover strategy in the Log4j 1.x compatibility layer.
(https://github.com/apache/logging-log4j2/issues/1650[1650])
+* Only shutdown Log4j after last `Log4jServletContextListener` is executed.
(https://github.com/apache/logging-log4j2/issues/1782[1782])
+* Fixes context data loss if `<AsyncLogger>` components are used with an all
async logger context.
(https://github.com/apache/logging-log4j2/issues/1786[1786])
+* AppenderLoggingException logging any exception to a MongoDB Appender.
(https://issues.apache.org/jira/browse/LOG4J2-3392[LOG4J2-3392])
+
[#release-notes-3-0-0-beta1-removed]
=== Removed
@@ -112,18 +127,3 @@ This is the first beta release of the upcoming major
release, i.e., `3.0.0`.
* Remove `log4j-mongodb3` module
(https://github.com/apache/logging-log4j2/pull/1951[1951])
* Remove support for `SecurityManager`. Starting in Java 21, a custom
`SecurityManager` cannot be used.
* Remove `log4j-spring-boot` module (its features are upstreamed to
`org.springframework.boot:spring-boot-starter-log4j2`)
(https://github.com/apache/logging-log4j2/pull/1951[1951])
-
-[#release-notes-3-0-0-beta1-fixed]
-=== Fixed
-
-* Remove locale-dependent `toLowerCase/toUpperCase` calls.
(https://github.com/apache/logging-log4j2/pull/1281[1281])
-* Add environment variable arbiter.
(https://github.com/apache/logging-log4j2/issues/1312[1312])
-* Fixed logging of java.sql.Date objects by appending it before Log4J tries to
call java.util.Date.toInstant() on it.
(https://github.com/apache/logging-log4j2/pull/1366[1366])
-* Adapt the OSGi metadata of `log4j-api`, `log4j-core`, `log4j-slf4j-impl` and
`log4j-slf4j2-impl` to activate the bundle when it is accessed. To achieve that
set the `Bundle-ActivationPolicy` to `lazy` for the log4j bundles.
(https://github.com/apache/logging-log4j2/issues/1367[1367])
-* Fix runtime dependencies documentation.
(https://github.com/apache/logging-log4j2/pull/1530[1530])
-* Allow to override fqcn in `Log4jEventBuilder` by implementing
`CallerBoundaryAware`.
(https://github.com/apache/logging-log4j2/pull/1533[1533])
-* Migrate MongoDB tests to JUnit 5 and Flapdoodle Embedded MongoDB 4.
(https://github.com/apache/logging-log4j2/issues/1589[1589])
-* Fixed rollover strategy in the Log4j 1.x compatibility layer.
(https://github.com/apache/logging-log4j2/issues/1650[1650])
-* Only shutdown Log4j after last `Log4jServletContextListener` is executed.
(https://github.com/apache/logging-log4j2/issues/1782[1782])
-* Fixes context data loss if `<AsyncLogger>` components are used with an all
async logger context.
(https://github.com/apache/logging-log4j2/issues/1786[1786])
-* AppenderLoggingException logging any exception to a MongoDB Appender.
(https://issues.apache.org/jira/browse/LOG4J2-3392[LOG4J2-3392])
diff --git a/src/site/_release-notes/_3.x.x.adoc
b/src/site/_release-notes/_3.x.x.adoc
index 268daf47fc..03a7a7f795 100644
--- a/src/site/_release-notes/_3.x.x.adoc
+++ b/src/site/_release-notes/_3.x.x.adoc
@@ -32,3 +32,8 @@ This release contains...
* Mark `JdkMapAdapterStringMap` as frozen if map is immutable.
(https://github.com/apache/logging-log4j2/issues/2098[2098])
* Fix NPE in `CloseableThreadContext`.
(https://github.com/apache/logging-log4j2/pull/1426[1426])
* Fix NPE in `RollingFileManager`.
(https://github.com/apache/logging-log4j2/pull/1645[1645])
+
+[#release-notes-3-x-x-updated]
+=== Updated
+
+* Update `org.apache.logging:logging-parent` to version `10.5.0`
(https://github.com/apache/logging-log4j2/pull/2118[2118])