425 Commits (b9d07b9c47274e0ff4a065e3bedc1f8ff6b4612e)

Author SHA1 Message Date
Chris Beams 2f5085aef1 Introduce ExtendedBeanInfo 14 years ago
Agim Emruli a20e73b148 fixed compile error in test with javac compiler 14 years ago
Chris Beams f4e1cde33b Eliminate warnings in .validation package 14 years ago
Chris Beams 150838bfc1 Remove TODOs related to profile logging 14 years ago
Chris Beams b50ac7489b Resolve or eliminate Environment-related TODOs 14 years ago
Chris Beams f17f970144 Allow other delimiters in profile XML attribute 14 years ago
Chris Beams d7a8536bd7 Re-introduce and deprecate BDPD.initDefaults(Element) 14 years ago
Sam Brannen c9c436128f [SPR-7953] BeanDefinitionVisitor now actually visits factory method names. 14 years ago
Sam Brannen c84ef76fc3 [SPR-7953] BeanDefinitionVisitor now actually visits factory method names. 14 years ago
Juergen Hoeller 47c9278e32 renamed AbstractPropertyPlaceholderConfigurer to PlaceholderConfigurerSupport 14 years ago
Chris Beams b7d7fa7b7e Further compensations for STS; binary compat fixes 14 years ago
Chris Beams 9cc125531b Fix STS compatibility issues; other improvements 14 years ago
Chris Beams c58b63a982 Revert signature change in BDRU.registerWithGeneratedName 14 years ago
Chris Beams 2f7c2230f0 Include license.txt and notice.txt in module JARs 14 years ago
Chris Beams c5063004eb Rename spring.{profile}.active => {profiles} 14 years ago
Chris Beams a2bc381ade Extract ProblemCollector interface 14 years ago
Chris Beams b4fea47d5c Introduce FeatureSpecification support 14 years ago
Chris Beams b04987ccc3 Make ObjectUtils.addObjectToArray() generic 14 years ago
Keith Donald 2fcab44de0 remove addressed TODO 14 years ago
Keith Donald 34fbd5affa typo 14 years ago
Keith Donald 414fcab899 sp7839 - map autogrow, including auto-grow support for map values 14 years ago
Keith Donald 90d8dade25 fixed bug related to array autogrow 14 years ago
Keith Donald 5d6840e877 array autogrow on set e.g. array[0]=foo 14 years ago
Keith Donald 2ef629d5a8 removed accidental system.out commit 14 years ago
Keith Donald 1ed03fc6ca fetch property value again after setting default value to protect against object copy 14 years ago
Keith Donald 42403a37c3 getPropertyTypeDescriptor implementation optimization 14 years ago
Keith Donald e254521952 getPropertyTypeDescriptor bug fixes 14 years ago
Keith Donald 4c9731d572 added forNestedType(MethodParameter) for resolution of nested parameter types for collection, array, and map parameter types 14 years ago
Keith Donald c6c782df59 forNestedType usage clarification 14 years ago
Keith Donald 7ec5f1694b temp added ignore on 2 new failing tests until time to investigate 14 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 14 years ago
Chris Beams 7f8ede1407 Remove dead code 14 years ago
Chris Beams 431eaf6df8 Refactor PropertyPlaceholderConfigurer hierarchy 14 years ago
Chris Beams 2b99cf6d29 Refactor Environment and PropertySource 14 years ago
Juergen Hoeller 125b843cf7 revised javadoc on "exactDateLength" (SPR-7759) 14 years ago
Keith Donald cc91efecae Fixed bugs in bean wrapper related to nesting levels on method parameters 14 years ago
Juergen Hoeller 9c64ac7482 fixed potential InjectionMetadata NPE when using SpringBeanAutowiringInterceptor (SPR-7686) 14 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 14 years ago
Chris Beams 5e6912302a Introduce "Aware" superinterface 14 years ago
Chris Beams b3ff9be78f M1 cut of environment, profiles and property work (SPR-7508) 14 years ago
Sam Brannen b130a36af7 [SPR-7850][SPR-7851] Upgraded to JUnit 4.8.1 and TestNG 5.12.1; added changelog entries for 3.1.0.M1. 14 years ago
Chris Beams b3e36a335d Eliminate reserved 'default' profile (SPR-7778) 14 years ago
Chris Beams e0c5ced695 Use dot notation rather than camel case for profile props (SPR-7508) 14 years ago
Chris Beams 5062dc31af Support default profile (SPR-7508, SPR-7778) 14 years ago
Chris Beams b33da670e5 Rename EnvironmentBeansTests* -> ProfileXmlBeanDefinitionTests* 14 years ago
David Syer c52915bde6 Add hamcrest to beans pom in the right place to make tests compile 14 years ago
David Syer a3df1c4e41 Re-order deps to allow Hamcrest to come before JUnit 14 years ago
Costin Leau 095a36e853 SPR-7470 14 years ago
Costin Leau 6ef987bced SPR-7470 14 years ago
Costin Leau c13905ad16 SPR-7470 14 years ago