On 11/17/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: hlship > Date: Sat Nov 17 08:36:50 2007 > New Revision: 595970 > > URL: http://svn.apache.org/viewvc?rev=595970&view=rev > Log: > TAPESTRY-1891: Tapestry IoC Service Proxies should be serializable > > Added: > > tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry/ioc/internal/SerializationSupport.java > > tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry/ioc/internal/ServiceProxyProvider.java > > tapestry/tapestry5/trunk/tapestry-ioc/src/main/java/org/apache/tapestry/ioc/internal/ServiceProxyToken.java > tapestry/tapestry5/trunk/tapestry-ioc/src/site/apt/serialization.apt > > tapestry/tapestry5/trunk/tapestry-ioc/src/test/java/org/apache/tapestry/ioc/internal/ServiceProxySerializationTest.java <snip/>
Couple of comments about new files in this commit (also r 595993, perhaps others): * They are missing ASLv2 headers * They are missing svn props (mainly svn:eol-style), see [1]. WIll be worthwhile to traverse the codebase and add license headers and/or svn propset as needed. -Rahul [1] http://www.apache.org/dev/svn-eol-style.txt --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
