Chris Beams
|
1284bd585f
|
+ JavaDoc updates
+ added objectweb.asm back to .classpath to satisfy transitive need from groovy tests
+ package.html -> package-info.java
|
2009-03-23 05:28:58 +00:00 |
|
Chris Beams
|
cd50e45645
|
+ Moving .config.java module -> .context
|
2009-03-23 04:48:04 +00:00 |
|
Chris Beams
|
3ae3de19a9
|
+ 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)
+ Finished support for @Import, including detection of circular imports
|
2009-03-21 19:00:57 +00:00 |
|
Mark Pollack
|
13dfa11def
|
Add support for @ScopedProxy for factory beans using the @FactoryBean annotation within a @Component
Add missing unit tests
|
2009-03-13 18:14:40 +00:00 |
|
Mark Pollack
|
fc9c3009fe
|
Initial cut of feature to create factory beans using the @FactoryBean annotation within a @Component
|
2009-03-07 07:42:25 +00:00 |
|
Chris Beams
|
faffd98621
|
Javadoc polish & pruning dead code
|
2009-03-07 05:49:12 +00:00 |
|
Chris Beams
|
3231f458c8
|
+ Added 'proxyMode' attribute to @Scope annotation
+ Eliminated @ScopedProxy in favor of @Scope(proxyMode=NO|INTERFACES|TARGET_CLASS)
|
2009-03-07 04:54:31 +00:00 |
|
Chris Beams
|
9735c8024c
|
@Scope is now allowed on methods (for use in conjunction with @Bean)
|
2009-03-07 03:37:10 +00:00 |
|
Juergen Hoeller
|
160249c012
|
generified FactoryBeans and further Java 5 code style updates
|
2009-02-25 00:34:22 +00:00 |
|
Juergen Hoeller
|
882c195221
|
polishing
|
2009-02-24 00:27:36 +00:00 |
|
Juergen Hoeller
|
d3d0111439
|
polishing
|
2009-02-18 23:51:03 +00:00 |
|
Juergen Hoeller
|
43caa57296
|
optimized OrderComparator usage
|
2009-02-17 18:19:57 +00:00 |
|
Juergen Hoeller
|
57874a6050
|
SmartApplicationListener interface supports source type checking; SimpleApplicationEventMulticaster caches information about event/source matches
|
2009-02-17 17:46:14 +00:00 |
|
Juergen Hoeller
|
5a09a2d642
|
polishing
|
2009-02-16 01:43:49 +00:00 |
|
Juergen Hoeller
|
d56419dad9
|
default post-processors use their default component order now
|
2009-02-16 01:43:24 +00:00 |
|
Juergen Hoeller
|
08dd18df58
|
revised expression parser API design
|
2009-02-12 23:03:58 +00:00 |
|
Juergen Hoeller
|
f4b466dfdd
|
made SpringBeanAutowiringInterceptor callback signature compatible with WebSphere
|
2009-02-12 18:05:37 +00:00 |
|
Juergen Hoeller
|
ac104d4da0
|
polishing
|
2009-02-12 17:41:46 +00:00 |
|
Juergen Hoeller
|
777a104d48
|
added @Async annotation, AsyncExecutionInterceptor, AsyncAnnotationAdvisor
|
2009-02-10 11:24:05 +00:00 |
|
Juergen Hoeller
|
60392d6e74
|
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
|
2009-02-09 18:26:30 +00:00 |
|
Juergen Hoeller
|
7e4fb09369
|
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
|
2009-02-05 22:45:35 +00:00 |
|
Juergen Hoeller
|
6cdc25d66a
|
all "taskExecutor" bean properties now accept any "java.util.concurrent.Executor"
|
2009-02-05 21:18:10 +00:00 |
|
Juergen Hoeller
|
92588cddc6
|
Java 5 code style
|
2009-02-05 21:04:13 +00:00 |
|
Juergen Hoeller
|
e7c5a28586
|
polishing
|
2009-01-25 23:29:45 +00:00 |
|
Arjen Poutsma
|
ad2cc34b79
|
SPR-2581: Provide out of the box implementation of the thread scope
|
2009-01-22 15:41:29 +00:00 |
|
Chris Beams
|
579280d7bf
|
Whitespace polishing: leading spaces->tabs; updated eclipse configuration to default to leading tabs for all bundles
|
2008-12-18 14:50:25 +00:00 |
|
Juergen Hoeller
|
4f40a6c313
|
fixed javadoc errors
|
2008-11-28 13:56:30 +00:00 |
|
Juergen Hoeller
|
f8c690c542
|
Java 5 code style
|
2008-11-28 11:39:36 +00:00 |
|
Juergen Hoeller
|
85661c6882
|
Java 5 code style
|
2008-11-27 17:35:44 +00:00 |
|
Juergen Hoeller
|
b0790bf5e7
|
Java 5 code style
|
2008-11-27 00:27:52 +00:00 |
|
Juergen Hoeller
|
29657105da
|
Java 5 code style
|
2008-11-25 01:29:54 +00:00 |
|
Juergen Hoeller
|
22d3272117
|
updated for JRuby 1.1
|
2008-11-20 19:47:57 +00:00 |
|
Juergen Hoeller
|
05bebb0c05
|
completed value annotation support; Java 5 code style updates
|
2008-11-20 17:33:46 +00:00 |
|
Juergen Hoeller
|
347f34c68a
|
EL container integration; support for contextual objects; removal of deprecated Spring 2.0 functionality; Java 5 code style
|
2008-11-20 02:10:53 +00:00 |
|
Arjen Poutsma
|
6b62bd0876
|
Added XSDs and namespace handler files.
|
2008-10-29 00:44:36 +00:00 |
|
Arjen Poutsma
|
77ad22e338
|
Added @Override and @Deprecated annotations to context module
|
2008-10-27 23:45:57 +00:00 |
|
Arjen Poutsma
|
3b6f092219
|
Disabled JRuby for now, needs to be made 1.1 compliant
|
2008-10-23 13:48:19 +00:00 |
|
Arjen Poutsma
|
1b26e8f9c6
|
Removed commons atts support for JMX, made ModelMap generic
|
2008-10-23 10:35:03 +00:00 |
|
Arjen Poutsma
|
edf0d8ebbe
|
Initial version of context module
|
2008-10-23 10:19:23 +00:00 |
|
Arjen Poutsma
|
99a441fe31
|
Added more modules
|
2008-10-21 08:04:24 +00:00 |
|