|
OK, I see the check where we skip calling Interceptor if transaction is null.
I'd prefer to not pass in the Transaction here. Mainly I can't guarantee it will be the correct Transaction in these cases. I could however make certain that the Interceptor#afterTransactionCompletion method is at least called (albeit with the null Transaction reference).
|