You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Gary Gregory <ga...@gmail.com> on 2018/01/04 17:33:51 UTC

Re: commons-compress git commit: Update XZ for Java dependency

Didn't XZ change their Java reqs?

Gary

On Thu, Jan 4, 2018 at 9:55 AM, <bo...@apache.org> wrote:

> Repository: commons-compress
> Updated Branches:
>   refs/heads/master ff5fb8a7a -> c3be6fb3d
>
>
> Update XZ for Java dependency
>
>
> Project: http://git-wip-us.apache.org/repos/asf/commons-compress/repo
> Commit: http://git-wip-us.apache.org/repos/asf/commons-compress/
> commit/c3be6fb3
> Tree: http://git-wip-us.apache.org/repos/asf/commons-compress/
> tree/c3be6fb3
> Diff: http://git-wip-us.apache.org/repos/asf/commons-compress/
> diff/c3be6fb3
>
> Branch: refs/heads/master
> Commit: c3be6fb3dda1b433aaf61f5053c5d85370b28e35
> Parents: ff5fb8a
> Author: Stefan Bodewig <bo...@apache.org>
> Authored: Thu Jan 4 17:54:59 2018 +0100
> Committer: Stefan Bodewig <bo...@apache.org>
> Committed: Thu Jan 4 17:54:59 2018 +0100
>
> ----------------------------------------------------------------------
>  pom.xml                 | 2 +-
>  src/changes/changes.xml | 4 ++++
>  2 files changed, 5 insertions(+), 1 deletion(-)
> ----------------------------------------------------------------------
>
>
> http://git-wip-us.apache.org/repos/asf/commons-compress/
> blob/c3be6fb3/pom.xml
> ----------------------------------------------------------------------
> diff --git a/pom.xml b/pom.xml
> index 09e4af1..1d54ef0 100644
> --- a/pom.xml
> +++ b/pom.xml
> @@ -88,7 +88,7 @@ Zstandard and ar, cpio, jar, tar, zip, dump, 7z, arj.
>      <dependency>
>        <groupId>org.tukaani</groupId>
>        <artifactId>xz</artifactId>
> -      <version>1.6</version>
> +      <version>1.8</version>
>        <optional>true</optional>
>      </dependency>
>      <dependency>
>
> http://git-wip-us.apache.org/repos/asf/commons-compress/
> blob/c3be6fb3/src/changes/changes.xml
> ----------------------------------------------------------------------
> diff --git a/src/changes/changes.xml b/src/changes/changes.xml
> index 8d3bf93..8fda4bf 100644
> --- a/src/changes/changes.xml
> +++ b/src/changes/changes.xml
> @@ -72,6 +72,10 @@ The <action> type attribute can be
> add,update,fix,remove.
>          throw the expected IOException rather than obscure
>          RuntimeExceptions.
>        </action>
> +      <action type="update" date="2018-01-04">
> +        Updated XZ for Java dependency to 1.8 in order to pick up bug
> +        fix to LZMA2InputStream's available method.
> +      </action>
>      </release>
>      <release version="1.15" date="2017-10-17"
>               description="Release 1.15
>
>

Re: commons-compress git commit: Update XZ for Java dependency

Posted by Gary Gregory <ga...@gmail.com>.
Great news. Thank you for the update.

Gary

On Thu, Jan 4, 2018 at 10:58 AM, Stefan Bodewig <bo...@apache.org> wrote:

> On 2018-01-04, Gary Gregory wrote:
>
> > Didn't XZ change their Java reqs?
>
> XZ 1.7 was compiled with -target 9 and I asked whether this was an
> intentional change. Turned out is was not and XZ 1.8 changed the Java
> requirement back to 5.
>
> Kudos to Lasse Collin for pushing out the next release quickly.
>
> Stefan
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
> For additional commands, e-mail: dev-help@commons.apache.org
>
>

Re: commons-compress git commit: Update XZ for Java dependency

Posted by Stefan Bodewig <bo...@apache.org>.
On 2018-01-04, Gary Gregory wrote:

> Didn't XZ change their Java reqs?

XZ 1.7 was compiled with -target 9 and I asked whether this was an
intentional change. Turned out is was not and XZ 1.8 changed the Java
requirement back to 5.

Kudos to Lasse Collin for pushing out the next release quickly.

Stefan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org