GitHub user ratoaq2 added a comment to the discussion: 
java.lang.IllegalArgumentException: The `GraalVmProcessor` annotation processor 
is missing the required `log4j.graalvm.groupId` and `log4j.graalvm.artifactId` 
options

the proc none didn't seem to work for me...

It seems I got it working with:
```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 dev@logging.apache.org.
To unsubscribe, please send an email to: dev-unsubscr...@logging.apache.org

Reply via email to