Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump lz4-java from 1.7.1 to 1.8.0 #355

Merged
merged 1 commit into from
Jun 21, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jun 21, 2021

Bumps lz4-java from 1.7.1 to 1.8.0.

Release notes

Sourced from lz4-java's releases.

1.8.0

Upgraded LZ4 to 1.9.3. Supported Darwin aarch64. New APIs, performance improvement, and bug fixes.

Changelog

Sourced from lz4-java's changelog.

1.8.0

  • 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)

Commits
  • 78eae48 Update CHANGES.md for 1.8.0
  • 7904a45 Update README.md for 1.8.0
  • f64bac4 Add test for a premature magicnb after a skippable frame
  • fa30b17 Throw IOException when the input is empty or when the magicnb is premature
  • 11b38d3 Refactor the Tester structure
  • 2d1035c Add tests for a simple compress/decompress(src, dest) type of APIs
  • 711f905 Revise the API doc
  • e4780ab Support using LZ4SafeDecompressor in LZ4DecompressorWithLength
  • 5b4ca25 Update JNI binding for Darwin aarch64
  • 55ae035 Update JNI binding for Windows amd64
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [lz4-java](https://github.com/lz4/lz4-java) from 1.7.1 to 1.8.0.
- [Release notes](https://github.com/lz4/lz4-java/releases)
- [Changelog](https://github.com/lz4/lz4-java/blob/master/CHANGES.md)
- [Commits](lz4/lz4-java@1.7.1...1.8.0)

---
updated-dependencies:
- dependency-name: org.lz4:lz4-java
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Jun 21, 2021
@DanielFran DanielFran merged commit 262c8c9 into main Jun 21, 2021
@dependabot dependabot bot deleted the dependabot/maven/org.lz4-lz4-java-1.8.0 branch June 21, 2021 15:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant