Lenny Primak

Results 417 comments of Lenny Primak

Sure, here you go, and thank you

Not sure what you mean. I don't see any such branches.

Can you paste full error log please? The actual error is missing from the screenshots. Please attach a log file, screenshots are not useful. Thank you!

Just move the log file out of your Shiro build directory. The log itself is causing the issue.

- You don't need to run `./mvnw verify` just `mvn package` would suffice. - or run `mvn verify -DskipITs` or `mvn -fn` (fail-never) You don't really need to run integration...

I've looked at your link attached, but I am not a Spring user, so PR would be appreciated

Please submit a PR. I will help you get it to compile and "over the fence"

@VoxelsOfTime Do you have a suggestion to improve or test https://github.com/apache/shiro/pull/1973 please? Thank you

~I believe that `WeakReference` instead of `SoftReference` *should* resolve the issue without a specific `clean()` method, however without testing, cannot be sure.~ `WeakReference` will not work as `BeanProperties` will be...

> The entire cache should be GC eligible once the web application is undeployed as nothing should be retaining a reference to the BeanELResolver instance Unfortunately that isn't true. `com.sun.faces.el.ELUtils`...