File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 129
129
<mockito .version>4.11.0</mockito .version>
130
130
<mongodb .version>4.11.1</mongodb .version>
131
131
<nashorn .version>15.4</nashorn .version>
132
- <netty .version>4.1.106 .Final</netty .version>
132
+ <netty .version>4.1.107 .Final</netty .version>
133
133
<org .eclipse.osgi.version>3.13.0.v20180226-1711</org .eclipse.osgi.version>
134
134
<org .eclipse.persistence.version>2.7.14</org .eclipse.persistence.version>
135
135
<oro .version>2.0.8</oro .version>
Original file line number Diff line number Diff line change 3
3
xmlns =" http://logging.apache.org/log4j/changelog"
4
4
xsi : schemaLocation =" http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.3.xsd"
5
5
type =" updated" >
6
- <issue id =" 2225 " link =" https://github.com/apache/logging-log4j2/pull/2225 " />
7
- <description format =" asciidoc" >Update `io.netty:netty-bom` to version `4.1.106 .Final`</description >
6
+ <issue id =" 2284 " link =" https://github.com/apache/logging-log4j2/pull/2284 " />
7
+ <description format =" asciidoc" >Update `io.netty:netty-bom` to version `4.1.107 .Final`</description >
8
8
</entry >
Original file line number Diff line number Diff line change @@ -43,6 +43,7 @@ This releases contains ...
43
43
=== Fixed
44
44
45
45
* Fix regression in `JdkMapAdapterStringMap` performance. (https://github.com/apache/logging-log4j2/issues/2238[2238])
46
+ * Fix the behavior of `Logger#setLevel` and `Logger#getLevel` in the Log4j 1.2 bridge. (https://github.com/apache/logging-log4j2/issues/2282[2282])
46
47
* Allow deserialization of all arrays of allowed classes. (https://issues.apache.org/jira/browse/LOG4J2-3680[LOG4J2-3680])
47
48
* Fix forgotten `threadName` field in `RingBufferLogEvent#clear()` (https://github.com/apache/logging-log4j2/issues/2234[2234])
48
49
* Fix `StringBuilder` cache corruption on recursive access
@@ -54,7 +55,7 @@ This releases contains ...
54
55
=== Updated
55
56
56
57
* Update `com.fasterxml.jackson:jackson-bom` to version `2.16.1` (https://github.com/apache/logging-log4j2/pull/2126[2126])
57
- * Update `io.netty:netty-bom` to version `4.1.106 .Final` (https://github.com/apache/logging-log4j2/pull/2225[2225 ])
58
+ * Update `io.netty:netty-bom` to version `4.1.107 .Final` (https://github.com/apache/logging-log4j2/pull/2284[2284 ])
58
59
* Update `org.apache.logging:logging-parent` to version `10.6.0` (https://github.com/apache/logging-log4j2/pull/2197[2197])
59
60
* Update `org.eclipse.jetty:jetty-bom` to version `9.4.54.v20240208` (https://github.com/apache/logging-log4j2/pull/2287[2287])
60
61
* Update `org.jctools:jctools-core` to version `4.0.3` (https://github.com/apache/logging-log4j2/pull/2270[2270])
You can’t perform that action at this time.
0 commit comments