Hi. While being a really happy wicket user, I would like to make some proposals regarding future wicket development. You're free to read or ignore them.
1. org.apache.wicket.util.upload looks like a copypasted contents of commons-fileupload. Why not just depend on commons-fileupload? 2. org.apache.wicket.util.time could be removed in favor of joda-time. 3. org.apache.wicket.util.license could be replaced with http://code.google.com/p/maven-license-plugin/ 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? All these are backward-incompatible changes, but it shouldn't be a problem for 1.5.
