[xz-devel] XZ for Java 1.10

2024-07-29 Thread Lasse Collin
XZ for Java 1.10 is available at and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * Licensing change: From version 1.10 onwards, XZ for Java is under the BSD Zero Clause License (0BSD). 1.9 and older

Re: [xz-devel] XZ for Java

2022-06-29 Thread Lasse Collin
On 2022-06-21 Dennis Ens wrote: > Why not pass on maintainership for XZ for C so you can give XZ for > Java more attention? Or pass on XZ for Java to someone else to focus > on XZ for C? Trying to maintain both means that neither are > maintained well. Finding a co-maintainer or passing the projec

Re: [xz-devel] XZ for Java

2022-06-21 Thread Dennis Ens
>> I haven't lost interest but my ability to care has been fairly limited >> mostly due to longterm mental health issues but also due to some other >> things. Recently I've worked off-list a bit with Jia Tan on XZ Utils and >> perhaps he will have a bigger role in the future, we'll see. >> >> It's

Re: [xz-devel] XZ for Java

2022-06-14 Thread Jigar Kumar
> Anyway, I assure you that I know far too well about the problem that > not much progress has been made. The thought of finding new maintainers > has existed for a long time too as the current situation is obviously > bad and sad for the project. > > A new XZ Utils stable branch should get release

Re: [xz-devel] XZ for Java

2022-06-08 Thread Lasse Collin
On 2022-06-07 Jigar Kumar wrote: > Progress will not happen until there is new maintainer. XZ for C has > sparse commit log too. Dennis you are better off waiting until new > maintainer happens or fork yourself. Submitting patches here has no > purpose these days. The current maintainer lost intere

Re: [xz-devel] XZ for Java

2022-06-07 Thread Jigar Kumar
Progress will not happen until there is new maintainer. XZ for C has sparse commit log too. Dennis you are better off waiting until new maintainer happens or fork yourself. Submitting patches here has no purpose these days. The current maintainer lost interest or doesn't care to maintain anymore

Re: [xz-devel] XZ for Java

2022-05-19 Thread Brett Okken
I tested the match finder changes on arm64 (aws graviton) and results are quite positive. On Thu, May 19, 2022 at 3:41 PM Lasse Collin wrote: > On 2022-05-19 Dennis Ens wrote: > > Is XZ for Java still maintained? > > Yes, by some definition at least, like if someone reports a bug it will > get f

Re: [xz-devel] XZ for Java

2022-05-19 Thread Lasse Collin
On 2022-05-19 Dennis Ens wrote: > Is XZ for Java still maintained? Yes, by some definition at least, like if someone reports a bug it will get fixed. Development of new features definitely isn't very active. :-( > I asked a question here a week ago and have not heard back. I saw. I have lots of

[xz-devel] XZ for Java

2022-05-19 Thread Dennis Ens
Dear XZ Java Community Is XZ for Java still maintained? I asked a question here a week ago and have not heard back. When I view the git log I can see it has not updated in over a year. I am looking for things like multithreaded encoding / decoding and a few updates that Brett Okken had submited (b

[xz-devel] XZ for Java 1.9

2021-03-12 Thread Lasse Collin
XZ for Java 1.9 is available at and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * Add LZMAInputStream.enableRelaxedEndCondition(). It allows decompression of LZMA streams whose uncompressed size

[xz-devel] XZ for Java 1.8

2018-01-04 Thread Lasse Collin
XZ for Java 1.8 is available at and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * Fix a binary compatibility regression: XZ for Java 1.7 binaries in the Maven Central require Java 9 which is too n

[xz-devel] XZ for Java 1.7

2017-12-29 Thread Lasse Collin
XZ for Java 1.7 is available at and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * Fix LZMA2InputStream.available() which could return a too high value in case of uncompressed LZMA2 chunks. This in

[xz-devel] XZ for Java 1.6

2016-11-27 Thread Lasse Collin
XZ for Java 1.6 is available at and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * Fix LZMA2Options.getInputStream to work with a preset dictionary. * Make it possible to disable verification of int

[xz-devel] XZ for Java 1.5

2014-03-08 Thread Lasse Collin
XZ for Java 1.5 is available at and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * Fix a wrong assertion in BCJ decoders. * Use a field instead of reallocating a temporary one-byte buffer in r

[xz-devel] XZ for Java 1.4

2013-09-22 Thread Lasse Collin
XZ for Java 1.4 is available at and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * Add LZMAInputStream for decoding .lzma files and raw LZMA streams. -- Lasse Collin | IRC: Larhzu @ IRCnet & Freenode

[xz-devel] XZ for Java 1.3

2013-05-12 Thread Lasse Collin
XZ for Java 1.3 is available at and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * Fix a data corruption bug when flushing the LZMA2 encoder or when using a preset dictionary. * Make information abo

[xz-devel] XZ for Java 1.2

2013-01-29 Thread Lasse Collin
XZ for Java 1.2 is available at and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * Use fields instead of reallocating frequently-needed temporary objects in the LZMA encoder. * Fix the contents of x

[xz-devel] XZ for Java 1.1

2012-07-04 Thread Lasse Collin
XZ for Java 1.1 is available at and in the Maven Central (groupId = org.tukaani, artifactId = xz). Here is an extract from the NEWS file: * The depthLimit argument in the LZMA2Options constructor is no longer ignored. * LZMA2Options() can no longer throw

[xz-devel] XZ for Java 1.0

2011-10-29 Thread Lasse Collin
XZ for Java 1.0 was released earlier this week: http://tukaani.org/xz/java.html The code is available also in Maven Central. The actual Java code is identical to the version 0.4, but I made a new release to make it clear that the code and API should now be stable. -- Lasse Collin | IRC: L

[xz-devel] XZ for Java 0.4

2011-08-19 Thread Lasse Collin
XZ for Java 0.4 is now available: http://tukaani.org/xz/java.html There are some minor fixes to the old code. Support for random access decompression is a new feature. Threading is missing but it's easier to add it to this code than to liblzma in XZ Utils. This is probably the last release b