Reputation: 7
I want to migrate Wicket from 1.4.9 to 7.9.0 but I haven't found any direct links. Can anyone provide me one?
Upvotes: 1
Views: 451
Reputation: 1235
There is no migration guide for direct upgrade from 1.4 to 7. You will have to do an incremental migration along the major release path:
1.4 -> 1.5 -> 6 -> 7
Each step can be found here: https://cwiki.apache.org/confluence/display/WICKET/Migrations
1.4 to 1.5: https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5
1.5 to 6: https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+6.0
6 to 7: https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0
Upvotes: 2