Replies: 3 comments
-
|
VFS appears to be a no-go due to numerous bugs with handling nested URLs. I'm now seeing if we can just handle URLs for now in this by wrapping commons-compress with custom URL providers until a better solution comes along. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Related #795 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Covered by #802 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Brief description
I would like to investigate potentially moving off of java.nio onto commons-vfs2. Failing this, I'd like to see if we can be able to wrap file system handling and URL handling in a provider type rather than relying on the JDK ServiceLoaders.
If not possible, this issue will be scoped into research into ways to make FileSystem and URL handling less of a nightmare.
Aims and goals
Improve file system handling and URL handling to be less of a pain in the backside to develop and maintain.
Current gripes
@TempDir, the other half use the in-memory file system, so there is inconsistency.@TempDiris simpler.Beta Was this translation helpful? Give feedback.
All reactions