[
https://issues.apache.org/jira/browse/WICKET-6915?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17705818#comment-17705818
]
ASF GitHub Bot commented on WICKET-6915:
----------------------------------------
solomax commented on code in PR #565:
URL: https://github.com/apache/wicket/pull/565#discussion_r1150062370
##########
wicket-core/src/main/java/module-info.java:
##########
@@ -23,7 +23,8 @@
requires org.apache.wicket.request;
requires org.apache.commons.io;
requires org.apache.commons.collections4;
- requires commons.fileupload2;
+ //commented out due to local-copy WICKET-6915 requires commons.fileupload2;
Review Comment:
Let it be as it is now :)
> Update common-fileupload to 2.0
> -------------------------------
>
> Key: WICKET-6915
> URL: https://issues.apache.org/jira/browse/WICKET-6915
> Project: Wicket
> Issue Type: Task
> Components: wicket
> Affects Versions: 10.0.0
> Reporter: Martin Tzvetanov Grigorov
> Assignee: Martin Tzvetanov Grigorov
> Priority: Major
> Fix For: 10.0.0
>
>
> commons-fileupload2 will provide implementation for jakarta.servlet-api:5.0.0
>
> At the moment it is not yet released!
--
This message was sent by Atlassian Jira
(v8.20.10#820010)