lz4-java icon indicating copy to clipboard operation
lz4-java copied to clipboard

Add more maintainers to `lz4-java` repo

Open HTHou opened this issue 2 years ago • 5 comments

The latest lz4-java was released over two years. It still using an old version of lz4 library. See https://github.com/lz4/lz4-java/issues/214.

@odaira Would you like to add more maintainers to that repo? Thanks.

HTHou avatar Mar 01 '24 01:03 HTHou

Currently, there seems to be 2 maintainers (jpountz and odaira). One of them said they no longer have time for lz4-java, and the other has not responded to @mentions from issues and PRs in years. It looks unlikely to me that they can actively search and vet new maintainers. They might eventually come back to lz4-java, but for now the most effective way forward I see is for someone from the community to create a fork, possibly merge some of the pending PRs and create new releases.

petoncle avatar Mar 02 '24 17:03 petoncle

This is becoming a problem for the OpenJDK JMC project. Forking might be a reasonable path forward.

thegreystone avatar Jun 14 '24 13:06 thegreystone

WDYT @viragpurnam?

thegreystone avatar Jun 14 '24 13:06 thegreystone

Yes, Using library which is not actively maintained is problem for JMC project. I see that master branch has been updated to latest submodule LZ4 (version 1.9.4) but it has not been published to maven central.

viragpurnam avatar Jun 14 '24 15:06 viragpurnam