Menu

#766 support Java 13

v6.1
closed-invalid
None
Medium
2019-10-06
2019-10-05
Jason S
No

Can you support JDK13?

Getting error

Error: Can't read [C:\Usersxxx\devxxxx\targetxxxx1-0-SNAPSHOT.jar(;;;;;;;!META-INF/maven/**)] (Can't process class [com/logpath/client/cache/CacheForFileKey.class] (Unsupported version number [57.65535] (maximum 57.0, Java 13)))

Related

Bugs: #766

Discussion

  • Eric Lafortune

    Eric Lafortune - 2019-10-06
    • status: open --> closed-invalid
     
    • Jason S

      Jason S - 2019-10-06

      hmmm, I'm using preview features, which gives a different class format.

      On Sun, 6 Oct 2019, 16:20 Eric Lafortune, lafortune@users.sourceforge.net
      wrote:

      • status: open --> closed-invalid
      • Comment:

      ProGuard supports Java 13, but you should update your compiler from the
      beta release of Java 13 to the official release.


      [bugs:#766] support Java 13

      Status: closed-invalid
      Group: v6.1
      Created: Sat Oct 05, 2019 06:36 AM UTC by Jason S
      Last Updated: Sat Oct 05, 2019 06:36 AM UTC
      Owner: Eric Lafortune

      Can you support JDK13?

      Getting error

      Error: Can't read
      [C:\Usersxxx\devxxxx\targetxxxx1-0-SNAPSHOT.jar(;;;;;;;!META-INF/maven/**)]
      (Can't process class [com/logpath/client/cache/CacheForFileKey.class]
      (Unsupported version number [57.65535] (maximum 57.0, Java 13)))


      Sent from sourceforge.net because you indicated interest in <
      https://sourceforge.net/p/proguard/bugs/766/>

      To unsubscribe from further messages, please visit <
      https://sourceforge.net/auth/subscriptions/>

       

      Related

      Bugs: #766

      • Eric Lafortune

        Eric Lafortune - 2019-10-06

        ProGuard doesn't support any features that are in the preview format, but not in the final format. At this time, ProGuard works fine with for example

        java version "13" 2019-09-17
        Java(TM) SE Runtime Environment (build 13+33)
        Java HotSpot(TM) 64-Bit Server VM (build 13+33, mixed mode, sharing)
        

        We'll support any features that make in into Java 14...

         
  • Eric Lafortune

    Eric Lafortune - 2019-10-06

    ProGuard supports Java 13, but you should update your compiler from the beta release of Java 13 to the official release.

     

Log in to post a comment.