308 Commits (e6c3227d2d1e95777941e0eed356f0ddff91a86c)

Author SHA1 Message Date
Keith Donald e6c3227d2d more generic converters 15 years ago
Keith Donald ed611be838 conversion utils helper for common code 15 years ago
Juergen Hoeller 871fc14fbb restored parent property to accept ConversionService instead of GenericConversionService 15 years ago
Keith Donald c693f216f1 Beefed up test suite 15 years ago
Keith Donald e9416db472 javadoc and final 15 years ago
Keith Donald 01e900c33a documented hooks 15 years ago
Keith Donald a6e28f4eb5 polish 15 years ago
Keith Donald 6ce33dba75 getConverter calls now throw exception and query parent 15 years ago
Mark Pollack 4f94f45ec4 pom maintenance 15 years ago
Keith Donald 17f7796d42 polish 15 years ago
Keith Donald cb54869726 collection to object 15 years ago
Keith Donald 67c02f6c35 generic converter revising 15 years ago
Keith Donald fada151878 array to object 15 years ago
Keith Donald d37c5aba94 polish 15 years ago
Keith Donald 48bc060a77 collection and array merged into one 15 years ago
Keith Donald 2ca694350e array to collection conversion 15 years ago
Juergen Hoeller 6c4fb85753 marked JBoss VFS dependency as optional (SPR-6127) 15 years ago
Keith Donald 25854bd764 polish 15 years ago
Keith Donald b4fd51abd5 polish 15 years ago
Keith Donald b2e3837956 polish 15 years ago
Keith Donald f1f4bd9fb4 generic converter updates 15 years ago
Keith Donald d3b43ebccb refined generic converter concept 15 years ago
Keith Donald 8e800f0322 map to map generic converter 15 years ago
Juergen Hoeller 7b42a12161 consistent loading of optional classes 15 years ago
Keith Donald d29a894d57 javadoc 15 years ago
Keith Donald 563ef683f9 polish 15 years ago
Keith Donald 1d9607b465 javadoc 15 years ago
Keith Donald d848d21f09 polish 15 years ago
Keith Donald e153a1a968 tidying string to char conversion 15 years ago
Keith Donald 5c3e71d494 polish 15 years ago
Keith Donald 3ef485bbbe polish 15 years ago
Keith Donald 31441627de updated formatter conversion service adapter to work with type descriptor 15 years ago
Keith Donald 39c1ab923f tidying 15 years ago
Keith Donald 33c19b8b14 Converter system implementation cleanup and tidying; wip 15 years ago
Thomas Risberg 10c30f0315 modified createRelative according to David Ward's suggestion for JBSPRING-4 (SPR-5120) 15 years ago
Juergen Hoeller 87e939a4e9 adapted to Converter signature change 15 years ago
Keith Donald 8bf1ee5e7c polish 15 years ago
Keith Donald 1c6965132f convert polishing: removed checked exception from Converter interface to support direct use, added Converter to each implementation for consistency 15 years ago
Juergen Hoeller 2a0d68cb5c restored getMostSpecificMethod's traversal of the inheritance hierarchy 15 years ago
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) 15 years ago
Keith Donald 1e9fc388ac added javax validation, hibernate, and vfs dependencies into eclipse 15 years ago
Thomas Risberg 64c46d48bb extended the range for org.jboss.virtual (SPR-5120) 15 years ago
Thomas Risberg 184f63f689 fixed component scanning for JBoss 5 VFS; applied revised vfs-fixes-3.patch; added ResourceHandlingUtils (SPR-5120) 15 years ago
Rob Harrop 8f6a42bf64 [SPR-3635] [SPR-5039] [SPR-5813] JMX annotation inheritance fixed 15 years ago
Juergen Hoeller 209f43bee7 BeanFactory supports ObjectFactory as a dependency type for @Autowired and @Value (SPR-6079) 15 years ago
Rob Harrop f20c074ff4 reworked PropertyPlaceholderHelper 15 years ago
Rob Harrop d16faafc4f [SPR-6025] support for recursive property placeholder replacement in system properties 15 years ago
Rob Harrop 3fe09d70cd [SPR-6025] added SystemPropertyUtilsTests 15 years ago
Rob Harrop 8357bcb050 [SPR-6025] PropertyPlaceholderUtils introduced 15 years ago
Juergen Hoeller 6651ff0c55 fixed formatter annotation lookup 15 years ago