Reuse validateShadedJarDoesntLeakNonOrgApacheBeamClasses across all subprojects which perform shading
- Dominant language
- Java
- Stars
- 8.7k
- Forks
- 4.7k
- Avg merge
- 1d 20h
- Merged PRs (30d)
- 196
Description
This task prevents artifacts from incorrectly packaging dependencies without relocating them simplifying any code reviews which perform shading.
Reuse this task in all modules which perform shading.
Note that it may be preferable to start vendoring guava (BEAM-3608) before doing this task since guava is the most common shaded dependency.
Imported from Jira [BEAM-4753](https://issues.apache.org/jira/browse/BEAM-4753). Original Jira may contain additional context.
Reported by: lcwik.
Contributor guide
Research direction
Start by locating validateShadedJarDoesntLeakNonOrgApacheBeamClasses and the subprojects that perform shading. Reuse that task across those modules, checking the existing validation and the BEAM-3608 vendoring context; done means every shading module applies the validation without packaging unrelocated dependencies.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- java
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100