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 <[email protected]> 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: [email protected] > For additional commands, e-mail: [email protected] > > -- Matt Sicker <[email protected]>
