kangkaisen opened a new issue #1214: cannot find symbol when compile FE with JDK 12 URL: https://github.com/apache/incubator-doris/issues/1214 **Describe the bug** The following error will occur when compile FE with JDK 12: ``` [ERROR] /home/kangkaisen/palo/fe/src/main/java/org/apache/doris/catalog/EsTable.java:[43,22] package javax.xml.soap does not exist [ERROR] /home/kangkaisen/palo/fe/src/main/java/org/apache/doris/task/LoadPendingTask.java:[41,24] cannot find symbol symbol: class Debug location: package sun.security.ssl ``` I found the `sun.security.ssl.Debug` is unnecessary. So we could remove it. Besides, **I think we should add a [maven-checkstyle-plugin](https://maven.apache.org/plugins/maven-checkstyle-plugin/) to check FE code style.**
---------------------------------------------------------------- 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] With regards, Apache Git Services --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
