SilenceLurker commented on issue #1236:
URL: https://github.com/apache/shiro/issues/1236#issuecomment-2136407415

   I haven't successfully completely separated them yet. I'm stuck on some 
tests, but I wrote another example to try it out and confirmed that the issue 
is indeed caused by simultaneously implementing both the FactoryBean and 
BeanPostProcessor interfaces and registering them as Beans in the 
Configuration(Try running this minimal reproduction project, and you will see 
similar warnings, just in a smaller number: 
https://github.com/SilenceLurker/BeanWarningExample). I believe the simplest 
solution to resolve these warnings is to split the original 
ShiroFilterFactoryBean class. I will try to separate them simply for a while 
longer, but if it takes too long, I will consider redesigning this part based 
on the original functionality.(Translated by GPT4o)


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@shiro.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscr...@shiro.apache.org
For additional commands, e-mail: issues-h...@shiro.apache.org

Reply via email to