854 Commits (d7c4db1b49994b9d71a8adae2bc3caf8070669fe)

Author SHA1 Message Date
Juergen Hoeller 2a140addfd added EmbeddedValueResolver support to FormattingConversionServiceFactoryBean (SPR-7087) 15 years ago
Juergen Hoeller 65622bd546 revised DefaultLifecycleProcessor's handling of circular dependencies to avoid stack overflow (SPR-7266) 15 years ago
Juergen Hoeller 392accd910 introduced EmbeddedValueResolverAware callback interface for convenient placeholder resolution 15 years ago
Juergen Hoeller 8446fd1b26 added assertions for correct postProcess invocation order 15 years ago
Juergen Hoeller 5f9b2db90b turn NotReadablePropertyException into JSR-303 oriented IllegalStateException 15 years ago
Juergen Hoeller d684e49462 added "expose-proxy" attribute to aop namespace (enforcing AopContext proxy exposure with CGLIB; SPR-7261) 15 years ago
Juergen Hoeller 5b420e20c7 revised TaskScheduler javadoc (SPR-7253) 15 years ago
Chris Beams 0dc29cb2d3 Added a test to prove that @Qualifier works in conjunction with @Bean methods after some confusion by users that it may not. 15 years ago
Juergen Hoeller dea5918d66 CronTrigger defensively protects itself against accidental re-fires if a task runs too early (SPR-7004) 15 years ago
David Syer b4af04ba9d SPR-7239: fix CronTrigger 15 years ago
Juergen Hoeller 1532119787 ConversionService is able to apply Converters to interface-based array elements (SPR-7150); a context ConversionService is able to override an ApplicationContext's resource editors (SPR-7079) 15 years ago
Juergen Hoeller b90fa49ebc polishing 15 years ago
Juergen Hoeller bca067abb2 ScheduledTaskRegistrar (as used for @Scheduled processing) properly shuts down its default executor (SPR-6901) 15 years ago
Juergen Hoeller 6fe5871e91 check for "org.joda.time.LocalDate" in order to catch JodaTime 1.3 and higher only (SPR-7222) 15 years ago
Juergen Hoeller 469e30b507 refined LifecycleProcessor exception handling, properly wrapping a start exception from a bean (SPR-7106) 15 years ago
Juergen Hoeller 2c2df7f555 consistent postProcessBeanFactory treatment for BeanDefinitionRegistryPostProcessors (SPR-7167) 15 years ago
Juergen Hoeller 2ad2022058 revised BeanWrapper's exception wrapping to consistently handle ConversionExceptions (SPR-7177) 15 years ago
Chris Beams 57a503b274 BeanDefinitionRegistryPostProcessors' postProcessBeanDefinitionRegistry() method now gets called before postProcessBeanFactory() (SPR-7167) 15 years ago
Juergen Hoeller 738d84f75c filter for duplicate listeners in "getApplicationListeners()" as well (SPR-7204) 15 years ago
Juergen Hoeller 68055ba4c9 AsyncAnnotationBeanPostProcessor consistently adds @Async processing as first Advisor in the chain (SPR-7147) 15 years ago
Juergen Hoeller 59d2d35f4a polishing 15 years ago
Juergen Hoeller 103c1aa82f exclude abstract lazy-init beans from MBean exposure as well (SPR-6784) 15 years ago
Costin Leau 159f98728e SPR-7137 15 years ago
Juergen Hoeller 4cab4a7545 introspect decorated definition for getType calls as well (SPR-7006) 15 years ago
Keith Donald a71514222a preserving desc context for collection/map elements 15 years ago
Keith Donald ebbf63f4e0 polish 15 years ago
Keith Donald e6018afe8b restored resource conversion test 15 years ago
Keith Donald b9aeba23ef fixed failing test 15 years ago
Keith Donald 64d6a42dfd improved conversion system logging, collection converter simplification/polish, several optimizations, annotation-driven formatting caching 15 years ago
David Syer eb7f8309e2 Update version in POMs to 3.0.3 15 years ago
Juergen Hoeller 7f90e3bcf7 enable JPATraversableResolver to introspect test domain classes 15 years ago
Juergen Hoeller 092241a632 fixed decorated BeanDefinition condition for early type checking in AbstractBeanFactory (SPR-7006) 15 years ago
Juergen Hoeller 282de41f06 AbstractInterceptorDrivenBeanDefinitionDecorator exposes decorated BeanDefinition for early type checking in AbstractBeanFactory (SPR-7006) 15 years ago
Juergen Hoeller 53b6e1c1b0 fixed DataBinder's conversion error handling for direct field access with ConversionService (SPR-6953) 15 years ago
Juergen Hoeller 2c2cf32b8a polishing 15 years ago
Juergen Hoeller 89755542da BeanPostProcessors are allowed to return a null bean value in the middle of the chain (SPR-6926) 15 years ago
Mark Fisher 0d8a020684 updated commons-pool version in .classpath to match ivy config 15 years ago
Mark Pollack 1e388a894e Change version of Hibernate Validator to 4.0.2 in pom.xml and eclipse .classpath to agree with version in ivy.xml 15 years ago
Juergen Hoeller 296aa96d71 AopUtils.getTargetClass(...) never returns null (SPR-7011) 15 years ago
Juergen Hoeller a2c3274b8e fixed double fixedField call for getFieldType (SPR-7019) 15 years ago
Sam Brannen 0543036ec9 FooConfig, Foo, Bar, and BarFactory are now public static classes in order to avoid a bug with JDT/Spring IDE where the classes cannot be found in the XML application context. 15 years ago
Juergen Hoeller 4c39f90466 made CronSequenceGenerator public (SPR-6920) 15 years ago
David Syer 8d7df01d73 RESOLVED - issue SPR-6955, SPR-6901 added DisposableBean to TaskExecutorFactoryBean 15 years ago
Juergen Hoeller 0444ab236a fixed TypeDescriptor toString for MethodParameter annotations (SPR-6924) 15 years ago
Juergen Hoeller 9ede9fe697 "conversionService" bean gets ignored if not of type ConversionService (SPR-6916) 15 years ago
Costin Leau 20a8039642 + improve template for spring-context so that the import-package is updated automatically 15 years ago
Chris Beams f25d2a9416 Removed hard-coded local path from .core/.classpath; removed duplicate asm entry in .context/.classpath 15 years ago
David Syer 1a351db6e0 Update Central POMs to 3.0.2 15 years ago
Juergen Hoeller 5063c6dd00 upgraded to Hibernate Validator 4.0.2 and Jackson 1.4.2 15 years ago
Costin Leau 8d0bb00188 + make use or property placeholders inside template.mf 15 years ago