[
https://issues.apache.org/jira/browse/BEAM-4402?focusedWorklogId=107236&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-107236
]
ASF GitHub Bot logged work on BEAM-4402:
----------------------------------------
Author: ASF GitHub Bot
Created on: 30/May/18 16:36
Start Date: 30/May/18 16:36
Worklog Time Spent: 10m
Work Description: lukecwik commented on a change in pull request #5471:
[BEAM-4402] Test shadowJar everywhere
URL: https://github.com/apache/beam/pull/5471#discussion_r191837026
##########
File path:
sdks/java/core/src/test/java/org/apache/beam/SdkCoreApiSurfaceTest.java
##########
@@ -39,6 +39,7 @@
*/
public static ApiSurface getSdkApiSurface(final ClassLoader classLoader)
throws IOException {
return ApiSurface.ofPackage("org.apache.beam", classLoader)
+ .pruningPrefix("org.apache.beam.repackaged")
Review comment:
Add a JIRA + TODO about figuring out why we are exposing this. The
investigation AND fix should be a release blocker.
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
Issue Time Tracking
-------------------
Worklog Id: (was: 107236)
Time Spent: 1.5h (was: 1h 20m)
> Run tests against shaded JAR
> ----------------------------
>
> Key: BEAM-4402
> URL: https://issues.apache.org/jira/browse/BEAM-4402
> Project: Beam
> Issue Type: New Feature
> Components: build-system
> Reporter: Andrew Pilloud
> Assignee: Andrew Pilloud
> Priority: Major
> Time Spent: 1.5h
> Remaining Estimate: 0h
>
> We should run our tests against shaded jars.
> SeeĀ https://github.com/apache/beam/pull/5471
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)