1632 Commits (902f8dd1d8350bc7fbdf711fa92a8a01fd5d0036)

Author SHA1 Message Date
Juergen Hoeller 459e8a1ea5 Deprecate LocalVariableTableParameterNameDiscoverer completely 2 years ago
Sam Brannen 7fcd1de8e3 Use AssertJ's isEmpty() instead of hasSize(0) 2 years ago
Sam Brannen d5b0b2b1a1 User AssertJ's hasSize() for arrays 2 years ago
Sam Brannen 36f7597f25 Use AssertJ's hasSize() for collections and maps 2 years ago
Marten Deinum c1dfde5ba4
Fix link to Bean Utils Light Library in BeanUtils Javadoc 2 years ago
Sam Brannen 796b8c1278 Polishing 2 years ago
Sam Brannen cefd74555a Polish contribution 2 years ago
wizard e9555d4825 Polish AbstractAutowireCapableBeanFactory and use instanceof pattern matching 2 years ago
Sam Brannen abf3400c07 Use Assert.state() where appropriate 2 years ago
Sam Brannen 2aa78889d2 Use consistent wording in precondition error messages 2 years ago
Stephane Nicoll 711a63adca Polish 2 years ago
Juergen Hoeller ec3f59e6fe Allow AutoCloseable dereferences on original AutoCloseable beans 2 years ago
Juergen Hoeller 49ee4a4fdf Deprecated unused findAutowireCandidates template method (removed in 6.0) 2 years ago
Juergen Hoeller 28cd39abf9 Remove unused AutowiredAnnotationBeanPostProcessor template methods 2 years ago
Juergen Hoeller aaeb5eb0d2 Avoid direct URL construction and URL equality checks 2 years ago
Stephane Nicoll da4b539f20 Stop generating generic type as Object for unresolved generics 2 years ago
Juergen Hoeller 70bb785ed6 Turn nested generic FactoryBean type into resolved Class for fallback match 2 years ago
Juergen Hoeller 0e9eab55ce Unwrap nested generic type within FactoryBean target type if necessary 2 years ago
Sam Brannen f26a7dee97 Fix broken tests, update copyright dates, and polish 2 years ago
Kulwant Singh b2c8546013 Rely on automatic boxing/unboxing in tests 2 years ago
Sam Brannen d0b162a76c Polishing 2 years ago
Juergen Hoeller 86d45578d9 Introduce findAllAnnotationsOnBean variant on ListableBeanFactory 2 years ago
Sam Brannen 3438c47744 Polishing 2 years ago
Sam Brannen 34b1857236 Avoid String allocations with Assert.state() 2 years ago
Sébastien Deleuze c14cbd07f4 Use non-null DateFormat for CustomDateEditor in tests 2 years ago
Sébastien Deleuze 403cfefc28 Add AOT processing of bean aliases 2 years ago
Juergen Hoeller 6b6cf1b4a2 Avoid decorated definition bypass for scoped proxy determination 2 years ago
Juergen Hoeller 4b0bf16389 Select ambiguous write method based on read method (matching its return type) 2 years ago
Stephane Nicoll 6d688e196d Restore support of list of inner bean definitions 2 years ago
Johnny Lim 1ea3f49eba Add missing since on setCurrentlyInvokedFactoryMethod() 2 years ago
Juergen Hoeller 33023b240f Provide optional SimpleBeanInfoFactory for better introspection performance 2 years ago
Juergen Hoeller c407dc3df8 Reset/rebuild BeanPostProcessorCache within full synchronization 2 years ago
Juergen Hoeller b796b52d4e Extract SimpleBeanInfo adaptation into internal SimpleBeanInfoFactory 2 years ago
Juergen Hoeller bba313c2f5 Perform basic property determination without java.beans.Introspector 2 years ago
Stephane Nicoll 061fa475ee Avoid generated code in the javax package 2 years ago
Sam Brannen 34e5aac0f5 Reintroduce factory method name in exception thrown from SimpleInstantiationStrategy 2 years ago
Sébastien Deleuze 42c3ac64ff Remove spring.spel.ignore and spring.xml.ignore flags 2 years ago
Johnny Lim ced37d53b4 Polishing 2 years ago
Stephane Nicoll c74760540d Polish 2 years ago
Stephane Nicoll a16afe8e10 Describe the replacement use case for BeanRegistrationAotProcessor 2 years ago
Juergen Hoeller 6027be5a39 Ignore overridden factory methods for unique candidate resolution 2 years ago
Stephane Nicoll 0d5c78d992 Polish 2 years ago
Juergen Hoeller b45a48461f Polishing 2 years ago
Juergen Hoeller aedef9321a Merge AOT constructor and factory method resolution into ConstructorResolver 2 years ago
Stephane Nicoll 2f20d6322b Enable cglib proxy for configuration classes if necessary 2 years ago
Stephane Nicoll 9820e3341d Fix handling of protected visibility 2 years ago
Stephane Nicoll 3b2b36d0b8 Allow AccessControl to determine visibility from a given type 2 years ago
Brian Clozel 054579a892 Temporarily revert gh-29246 2 years ago
Brian Clozel ff9792bae0 Polish 2 years ago
Brian Clozel 332961f833 Contribute introspection hints on registered beans 2 years ago