Commit Graph

431 Commits

Author SHA1 Message Date
Keith Donald
acf574c3e3 added conversion service performance optimizations; added mapping cyclical ref handling; removed ConverterInfo in favor of specifying S and T at registration time if necessary 2009-10-07 16:54:36 +00:00
Keith Donald
0437305669 nested revision 2009-10-06 21:40:59 +00:00
Keith Donald
0f5074db2b spel mapping, polish 2009-10-06 21:31:49 +00:00
Keith Donald
0a843e60a6 recursive mapping support 2009-10-05 20:28:10 +00:00
Chris Beams
fd8935ba0b SPR-5682:
* polishing for ConfigurationClassApplicationContext & tests
* added ConfigurationClassWebApplicationContext & tests
* next: refactoring out duplications between ConfigurationClassApplicationContext & ConfigurationClassWebApplicationContext
2009-10-05 05:27:30 +00:00
Chris Beams
772a74a636 SPR-5682: fixing test breakage on CI server due to strange non-determinism in the order of bean names being returned in the key set of the map of beans matching the required type. 2009-10-05 03:29:20 +00:00
Chris Beams
a48234cf5f SPR-5682: Initial support for ConfigurationClassApplicationContext 2009-10-05 00:35:17 +00:00
Keith Donald
e7c8f1ef8b SPR-6179, additional mapper test cases 2009-10-04 04:13:27 +00:00
Keith Donald
341835a142 mapper initial commit 2009-10-02 16:28:53 +00:00
Juergen Hoeller
a59d205b36 removed 3.1 feature classes 2009-09-24 22:53:17 +00:00
Juergen Hoeller
2781b876d2 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax 2009-09-24 22:51:38 +00:00
Juergen Hoeller
e2093a8414 fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981) 2009-09-24 14:59:26 +00:00
Juergen Hoeller
d4c16e91df SPR-6094: PostConstruct now processed top-down (base class first); @PreDestroy processed bottom-up (subclass first) 2009-09-23 20:53:21 +00:00
Mark Fisher
dedecf7ae9 SPR-6142 Moved ErrorHandler strategy interface to the org.springframework.util package so that it can be used by MessageListener containers in addition to TaskSchedulers. 2009-09-23 00:44:58 +00:00
Keith Donald
33c19b8b14 Converter system implementation cleanup and tidying; wip 2009-09-17 19:24:07 +00:00
Juergen Hoeller
160521074b avoid caching for expression results even when specified as TypedStringValue (SPR-6115) 2009-09-17 10:04:36 +00:00
Keith Donald
881c3ed6fa Mapper and SpelMapper 2009-09-16 15:40:11 +00:00
Rob Harrop
aa08c11976 [SPR-5859] @ManagedOperation can now be used on getters/setters 2009-09-16 09:25:48 +00:00
Juergen Hoeller
e1a3e44485 initial JSR-330 injection support 2009-09-15 12:00:55 +00:00
Rob Harrop
8f6a42bf64 [SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed 2009-09-08 21:37:02 +00:00
Juergen Hoeller
209f43bee7 BeanFactory supports ObjectFactory as a dependency type for @Autowired and @Value (SPR-6079) 2009-09-08 20:55:00 +00:00
Juergen Hoeller
70038bcf3c fixed format tests 2009-09-08 00:15:09 +00:00
Juergen Hoeller
a86a698e5b initial JSR-303 Bean Validation support; revised ConversionService and FormatterRegistry 2009-09-07 23:58:42 +00:00
Juergen Hoeller
904c2358cd adapted to changes in non-lenient mode 2009-08-27 10:45:46 +00:00
Juergen Hoeller
e0bb838259 MBeanServerFactoryBean returns JDK 1.5 platform MBeanServer for agent id "" (SPR-5909) 2009-08-26 13:42:28 +00:00
Juergen Hoeller
04b619ebfb fixed accidental test failures 2009-08-24 13:48:21 +00:00
Juergen Hoeller
fee838a65e support for default "conversionService" bean in an ApplicationContext; revised formatting package, now integrated with DataBinder and AnnotationMethodHandlerAdapter; revised AccessControlContext access from BeanFactory 2009-08-24 13:30:42 +00:00
Keith Donald
641407cb4d missing field test case 2009-08-20 03:51:20 +00:00
Keith Donald
78304c0ccf core context.message, context.alert, model.binder modules; includes SpEL-based GenericBinder implementation 2009-08-20 03:40:23 +00:00
Keith Donald
2bd664f7ee removed framework specific annotation in favor of user-defined for now 2009-08-19 15:02:50 +00:00
Keith Donald
704cc79cee polish 2009-08-19 14:43:20 +00:00
Keith Donald
20f5f99e9a SPR-6013, SPR-6014, SPR-6015 tests 2009-08-17 23:13:29 +00:00
Keith Donald
2381452e9a SPR-6012, SPR-6013, SPR-6014 initial commit 2009-08-17 18:35:04 +00:00
Keith Donald
00f90cd816 pruned presentation model system from trunk to move to dev branch as its a 3.1 feature now 2009-08-05 15:25:54 +00:00
Mark Fisher
4afcddcbc7 added PeriodicTrigger implementation 2009-08-04 15:58:54 +00:00
Mark Fisher
50956e0d37 added tests for ThreadPoolTaskScheduler 2009-08-01 03:12:19 +00:00
Juergen Hoeller
17dfc8b0fc fixed constructor resolution algorithm to trigger ambiguity exception as late as possible 2009-07-29 16:43:12 +00:00
Juergen Hoeller
3cb073abce revised non-lenient resolution 2009-07-28 14:43:37 +00:00
Keith Donald
f0ca94d5f3 new presentation model methods; ability to surpress commit of dirty value in PMB 2009-07-27 21:49:09 +00:00
Juergen Hoeller
1eabe2b441 lenientConstructorResolution flag applies to factory methods as well 2009-07-27 14:09:42 +00:00
Mark Fisher
88a68042ba Initial import of GenericBinder. 2009-07-27 01:05:46 +00:00
Keith Donald
a66aa8c320 added bind template / field binder 2009-07-26 20:23:51 +00:00
Keith Donald
16b06306e0 presentation model binder tests 2009-07-25 17:40:42 +00:00
Keith Donald
edd7bb8d03 collapsed into support 2009-07-25 04:42:58 +00:00
Keith Donald
990d446c84 polish 2009-07-25 04:40:31 +00:00
Keith Donald
4a1d51f082 updated test package structure 2009-07-25 04:21:44 +00:00
Keith Donald
de5528840d presentation model binder 2009-07-24 23:20:49 +00:00
Keith Donald
a6cd69dc7c polish 2009-07-24 19:17:47 +00:00
Keith Donald
5cb5169237 Refactored class naming to capture ui.binding system as a general PresentationModel framework; PresentationModel and FieldModel are the key API elements now 2009-07-24 15:50:37 +00:00
Juergen Hoeller
c7b019cd5c @Required does not get processed on beans returned by @Bean factory methods (SPR-5744) 2009-07-24 13:29:28 +00:00