EngineHub / EngineHub/WorldEdit
Brainstorm about TrueVFS alternatives / workarounds
Open
status:accepted
type:tech-debt
- Dominant language
- Java
- Stars
- 3.5k
- Forks
- 960
- Avg merge
- 6h 57m
- Merged PRs (30d)
- 1
Description
TrueVFS was the last remaining vestige of SLF4J in WorldEdit. As I don't think it's likely for their logging implementation from 2015 to update, I removed it in the SLF4J replacement branch. There are a few options:
- TrueVFS doesn't even distribute the shaded jar anymore. Make our own, make it available somewhere, and it can contain the shaded SLF4J + Log4J bridge
- Figure out a way to not depend on TrueVFS. This might include dropping support for esoteric ZIPs, figuring out some way to support `.tar.gz` files (which don't even have a directory in them)
Contributor guide
Assessment
This issue has not been assessed yet.