Author: ningjiang
Date: Thu Jun 16 02:51:09 2011
New Revision: 1136275
URL: http://svn.apache.org/viewvc?rev=1136275&view=rev
Log:
Merged revisions 1135911 via svnmerge from
https://svn.apache.org/repos/asf/cxf/branches/2.4.x-fixes
........
r1135911 | ningjiang | 2011-06-15 11:48:31 +0800 (Wed, 15 Jun 2011) | 1 line
Deprecated the PrettyLoggingOutInterceptor
........
Modified:
cxf/branches/2.3.x-fixes/ (props changed)
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptor.java
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
--- svn:mergeinfo (original)
+++ svn:mergeinfo Thu Jun 16 02:51:09 2011
@@ -1,2 +1,2 @@
-/cxf/branches/2.4.x-fixes:1135488,1135908
+/cxf/branches/2.4.x-fixes:1135488,1135908,1135911
/cxf/trunk:1135484,1135899
Propchange: cxf/branches/2.3.x-fixes/
------------------------------------------------------------------------------
Binary property 'svnmerge-integrated' - no diff available.
Modified:
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptor.java
URL:
http://svn.apache.org/viewvc/cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptor.java?rev=1136275&r1=1136274&r2=1136275&view=diff
==============================================================================
---
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptor.java
(original)
+++
cxf/branches/2.3.x-fixes/rt/core/src/main/java/org/apache/cxf/interceptor/PrettyLoggingOutInterceptor.java
Thu Jun 16 02:51:09 2011
@@ -40,10 +40,13 @@ import org.apache.cxf.message.Message;
import org.apache.cxf.phase.AbstractPhaseInterceptor;
import org.apache.cxf.phase.Phase;
-
/**
- *
- */
+*
+* This class will be removed in CXF 2.5.0.
+* Please use the LoggingOutInterceptor by setting the attribute of
prettyLogging to be true.
+*/
+@Deprecated
+
public class PrettyLoggingOutInterceptor extends AbstractPhaseInterceptor {
private static final Logger LOG =
LogUtils.getL7dLogger(PrettyLoggingOutInterceptor.class);
@@ -102,4 +105,4 @@ public class PrettyLoggingOutInterceptor
}
}
}
-}
\ No newline at end of file
+}