GitHub user ratoaq2 edited a comment on the discussion:
java.lang.IllegalArgumentException: The `GraalVmProcessor` annotation processor
is missing the required `log4j.graalvm.groupId` and `log4j.graalvm.artifactId`
options
It seems I got it working with proc none plus empty annotation processors:
```xml
<annotationProcessorPaths>
<path>
<groupId>org.apache.logging.log4j</groupId>
<artifactId>log4j-core</artifactId>
<version>${log4j2.version}</version>
</path>
</annotationProcessorPaths>
<annotationProcessors>
<!-- empty -->
</annotationProcessors>
```
GitHub link:
https://github.com/apache/logging-log4j2/discussions/3755#discussioncomment-13512931
----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]