Question is: have there been any changes (other than the generics and the constructor change) from the old 2.0 branch that have been backported to the new trunk ? Or is this trunk just what will become 1.3.1 ? In the last case, are there any plans to backport more changes from 2.0 ? Or aren't there just not any ? I'm referring to refactorings in converters, models, ajax & versioning, ...
We've backported all the non-JDK 5 features we could think of, and kept progress here: http://cwiki.apache.org/confluence/display/WICKET/Backporting+features+from+trunk So the difference between the new trunk (1.3.x) and the old one (2.0.x) are the constructor change and the JDK 5 features, which basically comes down to generified components and models. Eelco
