You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2021/11/24 18:29:32 UTC

[GitHub] [accumulo-testing] Manno15 opened a new pull request #173: Fix zookeeper overlapping classes and module-info warnings

Manno15 opened a new pull request #173:
URL: https://github.com/apache/accumulo-testing/pull/173


   A couple more warnings in the build. 
   
   ```
   [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
   [WARNING] Discovered module-info.class. Shading will break its strong encapsulation.
   [WARNING] zookeeper-3.4.14.jar, zookeeper-jute-3.5.9.jar define 101 overlapping classes: 
   [WARNING]   - org.apache.zookeeper.proto.GetMaxChildrenRequest
   [WARNING]   - org.apache.jute.compiler.JavaGenerator
   [WARNING]   - org.apache.jute.XmlInputArchive$XMLParser
   [WARNING]   - org.apache.jute.CsvInputArchive$1
   [WARNING]   - org.apache.zookeeper.proto.SetACLRequest
   [WARNING]   - org.apache.jute.compiler.JLong
   [WARNING]   - org.apache.zookeeper.server.quorum.QuorumPacket
   [WARNING]   - org.apache.zookeeper.proto.SetSASLRequest
   [WARNING]   - org.apache.zookeeper.data.Id
   [WARNING]   - org.apache.zookeeper.proto.SyncRequest
   [WARNING]   - 91 more...
   [WARNING] maven-shade-plugin has detected that some class files are
   [WARNING] present in two or more JARs. When this happens, only one
   [WARNING] single version of the class is copied to the uber jar.
   [WARNING] Usually this is not harmful and you can skip these warnings,
   [WARNING] otherwise try to manually exclude artifacts based on
   [WARNING] mvn dependency:tree -Ddetail=true and the above output.
   [WARNING] See http://maven.apache.org/plugins/maven-shade-plugin/
   
   ```


-- 
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: notifications-unsubscribe@accumulo.apache.org

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



[GitHub] [accumulo-testing] Manno15 merged pull request #173: Fix module-info warnings

Posted by GitBox <gi...@apache.org>.
Manno15 merged pull request #173:
URL: https://github.com/apache/accumulo-testing/pull/173


   


-- 
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: notifications-unsubscribe@accumulo.apache.org

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



[GitHub] [accumulo-testing] milleruntime commented on pull request #173: Fix module-info warnings

Posted by GitBox <gi...@apache.org>.
milleruntime commented on pull request #173:
URL: https://github.com/apache/accumulo-testing/pull/173#issuecomment-978206372


   I am still seeing the warnings for `[WARNING] zookeeper-3.4.14.jar, zookeeper-jute-3.5.9.jar define 101 overlapping classes: `. But it looks like you changed this to only fix the module-info warnings?


-- 
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: notifications-unsubscribe@accumulo.apache.org

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



[GitHub] [accumulo-testing] Manno15 commented on pull request #173: Fix module-info warnings

Posted by GitBox <gi...@apache.org>.
Manno15 commented on pull request #173:
URL: https://github.com/apache/accumulo-testing/pull/173#issuecomment-978207981


   That is correct. I ran into a bug while testing performance tests. So I need to reevaluate it. 


-- 
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: notifications-unsubscribe@accumulo.apache.org

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