jengebr

Results 6 comments of jengebr

Pull request: https://github.com/apache/logging-log4j2/pull/2321

Closing based on discussion on pull request. No changes made.

Thanks, I get your points about caching scope and cleanup. @ChristopherSchultz what prevents changes to `javax.el.Util`?

This complexity led me to try a fallback plan, which can be faster: if the method has zero parameters, retrieve the Method by name. This works because there is no...

Changes are committed as discussed, ready for re-review. Specifically: 1. Cache is removed, fast-path is added for zero-arg cases 1. Unit tests are added for: - Zero-args method lookups -...