zentol commented on code in PR #22989:
URL: https://github.com/apache/flink/pull/22989#discussion_r1261354494


##########
tools/ci/flink-ci-tools/src/main/java/org/apache/flink/tools/ci/licensecheck/JarFileChecker.java:
##########
@@ -216,6 +216,10 @@ private static int findNonBinaryFilesContainingText(
                             path ->
                                     !pathStartsWith(
                                             path, 
"/org/apache/pulsar/shade/org/glassfish/jersey/"))
+                    .filter(
+                            path ->
+                                    !pathStartsWith(
+                                            path, 
"/org/apache/pulsar/shade/javax/xml/bind/"))

Review Comment:
   please move this up next to the other javax exceptions



-- 
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: issues-unsubscr...@flink.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to