1306 Commits (b33d8c6aded6f20359958713adc66806ea895fe4)

Author SHA1 Message Date
QBNemo 26101892c1 Fix typo 8 years ago
Grant Hutchins e087db1ecb Fix typo 8 years ago
Juergen Hoeller e892e02f41 Polishing 8 years ago
Juergen Hoeller fc2e635c05 Lookup methods work on configuration classes as well 8 years ago
Juergen Hoeller 6d6cf01a42 Polishing 8 years ago
Juergen Hoeller d003f6614b Tests for annotation lookups in interfaces (currently ignored for CGLIB proxies) 8 years ago
Juergen Hoeller d4a1b59b4c Skip transaction/caching metadata retrieval for java.lang.Object methods 8 years ago
Juergen Hoeller cbd19153c4 Polishing 8 years ago
Juergen Hoeller f4de1ea147 Polishing 8 years ago
Juergen Hoeller 7fb0ad37da ConfigurationClassEnhancer explicitly handles non-interceptable FactoryBeans 8 years ago
Juergen Hoeller 370e3d683a Polishing 8 years ago
Stephane Nicoll 73909f41cb Polish 8 years ago
Stephane Nicoll 1c74a1a0fe Improve allowNullValue handling when a null value is provided 8 years ago
Juergen Hoeller 1ee0626c94 Polishing 8 years ago
Juergen Hoeller 8d707eb530 Polishing 8 years ago
Juergen Hoeller 599c1ba73e Polishing 8 years ago
Juergen Hoeller 54f01cffaf Drop weaving support for pre-Servlet-3.1 servers 8 years ago
Juergen Hoeller 44ec6e0037 Polishing 8 years ago
Juergen Hoeller e1bb697cf9 Correct explanation of example patterns 8 years ago
Juergen Hoeller 448ea4cdfe Consistent logging in ignoreResourceNotFound scenarios 8 years ago
Juergen Hoeller 5015613934 Enforce delegation through single overridable registerBean method 8 years ago
Juergen Hoeller 1b2dc3638f Revisit Assert to avoid single-arg assert methods (with refined messages) 8 years ago
Stephane Nicoll d550eb152c Polish contribution 8 years ago
Ruben Dijkstra f1c7e0f5b2 Check for null on the argument instead of the message 8 years ago
Juergen Hoeller 5e946c2700 Consistent type variable resolution for arrays/collections (in particular at field level) 8 years ago
Juergen Hoeller 7d3fcaa934 Consider abstract classes with @Lookup methods as candidate components 8 years ago
Juergen Hoeller 6fe7e56598 Document further configuration class restrictions 8 years ago
Juergen Hoeller 253060c21c Only expose ASM-driven method order if the methods match 8 years ago
Juergen Hoeller a9ae2c3402 Polishing 8 years ago
Juergen Hoeller e566e25b6f Clear nonAnnotatedClasses cache in afterSingletonsInstantiated 8 years ago
Alexey Nikolaenko 644b0b8beb Fix Javadoc for CronSequenceGenerator 8 years ago
Juergen Hoeller 976d32fc59 SimpleApplicationEventMulticaster defensively swallows ClassCastException without message 8 years ago
Juergen Hoeller 052014783a Remove outdated BeanFactoryLocator documentation references 8 years ago
Juergen Hoeller ac6aa53031 Drop outdated BeanFactoryLocator / beanRefContext.xml mechanism 8 years ago
Juergen Hoeller d96738d613 Revised indexer implementation 8 years ago
Juergen Hoeller 5471d6a465 Revised indexer implementation 8 years ago
Juergen Hoeller 153fd82946 SimpleApplicationEventMulticaster defensively handles ClassCastException without message 8 years ago
Juergen Hoeller e19dff179e Polishing 8 years ago
Juergen Hoeller d0e93284f3 SpringValidatorAdapter properly handles HV-5-style list constraint violations 8 years ago
Juergen Hoeller b06423a5f8 AbstractMessageSource does not attempt to format code-as-default-message 8 years ago
Sebastien Deleuze 0a988fd2b1 Remove object wrappers in Kotlin extensions 8 years ago
Sebastien Deleuze 8f14e29067 Support AnnotationConfigApplicationContext{} in Kotlin 8 years ago
Sebastien Deleuze f8461d856a Support Gradle-style Kotlin bean API 8 years ago
Mario Arias 1af905ca0a Add Model and ModelMap Kotlin extensions 8 years ago
Sebastien Deleuze 6ee5e2a817 Polishing 8 years ago
Sebastien Deleuze c5cfd8c8fc Make the Kotlin bean registration API even more idiomatic 8 years ago
Sebastien Deleuze 715274e327 Avoid the need to specify Supplier in Kotlin bean registration API 8 years ago
Juergen Hoeller fc629bb508 Polishing 8 years ago
Juergen Hoeller a5c6658d2c Track bean dependencies for calls between @Bean methods within @Configuration classes 8 years ago
Juergen Hoeller edc62be231 @Scheduled reliably applies after other post-processors and shuts down before TaskScheduler 8 years ago