99 Commits (7f82764cb29486ee4fb0f59362d63d6d6b755ea2)

Author SHA1 Message Date
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 65f0eb6db2 updated compile and test dependencies 17 years ago
Juergen Hoeller d6438bf151 added Commons DBCP as test dependency 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 1d82467565 SimpleAliasRegistry's "getAliases" method returns transitive aliases now; @Qualifier value matching takes chained aliases of target beans into account as well 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 0e27639083 refined OSGi version constraints for "javax.annotation" and "junit.framework" 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 699b370990 registered plain singletons will be fully matched according to their qualifiers; "systemProperties" bean is not considered a default match for type Properties anymore (SPR-5355) 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 b62e6238d1 Fixed usage of wrong TestBean package. 17 years ago
Arjen Poutsma a768f11634 SPR-2581: Provide out of the box implementation of the thread scope 17 years ago
Arjen Poutsma df70cd2c62 javadoc 17 years ago
Arjen Poutsma f7f9621083 SPR-3360: util:property-path like functionality for the p-namespace 17 years ago
Chris Beams ba7ed6af44 moved XmlBeanFactoryTests and attendant XML from .testsuite -> .context 17 years ago
Chris Beams 3d884b2342 refactored .context module's .beans.factory and .context.access tests in preparation for moving .beans.factory.xml tests from .testsuite -> .context 17 years ago
Chris Beams f29d1d5048 moved ApplicationContext-dependent .beans.factory.xml.* tests from .testsuite -> .context 17 years ago
Chris Beams 694d409eb4 moved ApplicationContext-dependent .aop.* unit tests from .testsuite -> .context 17 years ago
Chris Beams 059906452e + refactoring .testsuite .aop.aspectj tests in preparation for migration to .context 17 years ago
Chris Beams 7616a00e41 moving .aop.aspectj.* unit tests from .testsuite -> .context 17 years ago
Chris Beams e1965dea0f eliminated svn:externals in favor of localized copies of shared artifacts 17 years ago
Juergen Hoeller 4049170b79 updated dependencies 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
Chris Beams 2455ed7977 moving unit tests from .testsuite -> .core, .beans, .web, .web.portlet, .web.servlet 17 years ago
Chris Beams 761b389ad8 moving .test.* unit tests from .testsuite -> .test 17 years ago
Chris Beams dc2a4d0cd8 moving .scripting.* unit tests from .testsuite -> .context 17 years ago
Chris Beams 4595713e00 moving remoting.*, scheduling.* unit tests from .testsuite -> .context, .web 17 years ago
Chris Beams f01b92fb17 moving .jndi, .mail and .mock.web unit tests from .testsuite to .context, .context.support, and .test bundles respectively 17 years ago
Chris Beams 81ad606570 moving jmx.* unit tests from .testsuite -> .context 17 years ago
Chris Beams a3e4d66bb1 moving instrument.classloading.* unit tests from .testsuite -> .context 17 years ago
Chris Beams 3fcf5fe7f0 finished moving .ejb.* unit tests from .testsuite -> .context 17 years ago
Chris Beams bdd36aa36a moving .ejb.access unit tests from .testsuite -> .context 17 years ago
Chris Beams 73c1bbfeb8 moving unit tests from .testsuite -> .context 17 years ago