410 Commits (a3a43448d102ef15fead5eeac91f4952350bc87c)

Author SHA1 Message Date
Juergen Hoeller aa6e6c1349 Polishing 11 years ago
Juergen Hoeller 106a973a4d Prevent early FactoryBean creation for type checking purposes when coming from a factory method on yet another bean (e.g. from a configuration class) 11 years ago
Juergen Hoeller 8d6d6be39a MBean registration happens in a fully synchronized fashion for consistent results 11 years ago
Juergen Hoeller 161819f141 Component scanning ignores attributes and meta-annotations on non-public annotations 11 years ago
Juergen Hoeller c5d797736b Added tests for custom qualifier annotations on scoped @Bean methods 11 years ago
Juergen Hoeller eb1b3c5a68 Use bean-creating factory's AutowireCandidateResolver even for dependencies in parent factory 11 years ago
Juergen Hoeller 4fe52d1953 Polishing 11 years ago
Juergen Hoeller 6d7ce439b1 Introduced GuavaCacheManager as an alternative to ConcurrentMapCacheManager 11 years ago
Juergen Hoeller 242ecdc448 Fixed inner bean name determination for multi-level nesting scenario, calculating a unique bean name as early as possible now (and for any kind of bean scope) 11 years ago
Juergen Hoeller 8580d2d19e Fixed detection of generic types and qualifier annotations on scoped-proxy factory methods 11 years ago
Sam Brannen 4957131a7b Delete sysout.println call from MBean*Tests 11 years ago
Juergen Hoeller edeb11c556 Polishing 11 years ago
Phillip Webb b1485420b6 Use port scanning for JMX tests 11 years ago
Juergen Hoeller 2a52decbbc Polishing (including removal of javadoc imports that show as package cycles in IntelliJ) 11 years ago
Juergen Hoeller eb8b5c435c Polishing 11 years ago
Juergen Hoeller 3e4b3cad6a Always preserve target class for configuration classes in case of auto-proxying 11 years ago
Juergen Hoeller 8958912c94 Extended testPrototypeCreationWithOverriddenAutowiredPropertiesIsFastEnough's deadline (since that test repeatedly failed on the CI server) 11 years ago
Juergen Hoeller ce917d5cbb Polishing around @EnableTransactionManagement 11 years ago
Juergen Hoeller e8dead247c @EnableTransactionManagement and co get detected on superclasses as well 11 years ago
Phillip Webb b0b40dade1 Detect cache hit with multiple @Cachables 11 years ago
Phillip Webb 043a41e382 Consistent whitespace after imports 11 years ago
Phillip Webb 15698860e1 General polish of new 4.0 classes 11 years ago
Phillip Webb a31ac882c5 Fix various javadoc warnings 11 years ago
Phillip Webb c5779e2ed6 Remove unused GlassFishLoadTimeWeaverTests 11 years ago
Juergen Hoeller ef3a3b03ce @EnableMBeanExport supports empty placeholders as well 11 years ago
Phillip Webb 59002f2456 Fix remaining compiler warnings 11 years ago
Juergen Hoeller f39bb02628 Polishing 11 years ago
Juergen Hoeller 519f78c3f5 Optimized ImportAware processing to avoid re-reading class files 11 years ago
Juergen Hoeller 009e362709 @EnableMBeanExport supports placeholders for its attributes now 11 years ago
Phillip Webb 7c3cdf82cc Try a different mbean port 11 years ago
Phillip Webb 639b2cb12e Increase performance test timeout 11 years ago
Juergen Hoeller 41cdbd292a Defensively handle non-retrievable ApplicationListener bean names 11 years ago
Juergen Hoeller 54571bf038 Introduced getBeanNamesForAnnotation method on ListableBeanFactory 11 years ago
Juergen Hoeller ddebda1121 Ignoring non-loadable annotations in SourceClass.getAnnotations() and therefore in the collectImports algorithm 11 years ago
Sam Brannen d67fe1db86 Polish spring-context 11 years ago
Juergen Hoeller e9a24da225 Added test for placeholder in alias definition 11 years ago
Juergen Hoeller 0aedd81ccc JndiObjectFactoryBean converts a "defaultObject" value to the expected type if necessary 11 years ago
Juergen Hoeller c5fcf19535 Perform setParent's Environment merging for ClassPathXmlApplicationContext etc constructors with parent argument as well 11 years ago
Juergen Hoeller 8f81a12236 Added actual overriding test to BeanMethodPolymorphismTests 11 years ago
Juergen Hoeller eed1a323d1 Polishing (along with SPR-10992) 11 years ago
Juergen Hoeller 935bd25b09 Revised @Bean processing rules 11 years ago
Juergen Hoeller 50d3f71923 Added get(key, type) method to Cache interface 11 years ago
Juergen Hoeller b093b84954 Use non-lenient constructor resolution mode for @Bean methods 11 years ago
Juergen Hoeller 49758a2a96 Added convenience classes for typical JSR-236 setup in a Java EE 7 environment 11 years ago
Juergen Hoeller 44dee37130 Added further author tags 11 years ago
Juergen Hoeller 7ed108e974 Avoid potential NPE in toString() 11 years ago
Juergen Hoeller 7b2ac6d194 LocaleContextHolder allows for independent setting of Locale and TimeZone 11 years ago
Juergen Hoeller 6e418fe43d QualifierAnnotationAutowireCandidateResolver matches regular bean name for FactoryBean dependency type as well 11 years ago
Juergen Hoeller b69ebe70a6 Consistent javadoc references to java.util.concurrent and javax.enterprise.concurrent 11 years ago
Juergen Hoeller f9584184ef Allow for specific instance-based match to override factory method signature match 11 years ago