628 Commits (9c8f7d9246f35c1a2cea543d4aa16e21b9e5efcd)

Author SHA1 Message Date
Juergen Hoeller 6a5a3c97ed Introduced OptionalValidatorFactoryBean for scenarios where the JSR-303 API is present but no Bean Validation Provider is available (used by the MVC namespace) 11 years ago
Juergen Hoeller 8d1e55d101 Avoid hard reference to LocalValidatorFactoryBean in <mvc:annotation-driven> parser 11 years ago
Juergen Hoeller f0d21510f5 Polishing 11 years ago
Juergen Hoeller 5e00113c65 Added extensive default converters for JSR-310 value types 11 years ago
Sam Brannen 710fdc73f1 Polish Javadoc for Groovy bean support classes 11 years ago
Juergen Hoeller a884cde18c Upgraded to JCache 1.0 RC1 11 years ago
Juergen Hoeller b1460742c3 InjectionMetadata caching per bean name needs to refresh when bean class changes 11 years ago
Juergen Hoeller bfba53f958 Fixed handling of primitive vararg array in CacheOperationContext 11 years ago
Juergen Hoeller 67abeb4722 SpEL performs String->String type conversion even within concatenated String 11 years ago
Juergen Hoeller 23546b1234 Moved AnnotationBeanNameGenerator's String value check right before cast 11 years ago
Juergen Hoeller 105e176a80 Fixed @Bean meta-annotation detection when using ASM 11 years ago
Juergen Hoeller 61a3d04e91 Set scoped proxy role to same role as target definition 11 years ago
Juergen Hoeller e2f85fc1d0 Defensively detect non-empty String fields in @Scheduled 11 years ago
Juergen Hoeller b6970d3504 Removed obsolete JBoss 5.x support code from JBossLoadTimeWeaver 11 years ago
Sam Brannen 9eb58b9596 Polish Javadoc for ScopedProxyMode 11 years ago
Juergen Hoeller 21f680c861 Deprecated DefaultKeyGenerator 11 years ago
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