Hi Marat, > 1. org.apache.wicket.util.upload looks like a copypasted contents of > commons-fileupload. Why not just depend on commons-fileupload? Because it is just a little bit of source code we decided for copying it and against adding a dependency to wicket core. We tried to keep the number of dependencies as small as possible.
> 2. org.apache.wicket.util.time could be removed in favor of joda-time. same here > 3. org.apache.wicket.util.license could be replaced with > http://code.google.com/p/maven-license-plugin/ happy to replace if the plugin provides the same / similar functionality. Please provide a patch and I'll have a look. > 4. (really confusing) two DateTextFields: > org.apache.wicket.datetime.markup.html.form.DateTextField and > org.apache.wicket.extensions.markup.html.form.DateTextField. Possibly > they could be merged together? I agree. Any suggestions / patch? -Juergen
