Maker v2.4.1 Release Notes
Release Date: 2022-07-24 // about 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.