853 Commits (a22dd68646af195c246f85b8e49dc3b4fea91008)

Author SHA1 Message Date
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
Juergen Hoeller ac7e27b785 Polishing 11 years ago
Juergen Hoeller 48b9e9a203 Spring uses Joda-Time 2.0's specific parseLocalDate/parseLocalTime/parseLocalDateTime methods now 11 years ago
Juergen Hoeller 0fe49629c0 AbstractApplicationContext's ApplicationListenerDetector removes listeners from ApplicationEventMulticaster on individual destruction 11 years ago
Juergen Hoeller bfa30913fb Polishing 11 years ago
Phillip Webb 78c10cd242 Polish BeanMethodPolymorphismTests 11 years ago
Juergen Hoeller 671fad3cb5 Added further tests for raw matching of generic types 11 years ago
Juergen Hoeller 4675bc4e0c Cache InjectionMetadata per bean name instead of per Class, if possible 11 years ago
Juergen Hoeller 393cfcff40 Cache InjectionMetadata per bean name instead of per Class 11 years ago
Juergen Hoeller 6d80da2e31 Polishing 11 years ago