3738 Commits (b5c167bdb14ffcf3a60beea20d53dfd0faeccb3a)
 

Author SHA1 Message Date
Keith Donald b5c167bdb1 ignore failing tests temp for array nesting level bug and map autogrow bug 15 years ago
Keith Donald 90d8dade25 fixed bug related to array autogrow 15 years ago
Keith Donald 8df6b86dd1 ignore failing test 15 years ago
Keith Donald 5d6840e877 array autogrow on set e.g. array[0]=foo 15 years ago
Keith Donald 2ef629d5a8 removed accidental system.out commit 15 years ago
Keith Donald 1ed03fc6ca fetch property value again after setting default value to protect against object copy 15 years ago
Keith Donald 3bb17974d8 empty collection test refinements 15 years ago
Keith Donald b040606cfa spr-7728: empty collection conversion can return value not assignable to targetType 15 years ago
Chris Beams a7293d2961 Introduce ApplicationContextInitializer interface 15 years ago
Keith Donald 71e60f4551 Favor convertValue(Object, TypeDescriptor) where possible and TypedValue(Object); check with Andy on Selection and Projection TypedValue usage 15 years ago
Keith Donald 0fb631348e switched to better encapsulated convert(Object, TypeDescriptor) where possible 15 years ago
Keith Donald bb4aa9cc39 added call to applyIndexedObject to build nested source element type descriptor from element value 15 years ago
Keith Donald 8e23685a6d support for empty collection->collection. map->map, collection->array conversion 15 years ago
Keith Donald 42403a37c3 getPropertyTypeDescriptor implementation optimization 15 years ago
Keith Donald e254521952 getPropertyTypeDescriptor bug fixes 15 years ago
Keith Donald 4c9731d572 added forNestedType(MethodParameter) for resolution of nested parameter types for collection, array, and map parameter types 15 years ago
Sam Brannen 61cfb96d95 Changed slf4j.jcl dependency from 1.5.6 to 1.5.3 for consistency with build.versions. 15 years ago
Keith Donald c6c782df59 forNestedType usage clarification 15 years ago
Sam Brannen c309ef74d7 Updates to readme and changelog files regarding 3.1.0.M1 15 years ago
Keith Donald 7ec5f1694b temp added ignore on 2 new failing tests until time to investigate 15 years ago
Keith Donald 86f1179606 temp added ignore on 2 new failing tests until time to investigate 15 years ago
Chris Beams 15ac99f59c Introduce and integrate JndiPropertySource 15 years ago
Chris Beams a7704c8cce Polish Javadoc for PropertySource implementations 15 years ago
Keith Donald 01c98c3bfb added initial support for handling unknown nested type values when converting collections; now favor factory method for constructing nested type descriptors for clarity (made constructor private); improved javadoc 15 years ago
Chris Beams 9420bdc246 Document createEnvironment() methods 15 years ago
Chris Beams bc41cb2f27 Polish (Mutable)PropertySources 15 years ago
Chris Beams 7f8ede1407 Remove dead code 15 years ago
Chris Beams 431eaf6df8 Refactor PropertyPlaceholderConfigurer hierarchy 15 years ago
Chris Beams 2b99cf6d29 Refactor Environment and PropertySource 15 years ago
Chris Beams 7c4582b4b3 Update build instructions in readme 15 years ago
Juergen Hoeller e971ad56b6 reduced BeanDefinition footprint by initializing Sets and Maps with 0 (SPR-7491) 15 years ago
Juergen Hoeller 125b843cf7 revised javadoc on "exactDateLength" (SPR-7759) 15 years ago
Juergen Hoeller efe1e64b08 fixed aspects bundle to declare dependencies for @Async aspect as well (SPR-7702) 15 years ago
Juergen Hoeller 3fe2d037ed fixed AbstractBindingResult to avoid NPE in "hashCode()" if target is null (SPR-7682) 15 years ago
Juergen Hoeller a780a4a401 ProxyCreationContext uses "ThreadLocal.remove()" over "ThreadLocal.set(null)" as well 15 years ago
Juergen Hoeller 67d9b8b943 EhCacheManagerFactoryBean properly closes "ehcache.xml" input stream, if any (SPR-7813) 15 years ago
Keith Donald cc91efecae Fixed bugs in bean wrapper related to nesting levels on method parameters 15 years ago
Keith Donald 3536b8178d failing nested list binding 15 years ago
Keith Donald a417aa2ea3 ignore failing map test case 15 years ago
Keith Donald 818bd841fe method naming improvements; applyIndexObject call for array indexing 15 years ago
Juergen Hoeller 9c64ac7482 fixed potential InjectionMetadata NPE when using SpringBeanAutowiringInterceptor (SPR-7686) 15 years ago
Keith Donald 3cfe557971 spr 7839 reproduce 15 years ago
Keith Donald fe386f1c10 spr7816 15 years ago
Keith Donald da898faac9 spr7766 15 years ago
Keith Donald 39e0c29d19 TypeDescriptor cleanup and general polishing; fixed a number of bugs related to TypeDescriptor usage in client code across beans and spel packages 15 years ago
Arjen Poutsma 74b5b7b56a SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 15 years ago
Michael Isvy e133bde01f SPR-7858 15 years ago
Arjen Poutsma e5d8fa0771 SPR-7834 - HttpHeaders.getEtag() mangles the value 15 years ago
Arjen Poutsma fbede64c86 SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 15 years ago
Arjen Poutsma e98afc087f SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 15 years ago