1088 Commits (a0cad5c48f4ebed90a18c7c4e428d16baa375ad2)

Author SHA1 Message Date
Stephane Nicoll 33a4e9e57f Prevent non public bean to be exposed to JMX 9 years ago
Juergen Hoeller 155fa3754b Consistent lazy resolution of default executor/scheduler for Async/ScheduledAnnotationBeanPostProcessor 9 years ago
Phillip Webb 094cf6cafb Support *Aware for @ComponentScan custom filters 9 years ago
Juergen Hoeller b4de66ff9a Test for placeholder-specified default value within @Value 9 years ago
Juergen Hoeller 0597ff109e Bsh/GroovyScriptFactory reset script cache in case of compilation error 9 years ago
Juergen Hoeller b944283354 ConstructorResolver exposes parameter signature from user-declared class (in case of a CGLIB-generated subclass) 9 years ago
Stephane Nicoll 8e24a4153c Support ResolvableTypeProvider on simple event pojo 9 years ago
Stephane Nicoll e086a5d58b Polish 9 years ago
Phillip Webb ffbf264976 Polish Javadoc 9 years ago
Sam Brannen 61824b1ade Remove trailing whitespace from source code 9 years ago
Juergen Hoeller 8e5e384de7 Test for constructor with unresolvable parameter name 9 years ago
Juergen Hoeller 7b1fcfc7c3 Consistently strict parsing of date overflows (using java.time's strict resolution style) 9 years ago
Juergen Hoeller a3789120c9 Support for @PropertySource annotations with custom implementation types 9 years ago
Juergen Hoeller b9fe6d89da Avoid NPE in case of @Lazy @Autowired(required=false) 9 years ago
Juergen Hoeller 700ab2fc98 DataBinder test for java.util.Optional property 9 years ago
Juergen Hoeller a7ad49adcf Placeholder configurers allow for trimming of property values 9 years ago
Juergen Hoeller 5ed9046886 BeanMethodInterceptor does not pass on null arguments for singleton beans 9 years ago
Andy Wilkinson 65d144b1e5 Consistent descriptions for ConfigurationClass 9 years ago
Juergen Hoeller 7fcb277de9 Consistent behavior for unwrap(null) on JPA and Bean Validation wrappers 9 years ago
Juergen Hoeller ea4a766df7 Consistent support for SpEL next to placeholders in annotation attributes 9 years ago
Juergen Hoeller 25be5e060c TaskDecorator callback supported by common TaskExecutor implementations 9 years ago
Juergen Hoeller ac44f9edd9 Consistent equals implementations across class hierarchies 9 years ago
Stephane Nicoll 513c1ea3d9 Update @author tag 9 years ago
Stephane Nicoll 37b3b24578 Polish contribution 9 years ago
soldierkam c73e52412a Decrease allocation rate for CacheOperation 9 years ago
Juergen Hoeller 5c87afc51d Polishing 9 years ago
Juergen Hoeller 51c35bf81c SpringValidatorAdapter exposes String attributes as MessageSourceResolvable 9 years ago
Juergen Hoeller b79e8a5cbc Support for Common Annotations 1.1 Resource.lookup() attribute 9 years ago
Juergen Hoeller 0dff782402 Fixed addProtocolResolver signature in ConfigurableApplicationContext 9 years ago
Juergen Hoeller 37de0b241d ProtocolResolver SPI allows for custom resource resolution 9 years ago
Sam Brannen 26edc674ed Polish Javadoc for resource-based MessageSources 9 years ago
Juergen Hoeller f108deb114 (Reloadable)ResourceBundleMessageSource allows for adding resources 9 years ago
Juergen Hoeller a3a5a03ee3 PropertySource annotation allows for custom encoding 9 years ago
Juergen Hoeller 4a0fa69ce4 Injection support for Collection/Map beans and self references 9 years ago
Juergen Hoeller 64ce8a81c3 Polishing 9 years ago
Juergen Hoeller d18b3f049a Tests for @Enable/@ComponentScan without @Configuration 9 years ago
Juergen Hoeller 837cb752a4 Clarify component scan include-filter semantics 9 years ago
Stephane Nicoll cd903e26de Polish 9 years ago
Andy Clement a12f23936c Allow use of '&' prefix to access factory bean in SpEL 9 years ago
Stephane Nicoll eb49f3c225 Add interface-based detection test 9 years ago
Juergen Hoeller 182b1e99e3 TODO marker for test which fails as of AspectJ 1.9 beta 3 9 years ago
Stephane Nicoll 2fc2c29e9a Update copyright header 9 years ago
Rossen Stoyanchev 3dae3fd8a9 Refine ListenableFutureCallback policy for exceptions 9 years ago
Juergen Hoeller 773d175681 Polishing 9 years ago
Juergen Hoeller e14c2de1d2 ImportStack extends ArrayDeque instead of Stack and relies on standard contains implementation 9 years ago
Juergen Hoeller 27c2e8c80d Polishing 9 years ago
Juergen Hoeller 388bd87ef0 ComponentScan annotation is repeatable now 9 years ago
Juergen Hoeller 4f955932a7 @Value can be used as aliased meta-annotation 9 years ago
Juergen Hoeller 470ea977e1 Consistent validation of annotated methods behind AOP proxies 9 years ago
Juergen Hoeller 1cfeb07fa5 Consistent use of varargs plus related polishing 9 years ago