Generated by
JDiff

Class org.springframework.aop.interceptor.CustomizableTraceInterceptor

Changed Methods
Object invokeUnderTrace(MethodInvocation, Log) Change in signature from (MethodInvocation, Log) to (org.aopalliance.intercept.MethodInvocation, Log).
Writes a log message before the invocation based on the value of {@code enterMessage}.
String replacePlaceholders(String, MethodInvocation, Object, Throwable, long) Change in signature from (java.lang.String, MethodInvocation, java.lang.Object, java.lang.Throwable, long) to (java.lang.String, org.aopalliance.intercept.MethodInvocation, java.lang.Object, java.lang.Throwable, long).
Replace the placeholders in the given message with the supplied values, or values derived from those supplied.