688 Commits (f017cc3febcfa93c747e4b1b82a935aefaa0117e)

Author SHA1 Message Date
Stephane Nicoll c7b324b89b Move cached expression evaluation abstraction 10 years ago
Juergen Hoeller 0479ca68fe ScheduledAnnotationBeanPostProcessor registers tasks in ContextRefreshedEvent phase (again) 10 years ago
Sam Brannen 7a6dfe3765 Make MBeanServer integration tests more robust 10 years ago
Sam Brannen 08f3a79821 Fix broken test in EnableSchedulingTests 10 years ago
Juergen Hoeller 9ac02b319d Remove pre-3.2 deprecated classes and methods 10 years ago
Juergen Hoeller 1cefeb2af0 Prevent NPE in AbstractApplicationEventMulticaster's non-caching code path 10 years ago
Juergen Hoeller bc075c713f Polishing 10 years ago
Juergen Hoeller 6f2de283c4 Doc: base-packages can be comma/semicolon/space/tab/linefeed-separated 10 years ago
Juergen Hoeller 0919a15f91 Spring's JMX support can rely on native MXBean detection on Java 6+ 10 years ago
Juergen Hoeller d4a5059097 AnnotationJmxAttributeSource uses AnnotationUtils for consistent meta-annotation handling and diagnostics 10 years ago
Stephane Nicoll cae217de94 Handle scoped proxy properly in MBeanExporter 10 years ago
Juergen Hoeller 809ee0d350 Annotation post-processors clear old InjectionMetadata registrations on refresh 10 years ago
Juergen Hoeller ad71c6a91c AbstractApplicationEventMulticaster populates ListenerRetriever cache in fully synchronized fashion 10 years ago
Juergen Hoeller b30843aee0 AbstractFallbackTransactionAttributeSource's DefaultCacheKey takes targetClass into account (again) 10 years ago
Stephane Nicoll 67f184293b Improve performance of generateKey 10 years ago
Juergen Hoeller bb1d1e916e Polishing 10 years ago
Juergen Hoeller 03d4e1bc22 Consistent bridge method handling in annotation post-processors 10 years ago
Stephane Nicoll c1f1cac359 Remove DisposableBeanMethodInterceptor 10 years ago
Juergen Hoeller c85686ac78 Polishing 10 years ago
Juergen Hoeller fa0ef2d87e BeanFactory accepts getBean arguments for non-prototype beans as well 10 years ago
Juergen Hoeller c5c5473d44 Common annotation processing for imported and nested classes within configuration classes 10 years ago
Sebastien Deleuze f39c505069 Remove a Groovy test already covered by testConfigFileParsingError() 10 years ago
Juergen Hoeller 5e3edc667e Support @Validated at method level for overriding validation groups 10 years ago
Juergen Hoeller afc77ff525 AnnotationBeanPostProcessors defensively catch and translate NoClassDefFoundErrors from class introspection 10 years ago
Juergen Hoeller b4167be52d GroovyBeanDefinitionReader consistently throws BeanDefinitionParsingException for invalid files of any name 10 years ago
Juergen Hoeller 4bd75e4146 BeanMethodInterceptor forwards user-provided arguments to getBean(name, args) 10 years ago
Juergen Hoeller 6a96850aa7 Polishing 10 years ago
Juergen Hoeller 3c3e07e324 Defensive handling of manually registered singleton names (based on Spring Integration test failure) 10 years ago
Juergen Hoeller 0e36402bd2 Revised retrieval of cache strategy beans 10 years ago
Juergen Hoeller 65d163e604 Revised scheduling lifecycle integration 10 years ago
Juergen Hoeller 7d2231541b Unit tests for java.util.Optional with autowired collections on @Autowired fields/methods and @Bean method parameters 10 years ago
Stephane Nicoll 5aefcc802e Prevent early bean initialization with @EnableCaching 10 years ago
Juergen Hoeller 5f160c17cd MBeanExporter logs lazy bean retrieval exceptions on the server at warn level 10 years ago
Juergen Hoeller 1146d5ba1d Polishing 10 years ago
Juergen Hoeller c7a93a80d4 Configuration class parsing reuses metadata from AnnotatedBeanDefinition as far as possible 10 years ago
Juergen Hoeller 725ad0df50 SimpleMetadataReaderFactory is capable of resolving inner class names with dot syntax now (analogous to ClassUtils.forName) 10 years ago
Sang Gi Ryu d62522982f Performance improvement 10 years ago
Sam Brannen 4412bc68aa Polish Javadoc 10 years ago
Juergen Hoeller 2956049c30 Polishing 10 years ago
Juergen Hoeller a2731f1a4f Revised test for ImportBeanDefinitionRegistrar double scan 10 years ago
Juergen Hoeller 38030ef237 Test for ImportBeanDefinitionRegistrar double scan 10 years ago
Juergen Hoeller ad62b2afb1 Consistent throwing of BeanInstantiationException for factory methods, including a hint about circular references 10 years ago
Juergen Hoeller 8325b10080 Consistent formatting of license headers, package javadocs, and import declarations 10 years ago
Juergen Hoeller 77a62ec8b8 Polishing 10 years ago
Juergen Hoeller 01724d3b6d Explicitly detect (and prevent) private @Scheduled methods on CGLIB proxies 10 years ago
Juergen Hoeller 70fec47944 Provider declaration for @Value method argument works again 10 years ago
Juergen Hoeller 05c995cfb3 DecoratingClassLoader and its subclasses register themselves as parallel capable on Java 7+ 10 years ago
Juergen Hoeller 3a3c52dbdd Polishing 10 years ago
Juergen Hoeller 7f9baa3a09 Polishing 10 years ago
Phillip Webb 3827e048d1 Protect against NPE when escaping LiveBeansView 10 years ago