News

We’ve explored Java 22 and 23, and are finishing up with Java 24. Version 24 version introduces several new language features which collectively simplify code, and provide powerful tools for bytecode ...
Java 24 adds several new features to the language, such as the availability of the Stream Gatherers API and Class-File API, ...
JEP 457, Class-File API (Preview), has been Integrated into JDK 22, proposing a new API for parsing, generating, and transforming Java class files. This API will initially replace ASM within the ...
OpenJDK proposal would replace ASM with an up-to-date and performant API for parsing, generating, and transforming Java class files.