Slight correction: RenderSupport is still available but will be removed in 5.4. While you are rummaging through your code to fix your imports, update your use of RenderSupport to JavaScriptSupport.
On Fri, Aug 5, 2011 at 5:19 AM, Howard Lewis Ship <hls...@gmail.com> wrote: > You know you're gonna wanna do it ... upgrade to 5.3, when it's ready. > Tapestry 5.3 is faster, learner, and has new features and new > components, including the unified alerts subsystem, the Tree and > Kaptcha components, JavaScript minification, JPA integration, and > more. > > A couple of my clients have already been upgrading to the lastest > alphas ... one has a larger project and is hitting some issues. > > #1 RenderSupport has been removed > > You should locate your code that uses RenderSupport and change it to > use the similar JavaScriptSupport. RenderSupport was deprecated in 5.2 > and removed in 5.3. > > #2 @IncludeJavaScriptLibrary and @IncludeStyleSheet are now @Import > > The older annotations were deprecated in 5.2 and removed in 5.3. > > #3 You MUST not have ANYTHING but component classes in your controlled > packages > > Under your application (or library) root package, the .pages, > .components, .base and .mixins packages should contain ONLY component > classes. > > No interfaces, enums, annotations, data objects or anything else that > is not a component to be transformed at runtime. > > Note: inner classes of components are live-reloaded, but not transformed. > > More release notes for 5.3 here: > http://tapestry.apache.org/release-notes-53.html > > I expect to see the first 5.3 beta quite soon! > > -- > Howard M. Lewis Ship > > Creator of Apache Tapestry > > The source for Tapestry training, mentoring and support. Contact me to > learn how I can get you up and productive in Tapestry fast! > > (971) 678-5210 > http://howardlewisship.com > -- Howard M. Lewis Ship Creator of Apache Tapestry The source for Tapestry training, mentoring and support. Contact me to learn how I can get you up and productive in Tapestry fast! (971) 678-5210 http://howardlewisship.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org