As per the Wicket migration guide at
https://cwiki.apache.org/confluence/display/WICKET/Migration+to+Wicket+1.5:
org.apache.wicket.util.template.PackagedTextTemplate
has been renamed to:
org.apache.wicket.util.template.PackageTextTemplate
The following classes reference the old class name and therefore
wiquery 1.5-M1 won't work with Wicket 1.5-RC4.2:
org.odlabs.wiquery.core.commons.WiqueryGeneratedJavaScriptResource
org.odlabs.wiquery.core.commons.merge.WiQueryMergedJavaScriptResourceReference
org.odlabs.wiquery.core.commons.merge.WiQueryMergedStyleSheetResourceReference
Also, another class has been renamed but is not documented in the
migration guide:
import org.apache.wicket.javascript.NoOpJavaScriptCompressor
has been renamed to:
import org.apache.wicket.javascript.NoOpTextCompressor
This is referenced in the following class and needs to change:
org.odlabs.wiquery.core.commons.WiQuerySettings
Original issue reported on code.google.com by dan.trac...@gmail.com on 15 Jun 2011 at 6:18
Original issue reported on code.google.com by
dan.trac...@gmail.com
on 15 Jun 2011 at 6:18