Maker v2.4.1 Release Notes

Release Date: 2022-07-24 // almost 2 years ago
    • ๐Ÿ›  Fixed a bug which caused loaded classes to sometimes get lost.
    • ๐Ÿ”’ Don't pollute the ClassLoader lock table with lookup class names that will never be removed.
    • If available, use a virtual thread to clean up cache entries.

Previous changes from v2.4.0

    • ๐Ÿ›  Fix concat method when given more than 100 arguments, and some of them are double or long variables.
    • ๐Ÿ”„ Change the format of the addAttribute method in order to support more kinds of JVM attributes.
    • ๐Ÿ‘Œ Support generic type signatures.
    • ๐Ÿ‘Œ Support named method parameters.
    • ๐Ÿ‘Œ Support parameter annotations.
    • ๐Ÿ‘Œ Support defining a module-info class.
    • ๐Ÿ‘Œ Support sealed classes.
    • ๐Ÿ‘Œ Support defining annotations.