micronaut-maven-plugin
micronaut-maven-plugin copied to clipboard
Plugin Broken with Micronaut 4.8.2 and Intellij compiler
Error:
java: java.lang.NoSuchMethodError: Micronaut method io.micronaut.core.reflect.InstantiationUtils.instantiateReflectively(Class,Class[],Object[]) not found. Most likely reason for this issue is that you are running a newer version of Micronaut with code compiled against an older version. Please recompile the offending classes
Looks like IntelliJ doesn't produce the correct class path in compiler.xml. Probably it doesn't honour the dependency management of annotation processor class path.