File tree 5 files changed +17
-7
lines changed
log4j-core/src/main/java/org/apache/logging/log4j/core
5 files changed +17
-7
lines changed Original file line number Diff line number Diff line change 18
18
* Provides Asynchronous Logger classes and interfaces for low-latency logging.
19
19
*/
20
20
@ Export
21
- @ Version ("2.24.1 " )
21
+ @ Version ("2.25.0 " )
22
22
package org .apache .logging .log4j .core .async ;
23
23
24
24
import org .osgi .annotation .bundle .Export ;
Original file line number Diff line number Diff line change @@ -218,8 +218,7 @@ public Filter getFilter() {
218
218
*/
219
219
@ Deprecated
220
220
public B withtFilter (final Filter filter ) {
221
- this .filter = filter ;
222
- return asBuilder ();
221
+ return withFilter (filter );
223
222
}
224
223
225
224
public B withFilter (final Filter filter ) {
@@ -946,8 +945,8 @@ public Filter getFilter() {
946
945
}
947
946
948
947
/**
949
- * @deprecated Use {@link #withFilter(Filter)} instead
950
- */
948
+ * @deprecated Use {@link #withFilter(Filter)} instead
949
+ */
951
950
@ Deprecated
952
951
public B withtFilter (final Filter filter ) {
953
952
this .filter = filter ;
Original file line number Diff line number Diff line change 18
18
* Configuration of Log4j 2.
19
19
*/
20
20
@ Export
21
- @ Version ("2.24.1 " )
21
+ @ Version ("2.25.0 " )
22
22
package org .apache .logging .log4j .core .config ;
23
23
24
24
import org .osgi .annotation .bundle .Export ;
Original file line number Diff line number Diff line change 18
18
* Implementation of Log4j 2.
19
19
*/
20
20
@ Export
21
- @ Version ("2.24.2 " )
21
+ @ Version ("2.25.0 " )
22
22
package org .apache .logging .log4j .core ;
23
23
24
24
import org .osgi .annotation .bundle .Export ;
Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <entry xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
3
+ xmlns =" https://logging.apache.org/xml/ns"
4
+ xsi : schemaLocation =" https://logging.apache.org/xml/ns https://logging.apache.org/xml/ns/log4j-changelog-0.xsd"
5
+ type =" added" >
6
+ <issue id =" 3369" link =" https://github.com/apache/logging-log4j2/issues/3369" />
7
+ <description format =" asciidoc" >
8
+ Fixed typo in "LoggerConfig.RootLogger.Builder#withtFilter(...)" method.
9
+ Created new corrected 'withFilter()' method and deprecated old method.
10
+ </description >
11
+ </entry >
You can’t perform that action at this time.
0 commit comments