wu-sheng commented on code in PR #560:
URL: https://github.com/apache/skywalking-java/pull/560#discussion_r1241046583


##########
pom.xml:
##########
@@ -424,7 +424,10 @@
                         
org/apache/skywalking/oap/server/configuration/service/*.java,
                         **/jmh_generated/*_jmhType*.java,
                         **/jmh_generated/*_jmhTest.java,
-                        net/bytebuddy/**
+                        net/bytebuddy/**,
+                        com/ibm/websphere/servlet/request/IRequest.java,
+                        com/ibm/ws/webcontainer/async/CompleteRunnable.java,
+                        com/ibm/ws/webcontainer/async/DispatchRunnable.java

Review Comment:
   ```suggestion
                          <!-- Exclude compiling auxiliary classes in WebSphere 
Liberty plugin-->
                           com/ibm/websphere/servlet/request/IRequest.java,
                           com/ibm/ws/webcontainer/async/CompleteRunnable.java,
                           com/ibm/ws/webcontainer/async/DispatchRunnable.java
   ```



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