-
-
Notifications
You must be signed in to change notification settings - Fork 930
Brainstorm about TrueVFS alternatives / workarounds #1712
Copy link
Copy link
Open
Labels
status:acceptedWill be fixed / added to WorldEdit, eventuallyWill be fixed / added to WorldEdit, eventuallytype:tech-debtTask for cleaning up tech debt that has accumulated in the code baseTask for cleaning up tech debt that has accumulated in the code base
Milestone
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.gzfiles (which don't even have a directory in them)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
status:acceptedWill be fixed / added to WorldEdit, eventuallyWill be fixed / added to WorldEdit, eventuallytype:tech-debtTask for cleaning up tech debt that has accumulated in the code baseTask for cleaning up tech debt that has accumulated in the code base