Commit Graph

8 Commits

Author SHA1 Message Date
markpollack
4141fb0cab SPRNET-1002 - Object name generation when no name specified produces duplicate names 2008-08-14 15:21:22 +00:00
markpollack
d2fa8e510d SPRNET-970 - TypeConversionUtils should not throw TypeMismatchException on null value for System.Nullable 2008-08-13 21:49:31 +00:00
markpollack
c071d6a942 SPRNET-986 - Constructor autowiring for array types not working
Notes:
This was a simple fix (see DefaultListableObjectFactory.ResolveDependency) but took the opportunity to sync more with Java 2.5.3 implementation for parsing object definitions)
There maybe some extraneous commits due to spurious changes in line feed/CR while viewing some files.
2008-08-01 04:53:05 +00:00
eeichinger
d9c328e13d made StringResource a 1st class citizen of Spring.Core 2008-07-23 10:35:38 +00:00
eeichinger
733402b15f performance improvements
fixed SynchronizedHashtable
SPRNET-974: support private ctors with ConstructorNode
SPRNET-975: treat alias case insensitive as well
SPRNET-976: defered registering WebObjectFactory event handlers with VirtualEnvironment to when they are really needed
SPRNET-977: avoid unnecessary usages of HttpContextSwitch in WebObjectFactory.ConfigureObject()
added tests
added VirtualEnvironment HttpSessionState/HttpRequest abstraction
2008-07-20 12:10:15 +00:00
markpollack
325250f358 Additional tests on ExpressionEvaluator for delegate functions and custom collection processors. (mostly for documentation purposes)
Messed up my environment, xcopy wasn't working, so changes to .csproj are false positives.
2008-07-16 18:21:42 +00:00
eeichinger
7555bd26bc added tests 2008-06-08 20:30:25 +00:00
markpollack
c478a783c0 Initial import! 2008-05-30 22:55:02 +00:00