-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Eliminate all dependencies to commons-fileupload #4374
Labels
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
Milestone
Comments
erikgb
added a commit
to erikgb/rdf4j
that referenced
this issue
Jan 18, 2023
5 tasks
erikgb
added a commit
to erikgb/rdf4j
that referenced
this issue
Jan 18, 2023
abrokenjester
added
the
🛠️ tech debt
code refactoring, deprecation, and other technical debt tasks
label
Jan 19, 2023
erikgb
added a commit
to erikgb/rdf4j
that referenced
this issue
Jan 20, 2023
erikgb
added a commit
to erikgb/rdf4j
that referenced
this issue
Feb 5, 2023
erikgb
added a commit
to erikgb/rdf4j
that referenced
this issue
Feb 5, 2023
erikgb
added a commit
to erikgb/rdf4j
that referenced
this issue
Feb 13, 2023
erikgb
added a commit
to erikgb/rdf4j
that referenced
this issue
Feb 16, 2023
erikgb
added a commit
to erikgb/rdf4j
that referenced
this issue
Feb 20, 2023
erikgb
added a commit
to erikgb/rdf4j
that referenced
this issue
Feb 25, 2023
erikgb
added a commit
to erikgb/rdf4j
that referenced
this issue
Feb 25, 2023
abrokenjester
added a commit
that referenced
this issue
Mar 4, 2023
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Problem description
commons-fileupload hasn't had any release since 2018, and is not really required - as Java EE added support for multipart handling in Servlet 3.0, ref. https://docs.oracle.com/javaee/7/tutorial/servlets011.htm.
Removing the dependency to commons-fileupload is a pre-requirement to the javax -> jakarta migration proposed in #3559.
Preferred solution
Replace the current multipart request handling supported by commons-fileupload with Servlet 3.0 multipart.
Are you interested in contributing a solution yourself?
Yes
Alternatives you've considered
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: