You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by "Martin Grigorov (JIRA)" <ji...@apache.org> on 2014/02/07 15:53:20 UTC

[jira] [Updated] (WICKET-5503) Remove local copies of Commons FileUpload files and use Maven dependency

     [ https://issues.apache.org/jira/browse/WICKET-5503?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Martin Grigorov updated WICKET-5503:
------------------------------------

    Description: 
Most of the JVM applications use dependency management like Maven, Gradle, SBT these days.
It will be better if Wicket uses commons-fileupload as a dependency than to maintain a local copy of its classes (in wicket-util).

This way it won't be necessary to keep an eye on commons-upload for security fixes and any improvements will come for free.

  was:
Most of the JVM applications use dependency management like Maven, Gradle, SBT these days.
It will be better if Wicket uses commons-fileupload as a dependency than to maintain a local copy of its classes (in wicket-util).


> Remove local copies of Commons FileUpload files and use Maven dependency
> ------------------------------------------------------------------------
>
>                 Key: WICKET-5503
>                 URL: https://issues.apache.org/jira/browse/WICKET-5503
>             Project: Wicket
>          Issue Type: Task
>          Components: wicket
>    Affects Versions: 7.0.0
>            Reporter: Martin Grigorov
>            Assignee: Martin Grigorov
>             Fix For: 7.0.0
>
>
> Most of the JVM applications use dependency management like Maven, Gradle, SBT these days.
> It will be better if Wicket uses commons-fileupload as a dependency than to maintain a local copy of its classes (in wicket-util).
> This way it won't be necessary to keep an eye on commons-upload for security fixes and any improvements will come for free.



--
This message was sent by Atlassian JIRA
(v6.1.5#6160)