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-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to