Re: BC jdk15on 1.62 incompatible with JDK 8
cryptearth <[email protected]> Tue, 6 Aug 2019 21:41:22 +0200
| Newsgroups | gmane.comp.encryption.bouncy-castle.devel |
|---|---|
| Message-ID | <[email protected]> |
Hey Paul, Project Jigsaw (module system) was introduced with Java 9 to build smaller footprint runtimes by only provide what's needed to execute. As any version below 9 just doesn't access the data you noted it would be no problem. You can try to just remove it - but I guess this might break the signature wich leads to the problem that it can't be used anymore (some internal java security stuff). Matt Am 06.08.2019 um 21:35 schrieb Mondain: > I got this in a build earlier today where its reporting a class in the > bcpkix-jdk15on jar having been built with JDK 9. > > [proguard] java.io.IOException: Can't read > [/home/mondain/.m2/repo/org/bouncycastle/bcpkix-jdk15on/1.62/bcpkix-jdk15on-1.62.jar] > (Can't process class [META-INF/versions/9/module-info.class] > (Unsupported class version number [53.0] (maximum 52.0, Java 1.8))) > > Is there somewhere that I should post an issue report? or could I be > mistaken here? > > Regards, > Paul > -- > http://gregoire.org/ > https://github.com/Red5 <http://code.google.com/p/red5/>