Generated by
JDiff

Package org.springframework.aop.interceptor

Added Classes and Interfaces
AsyncUncaughtExceptionHandler A strategy for handling uncaught exceptions thrown from asynchronous methods.
SimpleAsyncUncaughtExceptionHandler A default AsyncUncaughtExceptionHandler that simply logs the exception.
 

Changed Classes
AsyncExecutionInterceptor AOP Alliance {@code MethodInterceptor} that processes method invocations asynchronously, using a given org.springframework.core.task.AsyncTaskExecutor.