525 Commits (8599dfd74e51e81a16510d75a40feb970e2699bf)

Author SHA1 Message Date
Spring Buildmaster 671f97721f Increment version to 3.1.3.BUILD-SNAPSHOT 14 years ago
Spring Buildmaster 49f728eae8 Release version 3.1.2.RELEASE 14 years ago
Chris Beams a387d13d5f Reflect 3.2=>3.1.2 backports in @since tags etc 14 years ago
Chris Beams 841d9533db Cache by-type lookups in DefaultListableBeanFactory 14 years ago
Chris Beams 0d18deb6a4 Polish 14 years ago
Chris Beams 0320cc582b Introduce BeanFactoryAnnotationUtils 14 years ago
Chris Beams 3f387eb9cf Refactor and deprecate TransactionAspectUtils 14 years ago
Spring Buildmaster b32a365f14 Increment version to 3.1.2.BUILD-SNAPSHOT 14 years ago
Spring Buildmaster 79c9ca1a26 Release version 3.1.1.RELEASE 14 years ago
Chris Beams e81df2ef3e Improve @Configuration bean name discovery 14 years ago
Chris Beams 0a5392e37d Compensate for changes in JDK 7 Introspector 14 years ago
Chris Beams b787a68f20 Avoid 'type mismatch' errors in ExtendedBeanInfo 14 years ago
Chris Beams ef143d363e Polish ExtendedBeanInfo and tests 14 years ago
Chris Beams f1ecd1ca2a Detect overridden boolean getters in ExtendedBeanInfo 14 years ago
Chris Beams c1df51a3b4 Polish ExtendedBeanInfoTests 14 years ago
Juergen Hoeller 4aa8b96687 write method parameter type preferred over read method parameter type for property conversion (fixing regression; SPR-8964) 14 years ago
Juergen Hoeller c55362c35e Provider injection works with generically typed collections of beans as well (SPR-9030) 14 years ago
Chris Beams d9f7fdd120 Support reading nested annotations via ASM 14 years ago
Chris Beams 17cf465d23 Fix method equality bug in ExtendedBeanInfo 14 years ago
Chris Beams f3f73f0e32 Check original beanClass in #isFactoryBean calls 14 years ago
Chris Beams 87a021d5c9 Add <license> section to 3.1.x Maven poms 14 years ago
Juergen Hoeller d331c5d1c9 correctly handle ParseException from Formatter for String->String case (SPR-8944) 14 years ago
Juergen Hoeller 86bef9030f correctly handle ParseException from Formatter for String->String case (SPR-8944) 14 years ago
Chris Beams 41c405998e Convert CRLF=>LF on files missed earlier 14 years ago
Chris Beams 88913f2b23 Convert CRLF (dos) to LF (unix) 14 years ago
Chris Beams e158f61e93 Increment version to 3.1.1.BUILD-SNAPSHOT 14 years ago
Chris Beams ac107d0c2a Release Spring Framework 3.1.0.RELEASE 14 years ago
Chris Beams 48836e2ebb Allow parameters in FactoryBean-returning @Bean methods 14 years ago
Juergen Hoeller 569426dfdf restored DataBinder's ability to bind to an auto-growing List with unknown element type (SPR-8828) 14 years ago
Juergen Hoeller 84be348cb0 log or rethrow original ConversionFailedException as appropriate 14 years ago
Juergen Hoeller 1a2bbe5c4d consistent specification of standard meta-annotations 14 years ago
Juergen Hoeller dc41daa3db renamed 'isJava6VisibilityBridgeMethodPair' to 'isVisibilityBridgeMethodPair' (SPR-8660) 14 years ago
Juergen Hoeller 450c75337f fixed getAsText javadoc (SPR-7890) 14 years ago
Juergen Hoeller aa7fcb5431 polishing 14 years ago
Chris Beams 549c663fba Fix generics warnings in AbstractBeanFactory 14 years ago
Chris Beams 0113ea91a3 Support by-type lookup/injection of primitive types 14 years ago
Chris Beams b2ae3dbb47 Avoid 'type mismatch' errors in ExtendedBeanInfo 14 years ago
Sam Brannen c0b3b7b81e Added cross linking in Javadoc for @Autowired, @Qualifier, and @Value. 14 years ago
Juergen Hoeller 79bcefa0ce optimized DefaultListableBeanFactory's PropertyDescriptor caching for concurrent access (SPR-7863) 14 years ago
Chris Beams 38e90105a0 Support destroy method inference 14 years ago
Chris Beams 8cafb7ee13 Fix warnings in DisposableBeanAdapter 14 years ago
Chris Beams 980c15d578 Distinguish between different bridge method types 14 years ago
Chris Beams 9ba1d1437d Give ExtendedBeanInfo package-private visibility 14 years ago
Chris Beams 34956d30b3 Fix doc typo in AbstractAutowireCapableBeanFactory 14 years ago
Chris Beams 10be0ef9e7 Clarify BeanFactory#containsBean Javadoc 15 years ago
Chris Beams a456a1a0e3 Improve annotation processing thread-safety 15 years ago
Sam Brannen 1de71c6e37 [SPR-8222] Upgraded to JUnit 4.9. 15 years ago
Chris Beams 71984b8038 Fix ExtendedBeanInfo indexed write method edge case 15 years ago
Sam Brannen 0a88d4bae1 Fixed broken test: now verifying that an attempt to set a null active profile throws an IllegalArgumentException. 15 years ago
Sam Brannen 87dad65ff0 [SPR-8622] Upgraded to JUnit 4.8.2 15 years ago