You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Bipin Prasad (Jira)" <ji...@apache.org> on 2022/04/27 14:41:00 UTC

[jira] [Created] (STORM-3859) Change mvn build process to validate shaded classes are not used directly

Bipin Prasad created STORM-3859:
-----------------------------------

             Summary: Change mvn build process to validate shaded classes are not used directly
                 Key: STORM-3859
                 URL: https://issues.apache.org/jira/browse/STORM-3859
             Project: Apache Storm
          Issue Type: Task
          Components: build
            Reporter: Bipin Prasad


storm-shaded-deps shades some jar files, i.e. renames the classes in those jar files, and 
the internal references to those classes. Storm code should not reference the base classes.

Add a check, either in maven, or as a test case, or a shell script/python script - to confirm that no shaded classes are referenced directly.



--
This message was sent by Atlassian Jira
(v8.20.7#820007)