You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@commons.apache.org by Dinesh J <jd...@gmail.com> on 2019/05/25 08:12:04 UTC

commons-crypto JDK 11 compatibility

Hello community,

Is there a plan for releasing a JDK 11 compatible version of commons-crypto.

Appreciate your help.

-- 
Thanks,
Dinesh

Re: commons-crypto JDK 11 compatibility

Posted by Alex Remily <al...@gmail.com>.
It won't *build* on JDK 11 because the build script uses "javah" as opposed
to "javac -h", and Java 8 was the last JDK to support javah.  I can't speak
to binary compatibility because I haven't tested it on anything other than
Java 8.  I don't know of any specific reason why it wouldn't be binary
compatible with 11; the best advice I can give is to pull it out of the
Maven repo and try it.

The question of full support for JDK 11 is something I've recently posed to
the community in my pending pull request.

https://github.com/apache/commons-crypto/pull/94

Alex

On Sat, May 25, 2019 at 8:29 AM Gary Gregory <ga...@gmail.com> wrote:

> How is it not compatible ATM?
>
> Gary
>
> On Sat, May 25, 2019, 05:15 Dinesh J <jd...@gmail.com> wrote:
>
> > Hello community,
> >
> > Is there a plan for releasing a JDK 11 compatible version of
> > commons-crypto.
> >
> > Appreciate your help.
> >
> > --
> > Thanks,
> > Dinesh
> >
>

Re: commons-crypto JDK 11 compatibility

Posted by Gary Gregory <ga...@gmail.com>.
How is it not compatible ATM?

Gary

On Sat, May 25, 2019, 05:15 Dinesh J <jd...@gmail.com> wrote:

> Hello community,
>
> Is there a plan for releasing a JDK 11 compatible version of
> commons-crypto.
>
> Appreciate your help.
>
> --
> Thanks,
> Dinesh
>