Hi, I'm surprised you see the issue with 5.1.0.Beta1 as well.
This method has been moved to {{ExecutableHelper}} in that release, that doesn't match with the line number ({{ReflectionHelper}}, l. 776) you gave. Could it be that you're (unintentionally) still using an older version? In what kind of environment are you testing this?
{quote} Is there a way to print out which bean is causing the scanning to fail? {quote}
As this AIOOBE is not anticipated it's a bit hard to find out the concerned methods. You could run your test using a debugger, add an exception break point for AIOOBE and when your debugger hits that exception examine the arguments passed to {{overrides()}}.
|