This PR deprecates HandlerInterceptorAdapter, as (Async)HandlerInterceptor provide the same convenience by themselves with default methods. Additionally, existing HandlerInterceptorAdapter subclasses have been reworked to implement (Async)HandlerInterceptor.
Comment From: rstoyanchev
Thanks!