Lenny Primak

Results 416 comments of Lenny Primak

@arjantijms My assumption is that this is an issue in GlassFish as well? @starksm64 @bstansberry I see that IBM / RH use a fork of EL because of this issue?...

Thanks, Brian, It sounds like `BeanPropertiesCache` is a non-starter because of `java.beans` dependency. However, once `clearProperties()` is added (#215 is merged) that should solve the `BeanPropertiesCache` case. Also sounds like...

#215 is a pragmatic way of fixing the problem as it exists today. Since we already have a cache in the API today. When the caching is removed, the `clearProperties()`...

Ok, Ondro, you've convinced me. I didn't fully realize I was working on a public API since it looks so much like implementation. You are right that change in API...