352 Commits (d293c2248c1be2b4c0283c5d1161f0fb8c713fcc)

Author SHA1 Message Date
Costin Leau 24a9ecd4a3 + removed unused imports 16 years ago
Sam Brannen 2cc6155dec JavaDoc 16 years ago
Keith Donald fe4f41d33c default config for web binding initializer and formatting/conversion system w/ mvc namespace 16 years ago
Arjen Poutsma d415d36192 Renamed Md5HashUtils to DigestUtils 16 years ago
Keith Donald f0de1c3069 revised matchable converter lookup algorithm; added conversion service bean container tests 16 years ago
Keith Donald 9ec337b736 joda time formatting tests 16 years ago
Keith Donald 6d020502b9 polish 16 years ago
Keith Donald 53f3d0b755 polish 16 years ago
Keith Donald 374ea05028 polish 16 years ago
Keith Donald ffbfa2992c polish 16 years ago
Keith Donald 0a78287a8f formatters now plugged into unified type conversion api with formatter specific registry spi 16 years ago
Keith Donald a2be2e15e9 polish; fixed failed tests 16 years ago
Keith Donald 913bc03a3b ui.format system refining from RC1 feedback: Support for one format annotation applying to multiple field types, Printer/Parser building blocks for more flexibility, full Joda time formatting support, FormattingService as a service entry-point for clients to use 16 years ago
Keith Donald 381d1d5a94 default date/time converters 16 years ago
Juergen Hoeller 94533976d0 full compliance with the JSR-330 TCK 16 years ago
Keith Donald 2fe6003923 SPR-6199 16 years ago
Keith Donald 0e4064fecc added null handling, fixed bug relating to conversion of non-generic collections 16 years ago
Keith Donald 4d9bf3a45f removed valueOf convention b/c of unwanted side effects 16 years ago
Sam Brannen 704d4b785b [SPR-6227] Parameterizing with Class<?> and Class<T> where appropriate; suppressing unchecked warnings; and fixed JavaDoc typos. 16 years ago
Sam Brannen 986ccbe2c6 Suppressing unchecked and serial warnings. 16 years ago
Juergen Hoeller cfa7216fac deprecated scheduling support for JDK 1.3 Timer 16 years ago
Keith Donald f692c765d2 addNestedMapper 16 years ago
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 16 years ago
Keith Donald 0f5074db2b spel mapping, polish 16 years ago
Keith Donald e7c8f1ef8b SPR-6179, additional mapper test cases 16 years ago
Keith Donald 341835a142 mapper initial commit 16 years ago
Juergen Hoeller 71a045328c renamed getAnnotations to getMethodAnnotations; added getMethodAnnotation and getParameterAnnotation convenience methods 16 years ago
Juergen Hoeller 7a700edaa7 understand "on"/"off", "yes"/"no", "1"/"0" as boolean values (analogous to CustomBooleanEditor) 16 years ago
Juergen Hoeller b465f204bd renamed internal *GenericConverters to *Converters 16 years ago
Juergen Hoeller 784068346d PathMatchingResourcePatternResolver leniently ignores non-existing root directories 16 years ago
Juergen Hoeller e408cbeecd moved converter initialization code to constructor 16 years ago
Juergen Hoeller aec2bc097e polishing 16 years ago
Juergen Hoeller 09e6a85edd fixed overview files 16 years ago
Juergen Hoeller 5c1b0e6caf removed classes which are not used in 3.0 yet 16 years ago
Juergen Hoeller 0f43d6c592 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax 16 years ago
Juergen Hoeller 49bf85baaa factored out common resolveTypeArgument(s) method to GenericTypeResolver 16 years ago
Juergen Hoeller b8c1130eec detect @Bean methods on registered plain bean classes as well (SPR-5795) 16 years ago
Keith Donald 2bd30a49ad more tests 16 years ago
Keith Donald 7a6dafd5ad completed generic converter implementation 16 years ago
Juergen Hoeller dc05ef6548 revised JBoss VFS support 16 years ago
Keith Donald 438f128db6 todos 16 years ago
Keith Donald 187d025c19 map converters 16 years ago
Keith Donald 1ee4ac1b52 string to map converters 16 years ago
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. 16 years ago
Keith Donald e6c3227d2d more generic converters 16 years ago
Keith Donald ed611be838 conversion utils helper for common code 16 years ago
Juergen Hoeller 871fc14fbb restored parent property to accept ConversionService instead of GenericConversionService 16 years ago
Keith Donald c693f216f1 Beefed up test suite 16 years ago
Keith Donald e9416db472 javadoc and final 16 years ago
Keith Donald 01e900c33a documented hooks 16 years ago