You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pinot.apache.org by "timveil (via GitHub)" <gi...@apache.org> on 2023/11/08 17:38:56 UTC

[I] resolve maven `[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.` [pinot]

timveil opened a new issue, #11974:
URL: https://github.com/apache/pinot/issues/11974

   when shading various maven modules, maven discovers and warns about the existence of `module-info.class` via the warning `[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.`.  In my experience you can safely exclude `module-info.class` from shaded jars.  This issue is to track updating calls to the maven shade plugin and exclude this classes.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org


Re: [I] resolve maven `[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.` [pinot]

Posted by "Jackie-Jiang (via GitHub)" <gi...@apache.org>.
Jackie-Jiang closed issue #11974: resolve maven `[WARNING] Discovered module-info.class. Shading will break its strong encapsulation.`
URL: https://github.com/apache/pinot/issues/11974


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pinot.apache.org
For additional commands, e-mail: commits-help@pinot.apache.org