eclipse-sisu / sisu-project

Sisu Inject
https://www.eclipse.org/sisu
Eclipse Public License 2.0
17 stars 15 forks source link

Update ASM to 9.6 #94

Closed kwin closed 9 months ago

kwin commented 9 months ago

Only ASM 9.6 supports fully supports bytecode from Java 21

mcculls commented 9 months ago

Fixed by https://github.com/eclipse/sisu.inject/pull/95

(we were using ASM 9.5 which had initial Java 21 support, but ASM 9.6 includes some recent parsing fixes)