eclipse-jdt / eclipse.jdt.debug

Eclipse Public License 2.0
16 stars 46 forks source link

Allow class file transformation for Java 23 bytecode #469

Closed akurtakov closed 1 month ago

akurtakov commented 1 month ago

What it does

Objectweb ASM version we ship already support it and allowing it enables advanced debugging when developing Java 23 projects. Maven pom.xml file used to build the javaagent-shaded.jar changed to use release instead of source/target to ensure that bootclasspath is set properly when compiling.

Author checklist

akurtakov commented 1 month ago

@iloveeclipse Do you have any concerns about this one?

iloveeclipse commented 1 month ago

Do you have any concerns about this one?

No. Thanks for update.