updated Breaking Changes

This commit is contained in:
eeichinger
2009-07-29 21:01:38 +00:00
parent 18b7d1eedd
commit 269cba2b74
2 changed files with 11 additions and 1 deletions

View File

@@ -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
----------

View File

@@ -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