maven-plugins
maven-plugins copied to clipboard
Replace the deprecated RemappingClassAdapter with ClassRemapper
Hi,
RemappingClassAdapter has been deprecated in ASM 5.0, and in the version 6.0 it starts spitting RuntimeExceptions with the message "RemappingClassAdapter is deprecated, use ClassRemapper instead". Here is a patch fixing this.