436 Commits (c481d2e9fb200175eff3593f31fb02b3decd0a4d)

Author SHA1 Message Date
Chris Beams c06752ef72 Rename {Default=>Standard}Environment 15 years ago
Chris Beams c4a13507f0 Introduce reserved default profile support 15 years ago
Chris Beams a557878a6f Document @Autowired and @Value limitations 15 years ago
Chris Beams 2afeb08e3c Fix @Autowired+@PostConstruct+@Configuration issue 15 years ago
Chris Beams 7b999c676f Introduce ReflectionUtils#getUniqueDeclaredMethods 15 years ago
Chris Beams 111fb71fe1 Remove "Feature" support introduced in 3.1 M1 15 years ago
Chris Beams f683f781c5 Revert deprecation of BDRU#registerWithGeneratedName 15 years ago
Chris Beams f30b7e3125 Fix generics and serialization warnings 15 years ago
Sam Brannen 3e2cc7dd19 polishing 15 years ago
Micha Kiener f812cd748e SPR-6416, initial commit for the conversation management 15 years ago
Chris Beams 158a392d80 Ignore non-prop 'set' methods in ExtendedBeanInfo 15 years ago
Chris Beams 2f5085aef1 Introduce ExtendedBeanInfo 15 years ago
Agim Emruli a20e73b148 fixed compile error in test with javac compiler 15 years ago
Chris Beams f4e1cde33b Eliminate warnings in .validation package 15 years ago
Chris Beams 150838bfc1 Remove TODOs related to profile logging 15 years ago
Chris Beams b50ac7489b Resolve or eliminate Environment-related TODOs 15 years ago
Chris Beams f17f970144 Allow other delimiters in profile XML attribute 15 years ago
Chris Beams d7a8536bd7 Re-introduce and deprecate BDPD.initDefaults(Element) 15 years ago
Sam Brannen c9c436128f [SPR-7953] BeanDefinitionVisitor now actually visits factory method names. 15 years ago
Sam Brannen c84ef76fc3 [SPR-7953] BeanDefinitionVisitor now actually visits factory method names. 15 years ago
Juergen Hoeller 47c9278e32 renamed AbstractPropertyPlaceholderConfigurer to PlaceholderConfigurerSupport 15 years ago
Chris Beams b7d7fa7b7e Further compensations for STS; binary compat fixes 15 years ago
Chris Beams 9cc125531b Fix STS compatibility issues; other improvements 15 years ago
Chris Beams c58b63a982 Revert signature change in BDRU.registerWithGeneratedName 15 years ago
Chris Beams 2f7c2230f0 Include license.txt and notice.txt in module JARs 15 years ago
Chris Beams c5063004eb Rename spring.{profile}.active => {profiles} 15 years ago
Chris Beams a2bc381ade Extract ProblemCollector interface 15 years ago
Chris Beams b4fea47d5c Introduce FeatureSpecification support 15 years ago
Chris Beams b04987ccc3 Make ObjectUtils.addObjectToArray() generic 15 years ago
Keith Donald 2fcab44de0 remove addressed TODO 15 years ago
Keith Donald 34fbd5affa typo 15 years ago
Keith Donald 414fcab899 sp7839 - map autogrow, including auto-grow support for map values 15 years ago
Keith Donald 90d8dade25 fixed bug related to array autogrow 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 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
Keith Donald c6c782df59 forNestedType usage clarification 15 years ago
Keith Donald 7ec5f1694b temp added ignore on 2 new failing tests until time to investigate 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 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
Juergen Hoeller 125b843cf7 revised javadoc on "exactDateLength" (SPR-7759) 15 years ago
Keith Donald cc91efecae Fixed bugs in bean wrapper related to nesting levels on method parameters 15 years ago
Juergen Hoeller 9c64ac7482 fixed potential InjectionMetadata NPE when using SpringBeanAutowiringInterceptor (SPR-7686) 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
Chris Beams 5e6912302a Introduce "Aware" superinterface 15 years ago