Simplify DefaultMethodInvokingMethodInterceptor
#2971
Labels
Milestone
DefaultMethodInvokingMethodInterceptor
#2971
The implementation of
DefaultMethodInvokingMethodInterceptor
currently uses a lot of indirection and reflection, stemming from the times that creating aLookup
instance needed to be performed in different ways depending on the Java version (8 VS. 9). Now that we have Java 17 as baseline, we can simplify this arrangement and avoid reflection completely.The text was updated successfully, but these errors were encountered: