The Tiles 2.1.1 test build has been available since 20/Dec/2008. Release notes:
-- Notice for extension developers -- In Tiles 2.1.1 there are many changes that will impact in extensions: * TilesApplicationContext is now created outside of container creation, through the use of an AbstractTilesApplicationContextFactory. So, if you are overriding TilesApplicationContext creation, rewrite it to accomodate the new mode. * TilesContextFactory has been split into TilesApplicationContextFactory and TilesRequestContextFactory, because they are used in different contexts. * Lots of methods have been deprecated, especially the one that expect application-specific contexts (e.g. ServletContext). They are still there for compilation compatibility, but they won't work as they did anymore. List of fixed issues: * https://issues.apache.org/struts/secure/ReleaseNote.jspa?version=21895&styleName=Html&projectId=10160&Create=Create Distribution: * http://people.apache.org/builds/tiles/2.1.1/ Maven 2 staging repository: * http://people.apache.org/builds/tiles/2.1.1/m2-staging-repository/ If you have had a chance to review the test build, please respond with a vote on its quality: [ ] Leave at test build [ ] Alpha [ ] Beta [ ] General Availability (GA) Everyone who has tested the build is invited to vote. Votes by PMC members are considered binding. A vote passes if there are at least three binding +1s and more +1s than -1s.
