You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2008/01/25 07:41:13 UTC

svn commit: r615126 - /tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt

Author: hlship
Date: Thu Jan 24 22:41:12 2008
New Revision: 615126

URL: http://svn.apache.org/viewvc?rev=615126&view=rev
Log:
TAPESTRY-1518: Add support for JDK 1.5 Generics when defining pages and accessing bean properties

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt

Modified: tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt?rev=615126&r1=615125&r2=615126&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/site/apt/index.apt Thu Jan 24 22:41:12 2008
@@ -13,6 +13,8 @@
   Progress on Tapestry 5 is really taking off. This space lists some cool new features that have been added
   recently.
 
+  * Tapestry now understands JDK 1.5 Generics, allowing for simple parameterized types for properties of data objects and components.
+
   * Tapestry now differentiates between development mode and production mode, primarily in how
     it reports runtime exceptions.  It defaults to production mode.