CglibAopProxy errors should be logged as warning #29453
Labels
in: core
Issues in core modules (aop, beans, core, context, expression)
status: superseded
An issue that has been superseded by another
type: enhancement
A general enhancement
Good morning ,
I'm not a usual committer, but if someone has 5 minutes...
The following types of errors should be logged as
WARNING
orERROR
instead ofINFO
.I've spent 2 days investigating the issue, and it was an
@Transactional
annotation added to my (Kotlin ) custom implementation of theAbstractRememberMeServices
which together with final methods in the abstract class caused this very difficult to spot behavior.The text was updated successfully, but these errors were encountered: