MAIN:lahma:20080609105707
by lahma on
09 June 2008, 05:57:07 -0500
(5 months 11 days ago)
Fixes to resource based configuration reading, whitespace is trimmed from keys and values and only first '=' match is used
MAIN:lahma:20080609100314
by lahma on
09 June 2008, 05:03:14 -0500
(5 months 11 days ago)
Support for VS2008 and small fix to check whether quartz properties is null before merging
MAIN:markpollack:20080530210922
by markpollack on
30 May 2008, 16:09:22 -0500
(5 months 21 days ago)
SPRNET-954 - DeclaredParameters property is not property initialized in AdoOperation subclasses
MAIN:markpollack:20080529172635
by markpollack on
29 May 2008, 12:26:35 -0500
(5 months 22 days ago)
SPRNET-955 : Provide better error message if dbprovider name is not found in thread local storage when using MultiDelegatingDbProvider SPRNET-956 - Provide better error message if assembly name is not…
MAIN:markpollack:20080528163349
by markpollack on
28 May 2008, 11:33:49 -0500
(5 months 23 days ago)
SPRNET-946 - Extend code example in chapter "19.4. Connection String management" of the reference documentation add section titles to ado chapter.
MAIN:markpollack:20080527190649
by markpollack on
27 May 2008, 14:06:49 -0500
(5 months 24 days ago)
SPRNET-945 - NameMatchTransactionAttributeSource to support conversion of string representation do specify transaction attributes
MAIN:bbaia:20080526160802
by bbaia on
26 May 2008, 11:08:02 -0500
(5 months 25 days ago)
renamed section name "IVariableSource" to "Example: The VariablePlaceholderConfigurer and the IVariableSource abstraction"
MAIN:bbaia:20080521080434
by bbaia on
21 May 2008, 03:04:34 -0500
(6 months ago)
Proxying method with generic type parameter fails when the type resolves to a value type at runtime. [SPRNET-941]
MAIN:bbaia:20080519074156
by bbaia on
19 May 2008, 02:41:56 -0500
(6 months ago)
Added first draft og the new Spring Objects schemas with documentation and better support for custom namespace parsers (inline with Spring Java 2.5).
MAIN:oakinger:20080517110526
by oakinger on
17 May 2008, 06:05:26 -0500
(6 months ago)
additional tests and minor fixes to SafeProperty and DynamicProperty
MAIN:oakinger:20080516100239
by oakinger on
16 May 2008, 05:02:39 -0500
(6 months ago)
fixed some 2003 solution missing files added SafeField tests DynamicField.Create returns SafeField in net-2.0 now added StopWatch to Spring.Core.Tests for performance tests
MAIN:oakinger:20080513232303
by oakinger on
13 May 2008, 18:23:03 -0500
(6 months ago)
added System.Reflection.Emit.DynamicMethod support to DynamicReflectionManager migrated DynamicField and DynamicProperty to DynamicMethd
MAIN:oakinger:20080513142245
by oakinger on
13 May 2008, 09:22:45 -0500
(6 months ago)
SPRNET-794 - complete rework of Control interception minor fixes to SpringAir demo switched DynamicField implementation to using net-2.0's DynamicMethod technique