Re: [bcel] LRU Cache for ClassPathRepository

2019-07-08 Thread Tomo Suzuki
Hi Gary and BCEL maintainers, (Thank you for merging PR #28) I created PR #29 for BCEL-321 : "Subclasses of ClassPathRepository only differ by its underlying cache?" I appreciate if you can review the

Re: [bcel] LRU Cache for ClassPathRepository

2019-06-20 Thread Tomo Suzuki
Hi Gary and BCEL maintainers, I created a PR for LruCacheClassPathRepository https://github.com/apache/commons-bcel/pull/28 . I appreciate if you can review them. Regards, Tomo On Mon, Jun 17, 2019 at 12:11 PM Tomo Suzuki wrote: > Hi Gary and BCEL maintainers, > > My OutOfMemoryError problem

[bcel] LRU Cache for ClassPathRepository

2019-06-17 Thread Tomo Suzuki
Hi Gary and BCEL maintainers, My OutOfMemoryError problem that motivated BCEL-317 ticket has been resolved by a custom ClassPathRepository and I'm thinking to contribute this solution to BCEL library: BCEL-320