290 Commits (df3a7205294ac01901df9727eba35499e7a1e703)

Author SHA1 Message Date
Chris Beams 34116c57f9 + JavaDoc updates 17 years ago
Chris Beams 868ca2bb4a + Moving .config.java module -> .context 17 years ago
Chris Beams 7f82764cb2 + Updated all projects to use the re-introduced org.springframework.asm instead of org.objectweb.asm (.java, template.mf, ivy.xml, and .classpath files have been updated) 17 years ago
Mark Pollack 1748a09613 Add support for @ScopedProxy for factory beans using the @FactoryBean annotation within a @Component 17 years ago
Mark Pollack 3f024d2f4b Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component 17 years ago
Chris Beams 1832156349 Javadoc polish & pruning dead code 17 years ago
Chris Beams bb86f785be + Added 'proxyMode' attribute to @Scope annotation 17 years ago
Chris Beams 873723313c @Scope is now allowed on methods (for use in conjunction with @Bean) 17 years ago
Juergen Hoeller f6c70c07c5 generified FactoryBeans and further Java 5 code style updates 17 years ago
Juergen Hoeller 5b1320432b polishing 17 years ago
Juergen Hoeller 18e805eac2 polishing 17 years ago
Juergen Hoeller 5fa3d7ae48 optimized OrderComparator usage 17 years ago
Juergen Hoeller 6ad7cabd2c SmartApplicationListener interface supports source type checking; SimpleApplicationEventMulticaster caches information about event/source matches 17 years ago
Juergen Hoeller b9f25bc30b polishing 17 years ago
Juergen Hoeller c6b1150adc default post-processors use their default component order now 17 years ago
Juergen Hoeller 793bf07941 revised expression parser API design 17 years ago
Juergen Hoeller 0f0f2d37ba made SpringBeanAutowiringInterceptor callback signature compatible with WebSphere 17 years ago
Juergen Hoeller 45632781a2 polishing 17 years ago
Juergen Hoeller 3e9e9e2267 added @Async annotation, AsyncExecutionInterceptor, AsyncAnnotationAdvisor 17 years ago
Juergen Hoeller 47f3b9881b ApplicationListener beans get obtained on demand, supporting non-singletons as well; ApplicationListeners will be called in the order according to the Ordered contract; generified ApplicationListener interface 17 years ago
Juergen Hoeller a3a4171c41 added "Future submit(Runnable)" and "Future submit(Callable)" to AsyncTaskExecutor; SchedulingTaskExecutor interface extends AsyncTaskExecutor; added ExecutorServiceAdapter class as a standard wrapper for a Spring TaskExecutor; added ThreadPoolExecutorFactoryBean; reduced backport-concurrent support to TaskExecutor adapters 17 years ago
Juergen Hoeller 4050980b80 all "taskExecutor" bean properties now accept any "java.util.concurrent.Executor" 17 years ago
Juergen Hoeller d4888bfebe Java 5 code style 17 years ago
Juergen Hoeller cb13c1c042 polishing 17 years ago
Arjen Poutsma a768f11634 SPR-2581: Provide out of the box implementation of the thread scope 17 years ago
Chris Beams 2796c55974 Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles 17 years ago
Juergen Hoeller e016a80f63 fixed javadoc errors 17 years ago
Juergen Hoeller 5c2a9bf250 Java 5 code style 17 years ago
Juergen Hoeller e4ce547934 Java 5 code style 17 years ago
Juergen Hoeller a0dfb69aaa Java 5 code style 17 years ago
Juergen Hoeller 0b0163e026 Java 5 code style 17 years ago
Juergen Hoeller 16e9cf7618 updated for JRuby 1.1 17 years ago
Juergen Hoeller e6f75f212d completed value annotation support; Java 5 code style updates 17 years ago
Juergen Hoeller a5253bec7f EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style 17 years ago
Arjen Poutsma 70caa15c13 Added XSDs and namespace handler files. 17 years ago
Arjen Poutsma 96e1cbf91b Added @Override and @Deprecated annotations to context module 18 years ago
Arjen Poutsma e39d83d2b2 Disabled JRuby for now, needs to be made 1.1 compliant 18 years ago
Arjen Poutsma 98a4ba4b73 Removed commons atts support for JMX, made ModelMap generic 18 years ago
Arjen Poutsma 0803d7d0e2 Initial version of context module 18 years ago
Arjen Poutsma 3a853157df Added more modules 18 years ago