Standalone Java Utilities: shade + executable JAR + helper script
Open
enhancement
- Dominant language
- Java
- Stars
- 14.9k
- Forks
- 3.5k
- Avg merge
- 19h 14m
- Merged PRs (30d)
- 63
Description
As part of a general pattern for standalone Java utilities, we should
Ingest Converter
-----------------
- [x] Shade the jars with appropriate dependencies
- [ ] Add static main class to JAR manifest
- [ ] Provide helper start script(s) for *nix (and optionally Windows) that uses `java -jar {shaded-assembly}.jar`
Benchmark tool
-----------------
- [x] Shade the jars with appropriate dependencies
- [ ] Add static main class to JAR manifest
- [ ] Provide helper start script(s) for *nix (and optionally Windows) that uses `java -jar {shaded-assembly}.jar`
Contributor guide
Assessment
This issue has not been assessed yet.