Re: [REPORT] Apache Commons September 2019

2019-09-12 Thread Nicolas BD
> When do you think the next release for Lang 3.10 will be ? Is there a > > roadmap or schedule somewhere ? > > > > Hi Nicola, > > There is no roadmap or schedule. We have a smallish set of changes stacked > up so I could see doing a release within a month. I need to get a new > release of Commons

Re: [REPORT] Apache Commons September 2019

2019-09-12 Thread Nicolas BD
Hi Gary, Thanks When do you think the next release for Lang 3.10 will be ? Is there a roadmap or schedule somewhere ? Best regards, Nicolas Le jeu. 12 sept. 2019 à 14:36, Gary Gregory a écrit : > ## Description: > The mission of Apache Commons is the creation and maintenance of Java > focused >

Re: [LANG] About Diffable, DiffBuilder, and DiffResult

2019-09-06 Thread Nicolas BD
; > On Fri, 6 Sep 2019 at 16:20, Nicolas BD wrote: > > > > Hi all, > > > > TL;DR : I think we should be able to add arbitrary diffs to a diff > result, > > not only those related to its type fields. We could create a class > allowing > > us to sto

About Diffable, DiffBuilder, and DiffResult

2019-09-06 Thread Nicolas BD
Hi all, TL;DR : I think we should be able to add arbitrary diffs to a diff result, not only those related to its type fields. We could create a class allowing us to store a Diff as a simple "key", "val1", "val2" triplet I'm new to this list and just made a small addition to one of the classes of