From 269cba2b74527c2df4ad0ec85c7e39a7deca3019 Mon Sep 17 00:00:00 2001 From: eeichinger Date: Wed, 29 Jul 2009 21:01:38 +0000 Subject: [PATCH] updated Breaking Changes --- BreakingChanges-1.3.txt => BreakingChanges.txt | 10 ++++++++++ Spring.Net.2008.sln | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) rename BreakingChanges-1.3.txt => BreakingChanges.txt (81%) diff --git a/BreakingChanges-1.3.txt b/BreakingChanges.txt similarity index 81% rename from BreakingChanges-1.3.txt rename to BreakingChanges.txt index af18d826..833eadd9 100644 --- a/BreakingChanges-1.3.txt +++ b/BreakingChanges.txt @@ -35,6 +35,16 @@ Spring.Core 5. Spring.Validation: Base class BaseValidator changed to BaseSingleValidator for single validators as compared to group validators which now commonly derive from BaseGroupValidator instead of ValidatorGroup +6. IVariableSource implementations now must also implement CanResolveVariable(string variableName) and may throw exceptions in + ResolveVariable() in case the variable cannot resolved by this particular variable source. + In order to distinguish between an existing variable having a null value and a non-existing variable, variable sources + need to be changed to this new contract. + +7. a) Signature of CollectionUtils.Contains(ICollection collection, object element) changed to CollectionUtils.Contains(IEnumerable collection, object element) + b) returns 'null' in case of collection==null instead of throwing an exception + + + Spring.Aop ---------- diff --git a/Spring.Net.2008.sln b/Spring.Net.2008.sln index 9aa3e572..fdae225f 100644 --- a/Spring.Net.2008.sln +++ b/Spring.Net.2008.sln @@ -2,7 +2,7 @@ Microsoft Visual Studio Solution File, Format Version 10.00 # Visual Studio 2008 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{F04753EF-7A1B-4837-AB63-8C0821E8155D}" ProjectSection(SolutionItems) = preProject - BreakingChanges-1.2.txt = BreakingChanges-1.2.txt + BreakingChanges.txt = BreakingChanges.txt changelog.txt = changelog.txt readme.txt = readme.txt Spring.include = Spring.include