[
https://issues.apache.org/jira/browse/WW-5388?focusedWorklogId=902269&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-902269
]
ASF GitHub Bot logged work on WW-5388:
--------------------------------------
Author: ASF GitHub Bot
Created on: 29/Jan/24 11:01
Start Date: 29/Jan/24 11:01
Worklog Time Spent: 10m
Work Description: kusalk commented on code in PR #861:
URL: https://github.com/apache/struts/pull/861#discussion_r1469425591
##########
core/src/main/java/org/apache/struts2/action/UploadedFilesAware.java:
##########
@@ -27,14 +27,14 @@
* The {@link org.apache.struts2.interceptor.ActionFileUploadInterceptor} will
use the interface
* to notify action about the multiple uploaded files.
*/
-public interface UploadedFilesAware {
+public interface UploadedFilesAware<T> {
Review Comment:
Oh okay - yeah I just don't know if it makes sense for a marker interface to
have a generic type - might just need 2 marker interfaces instead
Issue Time Tracking
-------------------
Worklog Id: (was: 902269)
Time Spent: 6.5h (was: 6h 20m)
> Upgrade Commons Fileupload to FileUpload Jakarta Servlet 6
> ----------------------------------------------------------
>
> Key: WW-5388
> URL: https://issues.apache.org/jira/browse/WW-5388
> Project: Struts 2
> Issue Type: Improvement
> Components: Core
> Reporter: Lukasz Lenart
> Assignee: Lukasz Lenart
> Priority: Major
> Fix For: 7.0.0
>
> Time Spent: 6.5h
> Remaining Estimate: 0h
>
> There is a new version of JakartaEE FileUpload
> {code:xml}
> <dependency>
> <groupId>org.apache.commons</groupId>
> <artifactId>commons-fileupload2-jakarta-servlet6</artifactId>
> <version>2.0.0-M2</version>
> </dependency>
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)