Re: Help with migrating one of OpenJPA classes to commons-collections4

2018-09-03 Thread Maxim Solodovnik
Thanks a lot for the answer, OpenJPA ReferenceHashMap overrides purge method to be able to call custom methods keyExpired/valueExpired [1] I see no way to migrate this code without massive copy/paste or reflection ... Maybe you can suggest something? Or maybe commons-collections API can be

Re: Help with migrating one of OpenJPA classes to commons-collections4

2018-09-03 Thread Julio Oliveira
What is realy your problem??.. On Sat, Sep 1, 2018, 5:46 AM Maxim Solodovnik wrote: > Hello, > > I'm trying to migrate code of Apache OpenJPA from commons-collections > to commons-collections4 > > The only real issue so far with migrating this class > >