Commit Graph

259 Commits

Author SHA1 Message Date
Keith Donald
cb54869726 collection to object 2009-09-21 05:30:54 +00:00
Keith Donald
67c02f6c35 generic converter revising 2009-09-21 05:14:14 +00:00
Keith Donald
fada151878 array to object 2009-09-18 23:15:33 +00:00
Keith Donald
d37c5aba94 polish 2009-09-18 23:06:29 +00:00
Keith Donald
48bc060a77 collection and array merged into one 2009-09-18 23:02:52 +00:00
Keith Donald
2ca694350e array to collection conversion 2009-09-18 22:18:41 +00:00
Keith Donald
25854bd764 polish 2009-09-18 21:07:53 +00:00
Keith Donald
b4fd51abd5 polish 2009-09-18 20:41:15 +00:00
Keith Donald
b2e3837956 polish 2009-09-18 20:28:36 +00:00
Keith Donald
f1f4bd9fb4 generic converter updates 2009-09-18 20:08:45 +00:00
Keith Donald
d3b43ebccb refined generic converter concept 2009-09-18 19:57:59 +00:00
Keith Donald
8e800f0322 map to map generic converter 2009-09-18 14:30:23 +00:00
Juergen Hoeller
7b42a12161 consistent loading of optional classes 2009-09-18 14:01:39 +00:00
Keith Donald
d29a894d57 javadoc 2009-09-17 21:32:31 +00:00
Keith Donald
563ef683f9 polish 2009-09-17 21:27:57 +00:00
Keith Donald
1d9607b465 javadoc 2009-09-17 21:03:19 +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
87e939a4e9 adapted to Converter signature change 2009-09-17 10:24:08 +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
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
Thomas Risberg
184f63f689 fixed component scanning for JBoss 5 VFS; applied revised vfs-fixes-3.patch; added ResourceHandlingUtils (SPR-5120) 2009-09-10 10:35:04 +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
Rob Harrop
f20c074ff4 reworked PropertyPlaceholderHelper 2009-09-08 19:09:12 +00:00
Rob Harrop
d16faafc4f [SPR-6025] support for recursive property placeholder replacement in system properties 2009-09-08 17:13:02 +00:00
Rob Harrop
3fe09d70cd [SPR-6025] added SystemPropertyUtilsTests 2009-09-08 16:29:43 +00:00
Rob Harrop
8357bcb050 [SPR-6025] PropertyPlaceholderUtils introduced 2009-09-08 16:24:38 +00:00
Juergen Hoeller
6651ff0c55 fixed formatter annotation lookup 2009-09-08 01:35:36 +00:00
Juergen Hoeller
6e95b2c311 polishing 2009-09-08 00:05: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
c5e49fc6dc refined PathMatchingResourcePatternResolver's treatment of non-readable directories (SPR-6086) 2009-09-07 12:44:59 +00:00
Rob Harrop
bfa4231c9d removed dependency on ServletException 2009-09-04 18:56:26 +00:00
Rob Harrop
aee3f14d3c removed unecessary dependency on ServletException 2009-09-04 18:46:55 +00:00
Rob Harrop
a03ca86372 [SPR-6057] test case to show that bug is already fixed 2009-09-03 16:18:22 +00:00
Thomas Risberg
d10be7443f Fixed JavaDoc for determineRootDir method (SPR-5340) 2009-09-02 20:03:12 +00:00
Arjen Poutsma
66a799552f SPR-2784: Support MultipartFile-array property 2009-08-28 09:15:19 +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
Juergen Hoeller
2d7c2d6fff revised wrapper type handling 2009-08-09 06:36:16 +00:00
Juergen Hoeller
45a0cadf8e revised core conversion package for BeanWrapper/BeanFactory integration 2009-08-09 00:46:49 +00:00
Juergen Hoeller
e9823b57b4 revised embedded database support 2009-08-08 20:37:47 +00:00
Costin Leau
af6275a56e + small fix to reflection util to avoid accessibility calls 2009-08-06 22:44:04 +00:00