Tony Mancill pushed to branch upstream at Debian Java Maintainers / lz4-java


Commits:
75efe5f0 by tony mancill at 2026-08-30T08:30:23-07:00
New upstream version 1.11.2+ds1
- - - - -


92 changed files:

- + .clinerules/coding.md
- + .editorconfig
- + .github/renovate.json
- + .github/workflows/build-all-and-publish.yml
- + .github/workflows/docs.yml
- + .github/workflows/test.yml
- .gitignore
- + .mvn/extensions.xml
- + .mvn/maven-git-versioning-extension.xml
- + .mvn/wrapper/maven-wrapper.properties
- − .travis.yml
- README.md
- − build.xml
- + docs/_redirects
- + docs/common.css
- + docs/header-javadoc.html.jinja
- + docs/header.html.jinja
- + docs/index.html.jinja
- + docs/javadoc.css
- + docs/justfile
- + docs/markdown.css
- − ivy-pure-java.xml
- − ivy.xml
- lz4-java.bnd
- − lz4-pure-java.bnd
- + mvnw
- + mvnw.cmd
- + pom.xml
- + scripts/fuzz_runner.py
- − src/build/pom-pure-java.template
- − src/build/pom.template
- src/build/source_templates/compress.template
- src/build/source_templates/compress_hc.template
- src/build/source_templates/compressor.template
- src/build/source_templates/compressor_hc.template
- src/build/source_templates/decompress.template
- src/build/source_templates/decompressor.template
- src/build/source_templates/xxhash32.template
- src/build/source_templates/xxhash32_hash.template
- src/build/source_templates/xxhash64.template
- src/build/source_templates/xxhash64_hash.template
- src/build/source_templates/xxhash64_streaming.template
- src/java-unsafe/net/jpountz/lz4/LZ4UnsafeUtils.java
- src/java-unsafe/net/jpountz/util/UnsafeUtils.java
- + src/java/net/jpountz/lz4/AbstractLZ4JNIFastResetCompressor.java
- src/java/net/jpountz/lz4/LZ4BlockInputStream.java
- src/java/net/jpountz/lz4/LZ4BlockOutputStream.java
- src/java/net/jpountz/lz4/LZ4ByteBufferUtils.java
- src/java/net/jpountz/lz4/LZ4Compressor.java
- src/java/net/jpountz/lz4/LZ4CompressorWithLength.java
- src/java/net/jpountz/lz4/LZ4Constants.java
- src/java/net/jpountz/lz4/LZ4DecompressorWithLength.java
- src/java/net/jpountz/lz4/LZ4Factory.java
- src/java/net/jpountz/lz4/LZ4FastDecompressor.java
- src/java/net/jpountz/lz4/LZ4FrameInputStream.java
- src/java/net/jpountz/lz4/LZ4FrameOutputStream.java
- src/java/net/jpountz/lz4/LZ4JNI.java
- src/java/net/jpountz/lz4/LZ4JNIFastDecompressor.java
- + src/java/net/jpountz/lz4/LZ4JNIFastResetCompressor.java
- + src/java/net/jpountz/lz4/LZ4JNIHCFastResetCompressor.java
- src/java/net/jpountz/lz4/LZ4SafeDecompressor.java
- src/java/net/jpountz/lz4/LZ4SafeUtils.java
- src/java/net/jpountz/lz4/LZ4Utils.java
- src/java/net/jpountz/util/ByteBufferUtils.java
- src/java/net/jpountz/util/Native.java
- src/java/net/jpountz/util/SafeUtils.java
- src/java/net/jpountz/util/Utils.java
- src/java/net/jpountz/util/package.html
- src/java/net/jpountz/xxhash/StreamingXXHash32JNI.java
- src/java/net/jpountz/xxhash/StreamingXXHash64JNI.java
- src/java/net/jpountz/xxhash/XXHash32.java
- src/java/net/jpountz/xxhash/XXHash32JNI.java
- src/java/net/jpountz/xxhash/XXHash64.java
- src/java/net/jpountz/xxhash/XXHash64JNI.java
- src/java/net/jpountz/xxhash/XXHashFactory.java
- src/jni/net_jpountz_lz4_LZ4JNI.c
- src/jni/net_jpountz_xxhash_XXHashJNI.c
- + src/test/net/jpountz/fuzz/LZ4CompressorTest.java
- + src/test/net/jpountz/fuzz/LZ4DecompressorTest.java
- + src/test/net/jpountz/fuzz/XXHash32Test.java
- + src/test/net/jpountz/fuzz/XXHash64Test.java
- src/test/net/jpountz/lz4/AbstractLZ4Test.java
- src/test/net/jpountz/lz4/Instances.java
- src/test/net/jpountz/lz4/LZ4BlockStreamingTest.java
- src/test/net/jpountz/lz4/LZ4FactoryTest.java
- + src/test/net/jpountz/lz4/LZ4FastResetTest.java
- src/test/net/jpountz/lz4/LZ4FrameIOStreamTest.java
- src/test/net/jpountz/lz4/LZ4Test.java
- + src/test/net/jpountz/lz4/OutOfBoundsTest.java
- + src/test/net/jpountz/lz4/UtilsTest.java
- src/test/net/jpountz/xxhash/XXHash32Test.java
- src/test/net/jpountz/xxhash/XXHash64Test.java


The diff was not included because it is too large.


View it on GitLab: 
https://salsa.debian.org/java-team/lz4-java/-/commit/75efe5f04a0434b01476ac2c54b08d41f3619925

-- 
View it on GitLab: 
https://salsa.debian.org/java-team/lz4-java/-/commit/75efe5f04a0434b01476ac2c54b08d41f3619925
You're receiving this email because of your account on salsa.debian.org. Manage 
all notifications: https://salsa.debian.org/-/profile/notifications | Help: 
https://salsa.debian.org/help


_______________________________________________
pkg-java-commits mailing list
[email protected]
https://alioth-lists.debian.net/cgi-bin/mailman/listinfo/pkg-java-commits

Reply via email to