454 Commits (5c1e86b47f6b856598357b5f75e503b97d19eec1)

Author SHA1 Message Date
Sam Brannen c0131fe108 Polishing Eclipse classpath settings 13 years ago
Juergen Hoeller c60511bf04 shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 13 years ago
Juergen Hoeller 3b704272e3 polishing 13 years ago
Keith Donald 5e3a5202fb restored TypeDescriptor getElementType, getMapKeyType, and getMapValueType compatibility; StringToCollection and Array Converters are now conditional and check targetElementType if present; TypeDesciptor#isAssignable no longer bothers with element type and map key/value types in checking assignability for consistency elsewhere; improved javadoc 13 years ago
Keith Donald 8c6890605a null type descriptor handling 13 years ago
Keith Donald 5f8faa3ae7 improved null handling and javadoc 13 years ago
Keith Donald cfb387383b broke out to top-level class for readability 13 years ago
Keith Donald c09227a712 removed dependency on java.beans 13 years ago
Keith Donald 2127b16051 catch ConversionFailedException and fallback to default container conversion logic rather than propogate exception 13 years ago
Keith Donald c306afed63 polishing 13 years ago
Keith Donald c84cccf06d revised TypeDescriptor NULL and element/mapKey/mapValue type semantics 13 years ago
Chris Beams 385d8e9482 Fix system environment tests on all platforms 14 years ago
Keith Donald 6f146737f4 simplified TypeDescriptor usage and updated use of the API across BeanWrapper and SpEL; collapsed PropertyTypeDescriptor into TypeDescriptor for simplicity and ease of use; improved docs 14 years ago
Sam Brannen cf2563bdf5 [SPR-8388] Cleared up confusing documentation regarding PropertyResolver and Environment. 14 years ago
Sam Brannen 919b996027 [SPR-8388] Improved documentation on default registered PropertyEditors; fixed typos and grammar in JavaDoc; suppressed warnings due to generics; etc. 14 years ago
Chris Beams 67661693fe Ignore failing tests on Windows 14 years ago
Juergen Hoeller e1d9457b7d CustomNumberEditor generically declares numberClass as subclass of Number (matching NumberUtils) 14 years ago
Juergen Hoeller 0d69b80385 polishing 14 years ago
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