436 Commits (47e3f0948dbc2530c3722ed31176590de6032133)

Author SHA1 Message Date
Chris Beams c06752ef72 Rename {Default=>Standard}Environment 14 years ago
Chris Beams c4a13507f0 Introduce reserved default profile support 14 years ago
Chris Beams a557878a6f Document @Autowired and @Value limitations 14 years ago
Chris Beams 2afeb08e3c Fix @Autowired+@PostConstruct+@Configuration issue 14 years ago
Chris Beams 7b999c676f Introduce ReflectionUtils#getUniqueDeclaredMethods 14 years ago
Chris Beams 111fb71fe1 Remove "Feature" support introduced in 3.1 M1 14 years ago
Chris Beams f683f781c5 Revert deprecation of BDRU#registerWithGeneratedName 14 years ago
Chris Beams f30b7e3125 Fix generics and serialization warnings 14 years ago
Sam Brannen 3e2cc7dd19 polishing 14 years ago
Micha Kiener f812cd748e SPR-6416, initial commit for the conversation management 14 years ago
Chris Beams 158a392d80 Ignore non-prop 'set' methods in ExtendedBeanInfo 14 years ago
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