SpongePowered / Mixin

Mixin is a trait/mixin and bytecode weaving framework for Java using ASM
MIT License
1.41k stars 194 forks source link

Java 24/Project Leyden Support #670

Closed thejudge156 closed 3 months ago

thejudge156 commented 3 months ago

Probably not a critical issue, but I figured it should be brought up.

Project Leyden and/or Java 24 (class version 68) is broken with Mixin,

https://mclo.gs/EuQOO1k

zml2008 commented 3 months ago

There is no "Java 24" that exists yet -- the errors you see are because ASM cannot support a version that has not been finalized.

gabizou commented 3 months ago

Java 23 hasn’t been fully released yet, there’s a reason 23 and 24 are still experimental (or in ramp-down phase 1).