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?
Asked
Active
Viewed 269 times
1
-
You probably won't find a concrete guide from one specific version to the next. Instead iterate your way through the major releases since only those should introduce breaking changes and look at the [https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+7.0] version first. – Toxantron Apr 30 '18 at 12:24
1 Answers
2
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

thg
- 1,209
- 1
- 14
- 26