lightbend-labs / jardiff

A tool for comparing JAR files, including method bodies and Scala 2 pickled signatures
Apache License 2.0
169 stars 23 forks source link

Add support for Java 17 #103

Closed js361014 closed 1 year ago

js361014 commented 1 year ago

java.lang.IllegalArgumentException: Unsupported class file major version 61

SethTisue commented 1 year ago

bumping the ASM version would probably fix it — PR welcome

Philippus commented 1 year ago

I think it's already bumped in https://github.com/scala/jardiff/pull/92. We probably need a new release.

SethTisue commented 1 year ago

ah, okay, I'll roll a release before long: #108