You are viewing a plain text version of this content. The canonical link for it is here.
Posted to github@beam.apache.org by GitBox <gi...@apache.org> on 2022/06/03 20:14:45 UTC

[GitHub] [beam] kennknowles opened a new issue, #18700: ApiSurfaceTest checks the classpath, not the API surface

kennknowles opened a new issue, #18700:
URL: https://github.com/apache/beam/issues/18700

   The change to check the classloader is not wrong - it catches transitive private deps that are nonetheless susceptible to clobber. However, it is checking the wrong classpath. It needs to be an isolated post-shading classpath, not the generic testing classpath.
   
   Likely all the uses are broken.
   
   Imported from Jira [BEAM-3748](https://issues.apache.org/jira/browse/BEAM-3748). Original Jira may contain additional context.
   Reported by: kenn.


-- 
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: github-unsubscribe@beam.apache.org.apache.org

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