[ https://issues.apache.org/jira/browse/SCB-514?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16451534#comment-16451534 ]
ASF GitHub Bot commented on SCB-514: ------------------------------------ wujimin opened a new pull request #675: [SCB-514] Warning as error URL: https://github.com/apache/incubator-servicecomb-java-chassis/pull/675 ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org > update pom and code, so that we can treat warnings as errors > ------------------------------------------------------------ > > Key: SCB-514 > URL: https://issues.apache.org/jira/browse/SCB-514 > Project: Apache ServiceComb > Issue Type: Improvement > Components: Java-Chassis > Reporter: wujimin > Assignee: wujimin > Priority: Major > Fix For: java-chassis-1.0.0-m2 > > > supress warning tips: > 1.update maven-compiler-plugin in java-chassis-dependencies/pom.xml: > {code:java} > <configuration> > ...... > <compilerArguments> > <Werror /> > <Xlint:all /> > </compilerArguments> > </configuration>{code} > 2.deprecated class must not in import scope, if must use this class, use > qulified name in code, DO NOT import it. -- This message was sent by Atlassian JIRA (v7.6.3#76005)