I tried migrating my code base from 1.4.15 to 1.5 RC1. This is the first time I have tried a migration, so perhaps I am not looking in the right places, but after a day of looking around I found the following issues that I cannot easily resolve:
HybridUrlCodingStrategy and MixedParamUrlCodingStrategy - what class(es) replace the functionality provided by these? Application.getConfigurationType() is gone Component.setRedirect(boolean) is gone SignInPanel.signIn(String, String) is now private The next two are easy enough to resolve, but they are not mentioned in the migration doc (not sure how all-encompassing that doc is mean to be though): SortableDataProvider.setSort(String, boolean) is gone PageParameters(String) is gone Hopefully this info can make it into the migration guide (if that is appropriate). Thanks. -- View this message in context: http://apache-wicket.1842946.n4.nabble.com/1-5-migrartion-issues-tp3243529p3243529.html Sent from the Forum for Wicket Core developers mailing list archive at Nabble.com.
