SpEL could not call methods of Object on a Proxy-Object #23369
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: superseded
An issue that has been superseded by another
Affects: Spring Framework 5.0/5.1
I found the problem, that I couldn't call methods of Object in the SpEL, when the target-object is a Proxy. In my case it was the toString()-method.
I build a test, which shows the behavior and my workaround:
SpelProxyText.zip
The text was updated successfully, but these errors were encountered: