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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
