mirror of
https://github.com/apache/struts.git
synced 2026-08-11 01:27:14 +00:00
WW-4779 Marks as deprecated the profiling layer
This commit is contained in:
@@ -91,7 +91,10 @@ import org.apache.logging.log4j.Logger;
|
||||
*
|
||||
* @author Jason Carreira
|
||||
* @author Claus Ibsen
|
||||
*
|
||||
* @deprecated will be dropped with next major release (2.6)
|
||||
*/
|
||||
@Deprecated
|
||||
public class TimerInterceptor extends AbstractInterceptor {
|
||||
|
||||
private static final Logger LOG = LogManager.getLogger(TimerInterceptor.class);
|
||||
|
||||
@@ -33,7 +33,9 @@ import java.lang.reflect.Proxy;
|
||||
|
||||
/**
|
||||
* @author <a href="mailto:scott@atlassian.com">Scott Farquhar</a>
|
||||
* @deprecated will be dropped with next major release (2.6)
|
||||
*/
|
||||
@Deprecated
|
||||
public class ObjectProfiler {
|
||||
|
||||
/**
|
||||
@@ -135,6 +137,10 @@ public class ObjectProfiler {
|
||||
|
||||
}
|
||||
|
||||
/**
|
||||
* @deprecated will be dropped with next major release (2.6)
|
||||
*/
|
||||
@Deprecated
|
||||
class TimerInvocationHandler implements InvocationHandler {
|
||||
protected Object target;
|
||||
|
||||
|
||||
@@ -35,7 +35,10 @@ import java.util.List;
|
||||
* @author <a href="mailto:mike@atlassian.com">Mike Cannon-Brookes</a>
|
||||
* @author <a href="mailto:scott@atlassian.com">Scott Farquhar</a>
|
||||
* @version $Date$ $Id$
|
||||
*
|
||||
* @deprecated will be dropped with next major release (2.6)
|
||||
*/
|
||||
@Deprecated
|
||||
public class ProfilingTimerBean implements java.io.Serializable {
|
||||
|
||||
private static final long serialVersionUID = -6180672043920208784L;
|
||||
|
||||
@@ -266,7 +266,10 @@ import org.apache.logging.log4j.Logger;
|
||||
* </p>
|
||||
*
|
||||
* <!-- END SNIPPET: profileLogFile -->
|
||||
*
|
||||
* @deprecated will be dropped with next major release (2.6)
|
||||
*/
|
||||
@Deprecated
|
||||
public class UtilTimerStack {
|
||||
|
||||
// A reference to the current ProfilingTimerBean
|
||||
|
||||
Reference in New Issue
Block a user