Copilot commented on code in PR #3800:
URL: https://github.com/apache/logging-log4j2/pull/3800#discussion_r2185286382


##########
log4j-layout-template-json/src/main/resources/META-INF/native-image/org.apache.logging.log4j/log4j-layout-template-json/reflect-config.json:
##########
@@ -0,0 +1,24 @@
+[
+  {
+    "name": "org.jctools.queues.MpmcArrayQueue",

Review Comment:
   [nitpick] The entry for `MpmcArrayQueue` may be confusing since this class 
is noted as unsupported on GraalVM; consider removing or annotating this entry 
to avoid misinterpretation.
   ```suggestion
       "name": "org.jctools.queues.MpmcArrayQueue",
       "_comment": "This class is unsupported on GraalVM. Consider removing if 
targeting GraalVM.",
   ```



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to