Commit Graph

  • e6c3227d2d more generic converters Keith Donald 2009-09-22 20:28:23 +00:00
  • ed611be838 conversion utils helper for common code Keith Donald 2009-09-22 15:37:26 +00:00
  • 871fc14fbb restored parent property to accept ConversionService instead of GenericConversionService Juergen Hoeller 2009-09-22 13:37:32 +00:00
  • 0698947e6d skip processing when no PlatformTransactionManager found (SPR-3955) Juergen Hoeller 2009-09-22 13:31:56 +00:00
  • c693f216f1 Beefed up test suite Keith Donald 2009-09-21 22:59:48 +00:00
  • e9416db472 javadoc and final Keith Donald 2009-09-21 22:35:39 +00:00
  • 01e900c33a documented hooks Keith Donald 2009-09-21 22:24:36 +00:00
  • a6e28f4eb5 polish Keith Donald 2009-09-21 21:32:01 +00:00
  • 6ce33dba75 getConverter calls now throw exception and query parent Keith Donald 2009-09-21 21:24:37 +00:00
  • 5faa4d90ac SPR-6130 - Be able to specify a default content type when no extension is used in ContentNegotiatingViewResolver Arjen Poutsma 2009-09-21 14:27:22 +00:00
  • 4f94f45ec4 pom maintenance Mark Pollack 2009-09-21 07:37:30 +00:00
  • fe525f5100 polish Keith Donald 2009-09-21 05:51:10 +00:00
  • 5bae005366 removed ignored test now that convert system has been revised Keith Donald 2009-09-21 05:40:55 +00:00
  • 17f7796d42 polish Keith Donald 2009-09-21 05:39:16 +00:00
  • cb54869726 collection to object Keith Donald 2009-09-21 05:30:54 +00:00
  • 67c02f6c35 generic converter revising Keith Donald 2009-09-21 05:14:14 +00:00
  • 982ece595c SPR-5931 - Allow non-standard attributes in <form> tags Jeremy Grelle 2009-09-21 02:48:00 +00:00
  • 566eeba8ca specified excluded names matched against unprefixed FactoryBean names as well (SPR-5926) Juergen Hoeller 2009-09-20 22:22:35 +00:00
  • 9f75eb4f44 do not check for action exception in resource phase (SPR-6129) Juergen Hoeller 2009-09-20 21:12:41 +00:00
  • fada151878 array to object Keith Donald 2009-09-18 23:15:33 +00:00
  • d37c5aba94 polish Keith Donald 2009-09-18 23:06:29 +00:00
  • 48bc060a77 collection and array merged into one Keith Donald 2009-09-18 23:02:52 +00:00
  • 2ca694350e array to collection conversion Keith Donald 2009-09-18 22:18:41 +00:00
  • 6c4fb85753 marked JBoss VFS dependency as optional (SPR-6127) Juergen Hoeller 2009-09-18 21:34:25 +00:00
  • 66ce8248b5 JSR-330 etc Juergen Hoeller 2009-09-18 21:30:30 +00:00
  • 25854bd764 polish Keith Donald 2009-09-18 21:07:53 +00:00
  • b4fd51abd5 polish Keith Donald 2009-09-18 20:41:15 +00:00
  • 45c542e51e updated for change in conversion service api; source type desc now required Keith Donald 2009-09-18 20:32:41 +00:00
  • b2e3837956 polish Keith Donald 2009-09-18 20:28:36 +00:00
  • f1f4bd9fb4 generic converter updates Keith Donald 2009-09-18 20:08:45 +00:00
  • d3b43ebccb refined generic converter concept Keith Donald 2009-09-18 19:57:59 +00:00
  • 6420fd303b fixed checkbox macro (SPR-6120) Juergen Hoeller 2009-09-18 14:42:36 +00:00
  • 8e800f0322 map to map generic converter Keith Donald 2009-09-18 14:30:23 +00:00
  • ac6e26388f added default editors for "java.util.Currency" and "java.util.TimeZone" Juergen Hoeller 2009-09-18 14:15:06 +00:00
  • 99753f0d1c polishing Juergen Hoeller 2009-09-18 14:07:19 +00:00
  • 89216a4b9a marked Hibernate Validator as optional Juergen Hoeller 2009-09-18 14:02:24 +00:00
  • 7b42a12161 consistent loading of optional classes Juergen Hoeller 2009-09-18 14:01:39 +00:00
  • 8d66c90760 revised JTA 1.1 support and javadoc Juergen Hoeller 2009-09-18 13:48:37 +00:00
  • 1c134925ba SPR-6114 - Upgrade the Spring JSP tag libraries to JSP 2.0 Jeremy Grelle 2009-09-17 22:39:35 +00:00
  • d29a894d57 javadoc Keith Donald 2009-09-17 21:32:31 +00:00
  • 563ef683f9 polish Keith Donald 2009-09-17 21:27:57 +00:00
  • e9d53cb2e8 ignore failing test for now while revising converter system Keith Donald 2009-09-17 21:11:52 +00:00
  • 1d9607b465 javadoc Keith Donald 2009-09-17 21:03:19 +00:00
  • e26163505a added sf4j logging to run tests in eclipse Keith Donald 2009-09-17 20:25:34 +00:00
  • d848d21f09 polish Keith Donald 2009-09-17 20:16:26 +00:00
  • e153a1a968 tidying string to char conversion Keith Donald 2009-09-17 20:05:38 +00:00
  • 5c3e71d494 polish Keith Donald 2009-09-17 19:56:19 +00:00
  • 3ef485bbbe polish Keith Donald 2009-09-17 19:53:17 +00:00
  • 31441627de updated formatter conversion service adapter to work with type descriptor Keith Donald 2009-09-17 19:48:55 +00:00
  • 39c1ab923f tidying Keith Donald 2009-09-17 19:24:35 +00:00
  • 33c19b8b14 Converter system implementation cleanup and tidying; wip Keith Donald 2009-09-17 19:24:07 +00:00
  • 10c30f0315 modified createRelative according to David Ward's suggestion for JBSPRING-4 (SPR-5120) Thomas Risberg 2009-09-17 15:58:25 +00:00
  • ad4f50a0d4 removed outdated reflection code Juergen Hoeller 2009-09-17 15:24:24 +00:00
  • 9ef1d2b1ad adapted to Converter signature change Juergen Hoeller 2009-09-17 15:20:04 +00:00
  • 6f2642f2d3 consistently use varargs signature Juergen Hoeller 2009-09-17 10:24:56 +00:00
  • 87e939a4e9 adapted to Converter signature change Juergen Hoeller 2009-09-17 10:24:08 +00:00
  • 160521074b avoid caching for expression results even when specified as TypedStringValue (SPR-6115) Juergen Hoeller 2009-09-17 10:04:36 +00:00
  • 8bf1ee5e7c polish Keith Donald 2009-09-16 19:25:07 +00:00
  • 1c6965132f convert polishing: removed checked exception from Converter interface to support direct use, added Converter to each implementation for consistency Keith Donald 2009-09-16 19:24:56 +00:00
  • 881c3ed6fa Mapper and SpelMapper Keith Donald 2009-09-16 15:40:11 +00:00
  • a7ab109ab7 TestNG 5.10 Sam Brannen 2009-09-16 11:15:37 +00:00
  • 01fb1825f5 [SPR-6063] fixed issue with inconsistent views of PropertyDescriptors Rob Harrop 2009-09-16 09:53:14 +00:00
  • aa08c11976 [SPR-5859] @ManagedOperation can now be used on getters/setters Rob Harrop 2009-09-16 09:25:48 +00:00
  • 2a0d68cb5c restored getMostSpecificMethod's traversal of the inheritance hierarchy Juergen Hoeller 2009-09-15 22:31:08 +00:00
  • 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) Juergen Hoeller 2009-09-15 15:52:13 +00:00
  • fa2bb722f0 initial JSR-330 injection support Juergen Hoeller 2009-09-15 14:12:16 +00:00
  • ad1269622b @Scope annotations not sufficient for scanning anymore Juergen Hoeller 2009-09-15 12:36:45 +00:00
  • e1a3e44485 initial JSR-330 injection support Juergen Hoeller 2009-09-15 12:00:55 +00:00
  • 429d78b902 javadoc. Arjen Poutsma 2009-09-15 11:02:44 +00:00
  • 34357d2b1f revised DefaultBindingErrorProcessor to use direct getPropertyName() and getValue() calls on PropertyAccessException itself (SPR-6111) Juergen Hoeller 2009-09-15 10:51:50 +00:00
  • 9f19e5e73b Polish Arjen Poutsma 2009-09-15 09:17:10 +00:00
  • 5fa7347641 polish Keith Donald 2009-09-14 23:18:31 +00:00
  • 0d6b9f1241 polish Keith Donald 2009-09-14 23:17:03 +00:00
  • ca928944db marked Derby dependency as optional (SPR-6109) Juergen Hoeller 2009-09-14 23:08:32 +00:00
  • 0d7f4117ab polish Keith Donald 2009-09-14 22:51:22 +00:00
  • c0d2c6fed4 polish Keith Donald 2009-09-14 22:43:44 +00:00
  • af1c507f93 polish Keith Donald 2009-09-14 22:40:44 +00:00
  • 9e9f9df041 polish Keith Donald 2009-09-14 22:25:55 +00:00
  • df7a4dba3a polish Keith Donald 2009-09-14 22:00:54 +00:00
  • 5c525e546c polish Keith Donald 2009-09-14 21:59:12 +00:00
  • 90697e884d polish Keith Donald 2009-09-14 21:32:13 +00:00
  • d5ed42e860 spring 3 validation docs; jsr303 integration Keith Donald 2009-09-14 20:54:46 +00:00
  • 90652bf8ae [SPR-5727] CronTriggerBean supports start delay Rob Harrop 2009-09-14 15:53:05 +00:00
  • 320f08ac79 [SPR-6017] a few more tweaks to how getLocalName is handled Rob Harrop 2009-09-14 15:00:37 +00:00
  • 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) Juergen Hoeller 2009-09-14 10:48:15 +00:00
  • 7835e66abb [SPR-6017] a few more tweaks to how getLocalName is handled Rob Harrop 2009-09-14 10:43:04 +00:00
  • ee0a59d464 Test -> Tests Arjen Poutsma 2009-09-14 10:24:42 +00:00
  • 7d37c92e4f [SPR-6017] a few more tweaks to the BeanDefinitionParserDelegate public contract Rob Harrop 2009-09-14 10:02:15 +00:00
  • 582c092f0e revised use of generic provider class for Eclipse compile compatibility Juergen Hoeller 2009-09-13 21:27:03 +00:00
  • f1bfcf0d25 [SPR-6104] @TestExecutionListeners now supports a 'listeners' alias for its existing 'value' attribute. Sam Brannen 2009-09-13 13:55:34 +00:00
  • fe16447112 more work on enabling non-namespace extensions of xml parsing Rob Harrop 2009-09-11 20:00:04 +00:00
  • 1e9fc388ac added javax validation, hibernate, and vfs dependencies into eclipse Keith Donald 2009-09-11 19:04:03 +00:00
  • 1480202aa3 [SPR-5644] Support for Enum<?> and Enum<T> values as FQN.FIELD_NAME in type conversion Rob Harrop 2009-09-11 18:31:51 +00:00
  • f7562614bc changed from M4 to RC1 Thomas Risberg 2009-09-11 15:34:32 +00:00
  • 8303d4945e updated the oxm exceptions figure (SPR-6095) Thomas Risberg 2009-09-11 15:11:52 +00:00
  • 2d3c6fa55f removed outdated dependency on standard taglib (SPR-6099) Juergen Hoeller 2009-09-11 14:22:26 +00:00
  • 64c46d48bb extended the range for org.jboss.virtual (SPR-5120) Thomas Risberg 2009-09-10 11:12:23 +00:00
  • 184f63f689 fixed component scanning for JBoss 5 VFS; applied revised vfs-fixes-3.patch; added ResourceHandlingUtils (SPR-5120) Thomas Risberg 2009-09-10 10:35:04 +00:00
  • 377359b924 polished Thomas Risberg 2009-09-09 17:28:34 +00:00
  • aeee120431 Beverly's edits reviewed; fixed coverage for SimpleJdbcCall and the use of default parameter values (SPR-5929) Thomas Risberg 2009-09-09 17:28:21 +00:00