[ 
https://issues.apache.org/jira/browse/BEAM-6519?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16809372#comment-16809372
 ] 

Luke Cwik commented on BEAM-6519:
---------------------------------

I ran the following at apache/master with and without PR 8217
{code}
find ./ -iname *.java | grep -o ".*/src/main/java/.*/" | sort | uniq | grep -o 
"src/main/java.*" | sort | uniq -c
{code}
and was able to confirm that each package except org.apache.beam.sdk.util 
appeared once and then after this change all packages only appeared once.


> java extension must not use org.apache.beam.sdk.util
> ----------------------------------------------------
>
>                 Key: BEAM-6519
>                 URL: https://issues.apache.org/jira/browse/BEAM-6519
>             Project: Beam
>          Issue Type: Bug
>          Components: build-system
>    Affects Versions: 2.9.0
>            Reporter: Romain Manni-Bucau
>            Assignee: Romain Manni-Bucau
>            Priority: Blocker
>              Labels: triaged
>
> Some shades of beam reuse sdk java core packages (the util one in particular)
> This is preventing to use beam in several environments (OSGi, classloader 
> isolation, java 11/jpms etc), please fix it asap.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to