lujiajing1126 commented on a change in pull request #5357:
URL: https://github.com/apache/skywalking/pull/5357#discussion_r479388568



##########
File path: pom.xml
##########
@@ -581,6 +588,7 @@
                     </resourceExcludes>
                     <excludes>
                         **/target/generated-test-sources/**,
+                        
org/apache/skywalking/apm/agent/core/logging/core/generated/LoggingBenchmark*.java,

Review comment:
       Fixed.
   
   These synthetic codes are generated by the "jmh-annotation-processor" 
according to the [document](https://openjdk.java.net/projects/code-tools/jmh/).
   
   In the past, this dependency is not included even if there is another 
benchmark `LinkedArrayBenchmark`. I guess this was the trick. 




----------------------------------------------------------------
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.

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


Reply via email to