Hi, I'm a little bit confused about wicket-contrib-dojo and their minimum JDK requirement (1.4 or 1.5). Currently, it seems that wicket-contrib-dojo requires 1.5 and that wicket-contrib-dojo-examples requires 1.4. This last one isn't building because it contains @Override annotations in the sample code, which doesn't work with JDK 1.4.
So, should it use 1.4 (and thus remove the annotations) or use 1.5 (update pom.xml)?? Thanks, Bart.
