3732 Commits (bcb10f2fe47eea8fb448296a85a2b768404a92de)
 

Author SHA1 Message Date
Keith Donald bcb10f2fe4 empty collection test refinements 15 years ago
Keith Donald c45f4b1caf spr-7728: empty collection conversion can return value not assignable to targetType 15 years ago
Chris Beams 5a7d2a91ba Introduce ApplicationContextInitializer interface 15 years ago
Keith Donald 61d54ae436 Favor convertValue(Object, TypeDescriptor) where possible and TypedValue(Object); check with Andy on Selection and Projection TypedValue usage 15 years ago
Keith Donald 97033d66fb switched to better encapsulated convert(Object, TypeDescriptor) where possible 15 years ago
Keith Donald 5403913103 added call to applyIndexedObject to build nested source element type descriptor from element value 15 years ago
Keith Donald 76443f55c1 support for empty collection->collection. map->map, collection->array conversion 15 years ago
Keith Donald 950493a4c8 getPropertyTypeDescriptor implementation optimization 15 years ago
Keith Donald 75f36d291a getPropertyTypeDescriptor bug fixes 15 years ago
Keith Donald d3d7951265 added forNestedType(MethodParameter) for resolution of nested parameter types for collection, array, and map parameter types 15 years ago
Sam Brannen 22e377580c Changed slf4j.jcl dependency from 1.5.6 to 1.5.3 for consistency with build.versions. 15 years ago
Keith Donald 66814f1235 forNestedType usage clarification 15 years ago
Sam Brannen b8d53d2ba7 Updates to readme and changelog files regarding 3.1.0.M1 15 years ago
Keith Donald 6756901e84 temp added ignore on 2 new failing tests until time to investigate 15 years ago
Keith Donald 14f1bb5e67 temp added ignore on 2 new failing tests until time to investigate 15 years ago
Chris Beams 1f8637d944 Introduce and integrate JndiPropertySource 15 years ago
Chris Beams 6364c02427 Polish Javadoc for PropertySource implementations 15 years ago
Keith Donald ed2a257e69 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 480aa5d993 Document createEnvironment() methods 15 years ago
Chris Beams 0821b2c6c2 Polish (Mutable)PropertySources 15 years ago
Chris Beams d29eae3ba0 Remove dead code 15 years ago
Chris Beams 3aaa6cf23a Refactor PropertyPlaceholderConfigurer hierarchy 15 years ago
Chris Beams 835a3f8d64 Refactor Environment and PropertySource 15 years ago
Chris Beams 520579d886 Update build instructions in readme 15 years ago
Juergen Hoeller a0ee194603 reduced BeanDefinition footprint by initializing Sets and Maps with 0 (SPR-7491) 15 years ago
Juergen Hoeller 2e6f39922d revised javadoc on "exactDateLength" (SPR-7759) 15 years ago
Juergen Hoeller 3107fec82d fixed aspects bundle to declare dependencies for @Async aspect as well (SPR-7702) 15 years ago
Juergen Hoeller ad67d91646 fixed AbstractBindingResult to avoid NPE in "hashCode()" if target is null (SPR-7682) 15 years ago
Juergen Hoeller 0b82100930 ProxyCreationContext uses "ThreadLocal.remove()" over "ThreadLocal.set(null)" as well 15 years ago
Juergen Hoeller f2ef44a1a5 EhCacheManagerFactoryBean properly closes "ehcache.xml" input stream, if any (SPR-7813) 15 years ago
Keith Donald 10886eeefd Fixed bugs in bean wrapper related to nesting levels on method parameters 15 years ago
Keith Donald caf5e90197 failing nested list binding 15 years ago
Keith Donald 3b5b442ffd ignore failing map test case 15 years ago
Keith Donald cf4062ed33 method naming improvements; applyIndexObject call for array indexing 15 years ago
Juergen Hoeller 4ac5814e5a fixed potential InjectionMetadata NPE when using SpringBeanAutowiringInterceptor (SPR-7686) 15 years ago
Keith Donald 776d4f4f9a spr 7839 reproduce 15 years ago
Keith Donald ddc3cab014 spr7816 15 years ago
Keith Donald ed632c2a4a spr7766 15 years ago
Keith Donald 1e2a8083a1 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 dfb8b267ca SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 15 years ago
Michael Isvy 50da443eb3 SPR-7858 15 years ago
Arjen Poutsma 5f6c1145df SPR-7834 - HttpHeaders.getEtag() mangles the value 15 years ago
Arjen Poutsma cac2354a85 SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 15 years ago
Arjen Poutsma 241e8f12e0 SPR-7845 - FormHttpMessageConverter.read() always ignores post data when processing request (from Tomcat) 15 years ago
Chris Beams d00b49dca5 Introduce "Aware" superinterface 15 years ago
Chris Beams 1ac7b56caf M1 cut of environment, profiles and property work (SPR-7508) 15 years ago
Sam Brannen 924b8e11ea [SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1. 15 years ago
Sam Brannen 3be55ad10b [SPR-7849] work in progress: revising the testing chapter based on internal review. 15 years ago
Sam Brannen 5f6d5e55d1 [SPR-7849] work in progress: revising the testing chapter based on internal review. 15 years ago
Sam Brannen f78d0a4afc [SPR-7848] Improved readability, grammar, and formatting of the Container Extension Points section of the reference manual. 15 years ago