Package lz4-java: Information

Danger alert: Package removed from sisyphus repository

Removed in the task: #302186
Package removed: Igor Vlasenko
Deletion date: June 16, 2022
Message: java11migration
    Source package: lz4-java
    Version: 1.7.1-alt1_12jpp11
    Build time:  Jun 4, 2021, 02:25 PM in the task #273590
    Category: Development/Java
    Report package bug
    License: ASL 2.0
    Summary: LZ4 compression for Java
    Description: 
    LZ4 compression for Java, based on Yann Collet's work.
    This library provides access to two compression methods
    that both generate a valid LZ4 stream:
    
    * fast scan (LZ4):
        A. low memory footprint (~ 16 KB),
        A. very fast (fast scan with skipping heuristics in case the
          input looks incompressible),
        A. reasonable compression ratio (depending on the
          redundancy of the input).
    * high compression (LZ4 HC):
        A. medium memory footprint (~ 256 KB),
        A. rather slow (~ 10 times slower than LZ4),
        A. good compression ratio (depending on the size and
          the redundancy of the input).
    
    The streams produced by those 2 compression algorithms use the
    same compression format, are very fast to decompress and can be
    decompressed by the same decompressor instance.

    List of rpms provided by this srpm:
    lz4-java (x86_64, ppc64le, i586, armh, aarch64)
    lz4-java-javadoc (noarch)

    Maintainer: Igor Vlasenko

    List of contributors:
    Igor Vlasenko

    ACL:
    Igor Vlasenko
    @everybody

      1. ant
      2. ant-junit
      3. apache-parent
      4. aqute-bnd
      5. liblz4-devel
      6. libxxhash-devel
      7. /proc
      8. /proc
      9. lz4
      10. mvel
      11. rpm-build-java
      12. objectweb-asm
      13. gcc
      14. xerces-j2
      15. ivy-local
      16. javapackages-local
      17. jpackage-11-compat

    Last changed


    June 4, 2021 Igor Vlasenko 1.7.1-alt1_12jpp11
    - new version
    Oct. 8, 2020 Igor Vlasenko 1.3.0-alt2_13jpp8
    - fixed build with new java
    May 31, 2018 Igor Vlasenko 1.3.0-alt2_9jpp8
    - java update