Commit Graph

32657 Commits

Author SHA1 Message Date
Keith Donald
563ef683f9 polish 2009-09-17 21:27:57 +00:00
Keith Donald
e9d53cb2e8 ignore failing test for now while revising converter system 2009-09-17 21:11:52 +00:00
Keith Donald
1d9607b465 javadoc 2009-09-17 21:03:19 +00:00
Keith Donald
e26163505a added sf4j logging to run tests in eclipse 2009-09-17 20:25:34 +00:00
Keith Donald
d848d21f09 polish 2009-09-17 20:16:26 +00:00
Keith Donald
e153a1a968 tidying string to char conversion 2009-09-17 20:05:38 +00:00
Keith Donald
5c3e71d494 polish 2009-09-17 19:56:19 +00:00
Keith Donald
3ef485bbbe polish 2009-09-17 19:53:17 +00:00
Keith Donald
31441627de updated formatter conversion service adapter to work with type descriptor 2009-09-17 19:48:55 +00:00
Keith Donald
39c1ab923f tidying 2009-09-17 19:24:35 +00:00
Keith Donald
33c19b8b14 Converter system implementation cleanup and tidying; wip 2009-09-17 19:24:07 +00:00
Thomas Risberg
10c30f0315 modified createRelative according to David Ward's suggestion for JBSPRING-4 (SPR-5120) 2009-09-17 15:58:25 +00:00
Juergen Hoeller
ad4f50a0d4 removed outdated reflection code 2009-09-17 15:24:24 +00:00
Juergen Hoeller
9ef1d2b1ad adapted to Converter signature change 2009-09-17 15:20:04 +00:00
Juergen Hoeller
6f2642f2d3 consistently use varargs signature 2009-09-17 10:24:56 +00:00
Juergen Hoeller
87e939a4e9 adapted to Converter signature change 2009-09-17 10:24:08 +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
8bf1ee5e7c polish 2009-09-16 19:25:07 +00:00
Keith Donald
1c6965132f convert polishing: removed checked exception from Converter interface to support direct use, added Converter to each implementation for consistency 2009-09-16 19:24:56 +00:00
Keith Donald
881c3ed6fa Mapper and SpelMapper 2009-09-16 15:40:11 +00:00
Sam Brannen
a7ab109ab7 TestNG 5.10 2009-09-16 11:15:37 +00:00
Rob Harrop
01fb1825f5 [SPR-6063] fixed issue with inconsistent views of PropertyDescriptors 2009-09-16 09:53:14 +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
2a0d68cb5c restored getMostSpecificMethod's traversal of the inheritance hierarchy 2009-09-15 22:31:08 +00:00
Juergen Hoeller
fd81aa205d protected @Autowired method can be overridden with non-annotated method to suppress injection; private @Autowired methods with same signature will be called individually across a hierarchy (SPR-6112) 2009-09-15 15:52:13 +00:00
Juergen Hoeller
fa2bb722f0 initial JSR-330 injection support 2009-09-15 14:12:16 +00:00
Juergen Hoeller
ad1269622b @Scope annotations not sufficient for scanning anymore 2009-09-15 12:36:45 +00:00
Juergen Hoeller
e1a3e44485 initial JSR-330 injection support 2009-09-15 12:00:55 +00:00
Arjen Poutsma
429d78b902 javadoc. 2009-09-15 11:02:44 +00:00
Juergen Hoeller
34357d2b1f revised DefaultBindingErrorProcessor to use direct getPropertyName() and getValue() calls on PropertyAccessException itself (SPR-6111) 2009-09-15 10:51:50 +00:00
Arjen Poutsma
9f19e5e73b Polish 2009-09-15 09:17:10 +00:00
Keith Donald
5fa7347641 polish 2009-09-14 23:18:31 +00:00
Keith Donald
0d6b9f1241 polish 2009-09-14 23:17:03 +00:00
Juergen Hoeller
ca928944db marked Derby dependency as optional (SPR-6109) 2009-09-14 23:08:32 +00:00
Keith Donald
0d7f4117ab polish 2009-09-14 22:51:22 +00:00
Keith Donald
c0d2c6fed4 polish 2009-09-14 22:43:44 +00:00
Keith Donald
af1c507f93 polish 2009-09-14 22:40:44 +00:00
Keith Donald
9e9f9df041 polish 2009-09-14 22:25:55 +00:00
Keith Donald
df7a4dba3a polish 2009-09-14 22:00:54 +00:00
Keith Donald
5c525e546c polish 2009-09-14 21:59:12 +00:00
Keith Donald
90697e884d polish 2009-09-14 21:32:13 +00:00
Keith Donald
d5ed42e860 spring 3 validation docs; jsr303 integration 2009-09-14 20:54:46 +00:00
Rob Harrop
90652bf8ae [SPR-5727] CronTriggerBean supports start delay 2009-09-14 15:53:05 +00:00
Rob Harrop
320f08ac79 [SPR-6017] a few more tweaks to how getLocalName is handled 2009-09-14 15:00:37 +00:00
Juergen Hoeller
bb70c9a4c4 @RequestParam and co support placeholders and expressions in their defaultValue attributes (SPR-5922); @Value expressions supported as MVC handler method arguments as well (against request scope) 2009-09-14 10:48:15 +00:00
Rob Harrop
7835e66abb [SPR-6017] a few more tweaks to how getLocalName is handled 2009-09-14 10:43:04 +00:00
Arjen Poutsma
ee0a59d464 Test -> Tests 2009-09-14 10:24:42 +00:00
Rob Harrop
7d37c92e4f [SPR-6017] a few more tweaks to the BeanDefinitionParserDelegate public contract 2009-09-14 10:02:15 +00:00
Juergen Hoeller
582c092f0e revised use of generic provider class for Eclipse compile compatibility 2009-09-13 21:27:03 +00:00
Sam Brannen
f1bfcf0d25 [SPR-6104] @TestExecutionListeners now supports a 'listeners' alias for its existing 'value' attribute. 2009-09-13 13:55:34 +00:00