linkedin / parseq

Asynchronous Java made easier
Apache License 2.0
1.17k stars 266 forks source link

Update ASM to 7.0 for Java 11 compatibility #284

Closed jessejie7 closed 3 years ago

jessejie7 commented 4 years ago

Updating ASM for Java 11 compatibility in parseq-lambda-names. The older version of ASM cannot parse Java 11 bytecode so it will fail.

karthikbalasub commented 3 years ago

@jessejie7 Close this as we have a better fix implemented?

jessejie7 commented 3 years ago

done.