Branch: refs/heads/master
Home: http://github.com/castleproject/Castle.Core
Commit: 19de0e0f3e6e6b273b8790c790cb47ed2861ff41
http://github.com/castleproject/Castle.Core/commit/19de0e0f3e6e6b273b8790c790cb47ed2861ff41
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-05-05 (Wed, 05 May 2010)
Changed paths:
M BreakingChanges.txt
M src/Castle.Core.Tests/GenerationHookTestCase.cs
M src/Castle.Core.Tests/LoggingTestCase.cs
M src/Castle.Core.Tests/ProxyNothingHook.cs
M src/Castle.Core.Tests/SerializableClassTestCase.cs
M src/Castle.Core/DynamicProxy/AllMethodsHook.cs
M src/Castle.Core/DynamicProxy/Contributors/MembersCollector.cs
M src/Castle.Core/DynamicProxy/Contributors/WrappedClassMembersCollector.cs
M src/Castle.Core/DynamicProxy/IProxyGenerationHook.cs
Log Message:
-----------
- BREAKING CHANGE - IProxyGenerationHook.NonVirtualMemberNotification method
was renamed to NonProxyableMemberNotification to accommodate class proxies with
target.
Commit: 42c7c69cada0306c1a89ccdc36f9575ff973bf7d
http://github.com/castleproject/Castle.Core/commit/42c7c69cada0306c1a89ccdc36f9575ff973bf7d
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-05-05 (Wed, 05 May 2010)
Changed paths:
M BreakingChanges.txt
M Changes.txt
M src/Castle.Core.Tests/DynamicProxy.Tests/ClassProxyWithTargetTestCase.cs
M src/Castle.Core.Tests/SerializableClassTestCase.cs
M src/Castle.Core/DynamicProxy/Contributors/ClassProxyInstanceContributor.cs
M
src/Castle.Core/DynamicProxy/Contributors/InterfaceProxyInstanceContributor.cs
M src/Castle.Core/DynamicProxy/Generators/ClassProxyGenerator.cs
M src/Castle.Core/DynamicProxy/Generators/ClassProxyWithTargetGenerator.cs
M src/Castle.Core/DynamicProxy/ProxyGenerator.cs
M src/Castle.Core/DynamicProxy/Serialization/ProxyObjectReference.cs
M src/Castle.Core/DynamicProxy/Serialization/ProxyTypeConstants.cs
Log Message:
-----------
- added support for serialization of class proxies with target
- added more overloads for CreateClassProxyWithTarget to be consistent with
methods for creation of other kinds of proxies
- removed obsolete overload of CreateClassProxy
Commit: 1b09d45d1dc4462b70791a657cc4e554f466121b
http://github.com/castleproject/Castle.Core/commit/1b09d45d1dc4462b70791a657cc4e554f466121b
Author: Krzysztof Kozmic <[email protected]>
Date: 2010-05-05 (Wed, 05 May 2010)
Changed paths:
M src/Castle.Core/Castle.Core-vs2008.csproj
M src/Castle.Core/DynamicProxy/ModuleScope.cs
R src/Castle.Core/DynamicProxy/WorkaroundIssue98.cs
Log Message:
-----------
- removed workaround for issue 98. It wouldn't work for .NET 4, or Silverlight
and Mono didn't need it at all. Since it's low impact I guess we can live with
it.
--
You received this message because you are subscribed to the Google Groups
"Castle Project Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/castle-project-commits?hl=en.