You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@logging.apache.org by "Carter Kozak (JIRA)" <ji...@apache.org> on 2018/11/05 18:55:00 UTC

[jira] [Created] (LOG4J2-2498) Replace functional interfaces with java8 java.util

Carter Kozak created LOG4J2-2498:
------------------------------------

             Summary: Replace functional interfaces with java8 java.util
                 Key: LOG4J2-2498
                 URL: https://issues.apache.org/jira/browse/LOG4J2-2498
             Project: Log4j 2
          Issue Type: Improvement
          Components: API
            Reporter: Carter Kozak
            Assignee: Carter Kozak
             Fix For: 3.0.0


org.apache.logging.log4j.util.BiConsumer -> java.util.function.BiConsumer

BiConsumer is not marked deprecated yet, deprecation in preparation for 3.0 should probably be backported to 2.x.

 

org.apache.logging.log4j.util.MessageSupplier -> java.util.function.Supplier<Message>

 

org.apache.logging.log4j.util.Supplier -> java.util.function.Supplier



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)