Not sure if it helps much, but based on my experience in writing a totally unrelated library from scratch in Java 8, I feel as though the use of default interface methods would help tremendously in providing a nice API while maintaining BC. I had considered proposing an update to Java 8, but that wouldn't really help the users who improperly use compress in Java 7 already.
On 29 April 2018 at 23:34, Stefan Bodewig <bode...@apache.org> wrote: > On 2018-04-29, Stefan Bodewig wrote: > > > If this is something that looks acceptable I'll add expansion and remove > > the other two classes. > > Just went ahead and added expansion as well, which doesn't mean it has > to stay. > > Stefan > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org > For additional commands, e-mail: dev-h...@commons.apache.org > > -- Matt Sicker <boa...@gmail.com>