"CglibAopProxy: Unable to proxy method" WARN when bean class contains static final method [SPR-11107] #15733
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: backported
An issue that has been backported to maintenance branches
type: bug
A general bug
Milestone
Piotr Findeisen opened SPR-11107 and commented
When using
<tx:annotation-driven />
and a bean class has@Transactional
methodpublic static final
methodsomeMethod
a warning is generated:
This makes no sense -- static methods should not be proxied anyway (what would that mean?).
This is a regression compared to Spring 3.1.2, where the warning was not printed for static methods.
Affects: 3.2.5
Issue Links:
Backported to: 3.2.6
The text was updated successfully, but these errors were encountered: