808 Commits (de06de11fee30a1765547135c43d76055ef2e9bd)

Author SHA1 Message Date
Keith Donald d5a954833c method invoking formatter as a convenience 15 years ago
Mark Fisher bc207042d0 SPR-6170 updated CronSequenceGenerator according to patch applied to the 1.0.x branch of Spring Integration 15 years ago
Sam Brannen 62d7369607 JavaDoc polishing 15 years ago
Keith Donald 4d9bf3a45f removed valueOf convention b/c of unwanted side effects 15 years ago
Keith Donald dc076ee6fe fixed failing tests 15 years ago
Keith Donald 728a1415d9 added convention-based default valueOf formatter 15 years ago
Juergen Hoeller cfa7216fac deprecated scheduling support for JDK 1.3 Timer 15 years ago
Juergen Hoeller e2af25b891 avoid hard-coded dependency on backport-concurrent (SPR-6161) 15 years ago
Juergen Hoeller b4ffdcdf18 polishing 15 years ago
Juergen Hoeller 84447cdf94 DataBinder activates autoGrowNestedPaths by default; fixed enum binding with WebRequestDataBinder 15 years ago
Sam Brannen 9cb3fb7012 fixed typo 15 years ago
Sam Brannen 2827f80d34 Removed @Override. 15 years ago
Sam Brannen 66550c3340 Added an empty implementation of the missing setExclude() method so that the class compiles. 15 years ago
Keith Donald 96cfa0c37d custom mappable type tests 15 years ago
Keith Donald 8fd3de9397 mappable type factory extension point / polish 15 years ago
Keith Donald e3983fe796 polish 15 years ago
Keith Donald 8fe055b0e0 mapping exclusions 15 years ago
Keith Donald a73324bc24 polish 15 years ago
Keith Donald a4476e5e0e nested bean mapper test 15 years ago
Keith Donald f692c765d2 addNestedMapper 15 years ago
Keith Donald 3450c5de0b polish 15 years ago
Keith Donald ec04357580 polish 15 years ago
Keith Donald 9cf508d80d javadoc 15 years ago
Keith Donald ba5335f66e polish 15 years ago
Keith Donald c333494085 javadoc 15 years ago
Keith Donald 6d31db1017 renamed to MappingContext since no spel dep 15 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 15 years ago
Keith Donald 0437305669 nested revision 15 years ago
Keith Donald 0f5074db2b spel mapping, polish 15 years ago
Chris Beams cbadf350e1 Continued progress on SPR-5682: Provide dedicated ApplicationContext implementations for use with @Configuration classes 15 years ago
Keith Donald 0a843e60a6 recursive mapping support 15 years ago
Chris Beams fd8935ba0b SPR-5682: 15 years ago
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. 15 years ago
Chris Beams 8c5f78c0d6 polishing 15 years ago
Chris Beams a48234cf5f SPR-5682: Initial support for ConfigurationClassApplicationContext 15 years ago
Keith Donald e7c8f1ef8b SPR-6179, additional mapper test cases 15 years ago
Sam Brannen f08d15c86f Fixed minor grammatical errors. 15 years ago
Keith Donald 341835a142 mapper initial commit 15 years ago
Sam Brannen 5c055ed6dd [SPR-6174] DataBinder now uses var-args to set allowed/disallowed/required fields. 15 years ago
Juergen Hoeller 0543a294ee expose arrays as comma-delimited element String 15 years ago
Mark Fisher 76122c931d updated javadoc 15 years ago
Mark Fisher 80ac130dfe Renamed the 'size' attribute to 'pool-size' for the <executor/> and <scheduler/> elements in the task namespace. 15 years ago
Juergen Hoeller 09e6a85edd fixed overview files 15 years ago
Mark Pollack c6cd1a528e SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate 15 years ago
Juergen Hoeller a59d205b36 removed 3.1 feature classes 15 years ago
Juergen Hoeller 2781b876d2 PropertyPlaceholderConfigurer supports "${myKey:myDefaultValue}" defaulting syntax 15 years ago
Juergen Hoeller e2093a8414 fixed regression: looking for annotation on original bean class as well, not just on exposed bean type (SPR-5981) 15 years ago
Juergen Hoeller 49bf85baaa factored out common resolveTypeArgument(s) method to GenericTypeResolver 15 years ago
Juergen Hoeller b8c1130eec detect @Bean methods on registered plain bean classes as well (SPR-5795) 15 years ago
Juergen Hoeller 38110d35d2 polishing 15 years ago