The latest animal-sniffer version 1.23 has a dependency on ASM 9.4 which does not support Java 21. As a result, animal-sniffer fails if it encounters Java 21 classes.
Currently, the workaround is to specify the latest ASM dependency for the plugin:
I noticed the master branch already depends on the latest ASM version. It would be great if it was published as a new release to add support for Java 21.
The latest animal-sniffer version
1.23
has a dependency on ASM 9.4 which does not support Java 21. As a result, animal-sniffer fails if it encounters Java 21 classes.Currently, the workaround is to specify the latest ASM dependency for the plugin:
I noticed the
master
branch already depends on the latest ASM version. It would be great if it was published as a new release to add support for Java 21.