You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by "Matthieu Baechler (JIRA)" <se...@james.apache.org> on 2018/08/24 13:51:00 UTC

[jira] [Created] (JAMES-2533) James source code should never import shaded classes

Matthieu Baechler created JAMES-2533:
----------------------------------------

             Summary: James source code should never import shaded classes
                 Key: JAMES-2533
                 URL: https://issues.apache.org/jira/browse/JAMES-2533
             Project: James Server
          Issue Type: Bug
          Components: Build System
    Affects Versions: 3.1.0
            Reporter: Matthieu Baechler


Sometimes we are too lazy to check what automatic imports our IDE wrote for us and it leads to importing shaded classes.
Shaded classes are somehow _private_ to the library which decided to shade them and  thus we should not depend on it.
We should get rid of theses imports and add a checkstyle rule to prevent this to happen again.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org