Skip to content

cannot find symbol when compile FE with JDK 12 #1214

@kangkaisen

Description

@kangkaisen

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 to check FE code style.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions