You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@beam.apache.org by "Romain Manni-Bucau (JIRA)" <ji...@apache.org> on 2017/08/21 08:23:00 UTC

[jira] [Created] (BEAM-2782) Avoid overlapping "classes"

Romain Manni-Bucau created BEAM-2782:
----------------------------------------

             Summary: Avoid overlapping "classes"
                 Key: BEAM-2782
                 URL: https://issues.apache.org/jira/browse/BEAM-2782
             Project: Beam
          Issue Type: Bug
          Components: sdk-java-core
    Affects Versions: 2.1.0
            Reporter: Romain Manni-Bucau
            Assignee: Luke Cwik


Hi guys,

When shading beam we get this warning:

{code}
[INFO] [WARNING] beam-runners-core-java-2.1.0.jar, beam-runners-core-construction-java-2.1.0.jar define 1 overlapping classes: 
[INFO] [WARNING]   - org.apache.beam.runners.core.metrics.package-info
{code}

Would be great to avoid it since this one is trivial and it wouldn't break anything to fix it.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)