fix(deps): update dependency org.lz4:lz4-java to v1.8.0 #714
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Note
Mend has cancelled the proposed renaming of the Renovate GitHub app being renamed to
mend[bot].This notice will be removed on 2025-10-07.
This PR contains the following updates:
1.7.1->1.8.0Release Notes
lz4/lz4-java (org.lz4:lz4-java)
v1.8.0Compare Source
Upgraded LZ4 to 1.9.3. Updated the JNI bindings. Minimum glibc version in GNU/Linux platforms: 2.17 on aarch64, 2.2.5 on amd64, 2.17 on ppc64le, 2.2 on s390x.
Supported the JNI binding for Darwin aarch64.
#174
Fixed NullPointerException when reading a malformed input by LZ4FrameInputStream.
(Marco Berlot, Rei Odaira)
#169
Added information about requiring ant 1.10.2 or newer.
(guru prasad HB, Rei Odaira)
#167
Supported using LZ4SafeDecompressor in LZ4DecompressorWithLength.
(sahilpaudel-pe, Rei Odaira)
#163
Supported JNI binding in old CentOS 6 on amd64.
(dcapwell, Rei Odaira)
#162
Added copyright notices, required by Apache License, Version 2.0.
(Egor Nepomnyaschih, Rei Odaira)
#160
Added minimum glibc version to each release.
(patelh, Rei Odaira)
#146
Improved LZ4FrameInputStream to read InputStream lazily.
Instance creation of LZ4FrameInputStream became faster.
(Björn Michael, Rei Odaira)
Improved the speed of the write methods of LZ4FrameOutputStream by
delaying calculating content checksum.
(Rei Odaira)
Added a debug functionality to not delete a temporary JNI library
when either LZ4JAVA_KEEP_TEMP_JNI_LIB or lz4java.jnilib.temp.keep is
set to true (will be deleted in the next run).
(Rei Odaira)
Enabled build with Java 13. The distribution is still
built with Java 7. (Rei Odaira)
Revised the documentation. (Rei Odaira)
More test coverage. (Rei Odaira)
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about these updates again.
This PR was generated by Mend Renovate. View the repository job log.