You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: log4j-core/src/main/java/org/apache/logging/log4j/core/appender/db/jdbc/AbstractDriverManagerConnectionSource.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -155,7 +155,7 @@ public Connection getConnection() throws SQLException {
Copy file name to clipboardExpand all lines: src/site/_release-notes/_2.14.1.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -63,20 +63,17 @@ For complete information on Apache Log4j 2, including instructions on how to sub
63
63
* Allow reconfiguration when Log4j 1 configuration files are updated. (https://issues.apache.org/jira/browse/LOG4J2-2893[LOG4J2-2893])
64
64
* Add Rollover Listener to aid in unit test validation. (https://issues.apache.org/jira/browse/LOG4J2-2923[LOG4J2-2923])
65
65
* Replace outdated PatternLayout.createLayout() calls in docs with createDefaultLayout(). (https://issues.apache.org/jira/browse/LOG4J2-2977[LOG4J2-2977])
Copy file name to clipboardExpand all lines: src/site/_release-notes/_2.17.2.adoc
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -79,12 +79,11 @@ For complete information on Apache Log4j 2, including instructions on how to sub
79
79
80
80
=== Changed
81
81
82
-
* Bump Jackson from 2.12.4 to 2.13.1.
83
-
* Bump Mockito from 3.11.2 to 4.2.0.
84
-
* Bump Woodstox 6.2.6 to 6.2.8.
85
82
* Bump awaitility from 4.0.3 to 4.1.1 #663.
86
83
* Bump de.flapdoodle.embed:de.flapdoodle.embed.mongo from 3.0.0 to 3.4.1. Update tests for binary incompatibilities in APIs.
84
+
* Bump Jackson from 2.12.4 to 2.13.1.
87
85
* Bump maven-compiler-plugin from 3.8.1 to 3.9.0.
86
+
* Bump Mockito from 3.11.2 to 4.2.0.
88
87
* Bump mongodb3.version from 3.12.4 to 3.12.10 #605.
89
88
* Bump net.javacrumbs.json-unit:json-unit from 2.27.0 to 2.28.0.
90
89
* Bump org.apache.activemq:activemq-broker from 5.16.3 to 5.16.4.
@@ -100,6 +99,7 @@ For complete information on Apache Log4j 2, including instructions on how to sub
100
99
* Bump org.mongodb:mongodb-driver-sync from 4.2.2 to 4.5.0.
101
100
* Bump org.springframework:spring-* from 5.3.13 to 5.3.15.
102
101
* Bump org.xmlunit:xmlunit-* from 2.8.3 to 2.8.4.
102
+
* Bump Woodstox 6.2.6 to 6.2.8.
103
103
* Replace usages of "compile" with "implementation" in the Gradle docs. (https://issues.apache.org/jira/browse/LOG4J2-3215[LOG4J2-3215])
104
104
* Change modifier of method org.apache.logging.log4j.core.tools.Generate#generate to public (was package private) to facilitate automated code generation. (https://issues.apache.org/jira/browse/LOG4J2-3267[LOG4J2-3267])
105
105
* log4j-jpl formats message parameters correctly using MessageFormat. (https://issues.apache.org/jira/browse/LOG4J2-3345[LOG4J2-3345])
@@ -129,10 +129,10 @@ For complete information on Apache Log4j 2, including instructions on how to sub
129
129
* Log4j 1.2 bridge Check for non-existent appender when parsing properties #761. (https://issues.apache.org/jira/browse/LOG4J2-3407[LOG4J2-3407])
130
130
* Log4j 1.2 bridge supports global threshold #764. (https://issues.apache.org/jira/browse/LOG4J2-3407[LOG4J2-3407])
131
131
* Log4j 1.2 bridge throws a ClassCastException when logging a Map with non-String keys. (https://issues.apache.org/jira/browse/LOG4J2-3410[LOG4J2-3410])
0 commit comments