bowenliang123 commented on code in PR #6603:
URL: https://github.com/apache/kyuubi/pull/6603#discussion_r1713228281
##########
pom.xml:
##########
@@ -241,7 +241,7 @@
<maven.plugin.jacoco.version>0.8.11</maven.plugin.jacoco.version>
<maven.plugin.scalastyle.version>1.0.0</maven.plugin.scalastyle.version>
<maven.plugin.shade.version>3.5.2</maven.plugin.shade.version>
- <maven.plugin.silencer.version>1.7.13</maven.plugin.silencer.version>
+ <maven.plugin.silencer.version>1.7.17</maven.plugin.silencer.version>
Review Comment:
Cool. SGTM. Thanks for the explanation.
##########
pom.xml:
##########
@@ -1853,6 +1853,9 @@
<enforceBytecodeVersion>
<maxJdkVersion>${java.version}</maxJdkVersion>
<ignoredScopes>test</ignoredScopes>
+ <ignoreClasses>
+
<ignoreClass>org.jline.terminal.impl.ffm.*</ignoreClass>
+ </ignoreClasses>
Review Comment:
For what reasons, we have to ignore these classes? Any docs, reference,
clarification for it?
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]