<div>-------- Original message --------</div><div>From: Mail Delivery Subsystem 
<[email protected]> </div><div>Date:05/17/2014  07:19  (GMT-05:00) 
</div><div>To: [email protected] </div><div>Subject: Delivery Status 
Notification (Failure) </div><div>
</div>
No, don't remove it, it's a public API equivalent to 1.2's getProperty. Sure, 
it could use some tests,  my bad there.

Gary

<div>-------- Original message --------</div><div>From: [email protected] 
</div><div>Date:05/16/2014  21:50  (GMT-05:00) </div><div>To: 
[email protected] </div><div>Subject: svn commit: r1595417 -
  
/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
 </div><div>
</div>Author: rpopma
Date: Sat May 17 01:50:19 2014
New Revision: 1595417

URL: http://svn.apache.org/r1595417
Log:
Deprecated the recently added method #getContextMap(String). Can this be 
removed? There are no callers...

Modified:
    
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java

Modified: 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
URL: 
http://svn.apache.org/viewvc/logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java?rev=1595417&r1=1595416&r2=1595417&view=diff
==============================================================================
--- 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
 (original)
+++ 
logging/log4j/log4j2/trunk/log4j-core/src/main/java/org/apache/logging/log4j/core/LogEvent.java
 Sat May 17 01:50:19 2014
@@ -45,6 +45,7 @@ public interface LogEvent extends Serial
      * @return the value to which the specified key is mapped, or {@code null} 
if this map contains no mapping for the key or there is no
      *         map.
      */
+    @Deprecated
     String getContextMap(String key);

     /**


Reply via email to