Skip to content

Commit 981618d

Browse files
committed
Update org.apache.commons:commons-dbcp2 to version 2.12.0 (#2344)
1 parent 395a8f4 commit 981618d

File tree

3 files changed

+14
-3
lines changed

3 files changed

+14
-3
lines changed

log4j-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
<commons-codec.version>1.16.1</commons-codec.version>
7272
<commons-compress.version>1.26.0</commons-compress.version>
7373
<commons-csv.version>1.10.0</commons-csv.version>
74-
<commons-dbcp2.version>2.11.0</commons-dbcp2.version>
74+
<commons-dbcp2.version>2.12.0</commons-dbcp2.version>
7575
<commons-io.version>2.15.1</commons-io.version>
7676
<commons-lang3.version>3.14.0</commons-lang3.version>
7777
<commons-logging.version>1.3.0</commons-logging.version>
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5+
type="updated">
6+
<issue id="2344" link="https://github.com/apache/logging-log4j2/pull/2344"/>
7+
<description format="asciidoc">Update `org.apache.commons:commons-dbcp2` to version `2.12.0`</description>
8+
</entry>

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,13 +26,15 @@ This releases contains ...
2626
[#release-notes-2-x-x-changed]
2727
=== Changed
2828
29+
* Fix handling of `LoggerContextAware` lookups. (https://github.com/apache/logging-log4j2/pull/2309[2309])
2930
* Improve performance of `CloseableThreadContext#closeMap()` (https://github.com/apache/logging-log4j2/pull/2296[2296])
3031
3132
[#release-notes-2-x-x-fixed]
3233
=== Fixed
3334
34-
* Add `log4j2.StatusLogger.DateFormatZone` system property to set the time-zone `StatusLogger` uses to format `java.time.Instant`. Without this formatting patterns accessing to time-zone-specific fields (e.g., year-of-era) cause failures.
35-
* Fix stack overflow in `StatusLogger`
35+
* Fix `StatusLogger` log level filtering when debug mode is enabled (https://github.com/apache/logging-log4j2/issues/2337[2337])
36+
* Add `log4j2.StatusLogger.DateFormatZone` system property to set the time-zone `StatusLogger` uses to format `java.time.Instant`. Without this formatting patterns accessing to time-zone-specific fields (e.g., year-of-era) cause failures. (https://github.com/apache/logging-log4j2/pull/2322[2322])
37+
* Fix stack overflow in `StatusLogger` (https://github.com/apache/logging-log4j2/pull/2322[2322])
3638
3739
[#release-notes-2-x-x-updated]
3840
=== Updated
@@ -44,4 +46,5 @@ This releases contains ...
4446
* Update `io.fabric8:docker-maven-plugin` to version `0.44.0` (https://github.com/apache/logging-log4j2/pull/2299[2299])
4547
* Update `jakarta.activation:jakarta.activation-api` to version `2.1.3` (https://github.com/apache/logging-log4j2/pull/2335[2335])
4648
* Update `org.apache.commons:commons-compress` to version `1.26.0` (https://github.com/apache/logging-log4j2/pull/2304[2304])
49+
* Update `org.apache.commons:commons-dbcp2` to version `2.12.0` (https://github.com/apache/logging-log4j2/pull/2344[2344])
4750
* Update `org.apache.kafka:kafka-clients` to version `3.7.0` (https://github.com/apache/logging-log4j2/pull/2326[2326])

0 commit comments

Comments
 (0)