-
It would be nice if `lz4-java` were updated to use the latest version of `lz4` : https://github.com/lz4/lz4/releases/tag/v1.10.0
-
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 .
Would it be possible to add more maintainers to that …
HTHou updated
2 weeks ago
-
There is a vulnerability on lz4 :
https://ciam.cisco.com/corona/cves/CVE-2021-3520/
https://nvd.nist.gov/vuln/detail/CVE-2021-3520
And the fix is available in lz4-1.9.4.
Current latest version a…
-
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…
HTHou updated
4 months ago
-
Hi, @lolocohen, I'd like to report a vulnerability issue in **org.jppf:jppf-common:6.3-alpha**.
### Issue Description
I noticed that **org.jppf:jppf-common:6.3-alpha** directly depends on **org.lz4:…
-
Hi Ignite Team,
[org.lz4](https://mvnrepository.com/artifact/net.jpountz.lz4/lz4) has been moved to [lz4-java](https://mvnrepository.com/artifact/org.lz4/lz4-java).
If I use ignite-compress (2.16.…
-
### Describe the bug, including details regarding any error messages, version, and platform.
platform: Ubuntu 22.04, x86_64
arrow: release-17.0.0-rc2
According to the
https://github.com/apach…
-
JDeps is reporting the usage of `sun.misc.Unsafe` (i.e. in `UnsafeUtils.java`) that is causing issues with our build process. Has there been any investigation into replacing this in the LZ4 library? O…
-
### Describe the bug, including details regarding any error messages, version, and platform.
500 MB of arrow data took a few hours to compress. A 5GB selection ran for a couple of days and did not c…
-
As the title suggests. A warning is given on the LZ4 wiki page that this library does not conform the LZ4 standard and will not work with standard tooling. This looks to be a common issue (#184, #194 …