Is Pack200 100% Java? Even if not, I think it would be neat to bring it in from Apache Harmony as a new module. I think we should consider converting compress into a multi-module project and avoid hard dependencies. For folks who want everything, we can create a BOM POM.
For the test, the simplest might be to use a JUnit Assume to skip running that test on Java > 14. Gary On Sat, Jan 4, 2020 at 9:52 AM Stefan Bodewig <bode...@apache.org> wrote: > On 2020-01-04, Gary Gregory wrote: > > > Java has a service leader mechanism for that. No sense in duplicating it. > > Compress already supports that, and IIRC you've added that yourself :-) > > Stefan >