Hello,
Today, with the help of the handy migration tool, I upgraded from
Tapestry 5.6.4 to 5.7.3. Below are some packages which it missed.
Just letting you know in case you might like to add these to the tool's
properties file for future users.
org.apache.tapestry5.beaneditor.BeanModel >>
org.apache.tapestry5.beanmodel.BeanModel
org.apache.tapestry5.services.BeanModelSource >>
org.apache.tapestry5.beanmodel.services.BeanModelSource
org.apache.tapestry5.internal.beaneditor.BeanModelUtils >>
org.apache.tapestry5.beanmodel.BeanModelUtils
Additionally, I needed to add the following to AppModule.java.
import org.apache.tapestry5.http.services.Request;
import org.apache.tapestry5.http.services.Response;
import org.apache.tapestry5.commons.MappedConfiguration;
import org.apache.tapestry5.http.services.RequestFilter;
import org.apache.tapestry5.commons.OrderedConfiguration;
import org.apache.tapestry5.commons.Configuration;
import org.apache.tapestry5.http.services.RequestHandler;
Despite these minor hiccups, the migration tool worked well and saved
many manual edits.
Kind regards,
Chris Dodunski.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org