Commit Graph

  • 2d4ae59ff1 SPR-5961 Arjen Poutsma 2009-07-29 12:49:54 +00:00
  • 9eb962d941 Arjen Poutsma 2009-07-29 09:37:34 +00:00
  • dc59ca427c Using correct encoding (ISO-8859-1) instead of JVM default when no character encoding is given. Arjen Poutsma 2009-07-29 08:37:59 +00:00
  • 7c6ea9b80d per Ramnivas' suggestion, removing this bit to try and fix snapshot builds Andy Clement 2009-07-28 22:03:09 +00:00
  • 3cb073abce revised non-lenient resolution Juergen Hoeller 2009-07-28 14:43:37 +00:00
  • 1d6a7e57c1 delegate to presentation model Keith Donald 2009-07-28 14:01:55 +00:00
  • b11970ed8d SPR-5923 - HttpMessageConverter selection as a result of @ResponseBody should consider the requested content type Arjen Poutsma 2009-07-28 13:12:12 +00:00
  • de234e6839 polish Keith Donald 2009-07-27 22:23:50 +00:00
  • d2d1de5457 mvc binding lifecycle; packaged with model map for now since it depends on it Keith Donald 2009-07-27 22:20:07 +00:00
  • f0ca94d5f3 new presentation model methods; ability to surpress commit of dirty value in PMB Keith Donald 2009-07-27 21:49:09 +00:00
  • 0f434883dd binding lifecycle per design review Keith Donald 2009-07-27 21:25:51 +00:00
  • cd9f0bc10c package info Keith Donald 2009-07-27 18:23:33 +00:00
  • 522475a05b [SPR-5893] polishing Sam Brannen 2009-07-27 15:57:16 +00:00
  • fa1676460a Replaced BinderSupport with a refactored AbstractBinder that delegates to a FieldBinder whose creation is the responsibility of each subclass. Mark Fisher 2009-07-27 14:39:20 +00:00
  • 1eabe2b441 lenientConstructorResolution flag applies to factory methods as well Juergen Hoeller 2009-07-27 14:09:42 +00:00
  • e85ad67fd0 javadoc Keith Donald 2009-07-27 12:39:23 +00:00
  • ca060cea42 binder support Keith Donald 2009-07-27 12:36:16 +00:00
  • 880eb9e2b2 SPR-5622: Changed javadoc to reflect current HandlerExceptionResolvers. Arjen Poutsma 2009-07-27 11:24:46 +00:00
  • 307fb0aec8 SPR-5942: MarshallingHttpMessageConverter should not require both marshaller and unmarshaller Arjen Poutsma 2009-07-27 11:15:43 +00:00
  • ac56f1f9b1 Removed @Override on interface method. Mark Fisher 2009-07-27 01:10:53 +00:00
  • 88a68042ba Initial import of GenericBinder. Mark Fisher 2009-07-27 01:05:46 +00:00
  • 110ada7626 polish Keith Donald 2009-07-26 21:28:53 +00:00
  • 0124224ebf polish Keith Donald 2009-07-26 21:27:58 +00:00
  • ce8f07994d polish Keith Donald 2009-07-26 21:25:39 +00:00
  • 505f3c245a polish Keith Donald 2009-07-26 21:24:00 +00:00
  • da7e596b2a default message factory Keith Donald 2009-07-26 21:22:13 +00:00
  • 4ed3924e6f javadoc polish; added errors() to BindingResults Keith Donald 2009-07-26 20:57:22 +00:00
  • e6b6743c44 bind template polish Keith Donald 2009-07-26 20:24:44 +00:00
  • a66aa8c320 added bind template / field binder Keith Donald 2009-07-26 20:23:51 +00:00
  • ccb0a30169 fixed minor typo Sam Brannen 2009-07-25 23:03:24 +00:00
  • 755b514468 [SPR-5798] fixed typos Sam Brannen 2009-07-25 22:41:16 +00:00
  • 16b06306e0 presentation model binder tests Keith Donald 2009-07-25 17:40:42 +00:00
  • dbf41e630b polish Keith Donald 2009-07-25 17:39:35 +00:00
  • edd7bb8d03 collapsed into support Keith Donald 2009-07-25 04:42:58 +00:00
  • 990d446c84 polish Keith Donald 2009-07-25 04:40:31 +00:00
  • 726d3464c1 obsolete Keith Donald 2009-07-25 04:23:01 +00:00
  • 4a1d51f082 updated test package structure Keith Donald 2009-07-25 04:21:44 +00:00
  • 63336ff4a4 polish Keith Donald 2009-07-25 04:14:43 +00:00
  • 934d4a5fe0 moved model binding and validation related code into model module-level package; separated out ui concerns into ui subpackage Keith Donald 2009-07-25 04:07:21 +00:00
  • de5528840d presentation model binder Keith Donald 2009-07-24 23:20:49 +00:00
  • 8709959a98 polish Keith Donald 2009-07-24 21:01:57 +00:00
  • 5f9a541386 polish Keith Donald 2009-07-24 21:01:33 +00:00
  • 55aae08e32 polish Keith Donald 2009-07-24 20:14:51 +00:00
  • 1bfb26e4b2 updated aspectj weaver version in .classpath files to match ivy.xml configuration Mark Fisher 2009-07-24 20:09:01 +00:00
  • f261b5c3c4 javadoc polish Keith Donald 2009-07-24 20:07:20 +00:00
  • a7465c1475 javadoc polish Keith Donald 2009-07-24 19:40:11 +00:00
  • bbe4c2b611 polish Keith Donald 2009-07-24 19:32:34 +00:00
  • a6cd69dc7c polish Keith Donald 2009-07-24 19:17:47 +00:00
  • 9bdbad55e5 javadoc improvements Keith Donald 2009-07-24 19:11:54 +00:00
  • 4255b7b1b2 updated package descriptions to reflect latest refactoring Keith Donald 2009-07-24 16:16:13 +00:00
  • 5cb5169237 Refactored class naming to capture ui.binding system as a general PresentationModel framework; PresentationModel and FieldModel are the key API elements now Keith Donald 2009-07-24 15:50:37 +00:00
  • c7b019cd5c @Required does not get processed on beans returned by @Bean factory methods (SPR-5744) Juergen Hoeller 2009-07-24 13:29:28 +00:00
  • 840ac88b29 more pruning Keith Donald 2009-07-23 14:03:20 +00:00
  • a74422ed65 polish Keith Donald 2009-07-23 13:55:39 +00:00
  • 14018541e2 polish Keith Donald 2009-07-23 13:43:23 +00:00
  • 55a7ba8357 binding executor Keith Donald 2009-07-23 13:39:33 +00:00
  • 29768cb068 binding factory locator Keith Donald 2009-07-23 13:31:06 +00:00
  • a3b57e2a84 polish Keith Donald 2009-07-22 20:02:35 +00:00
  • d5e6d91cc4 polish Keith Donald 2009-07-22 19:56:24 +00:00
  • ab7e985d72 polish Keith Donald 2009-07-22 19:55:35 +00:00
  • 6e05d3bd6e updated tests Keith Donald 2009-07-22 19:37:26 +00:00
  • 6c5fb23e79 data binding system polish; package improvements Keith Donald 2009-07-22 19:37:06 +00:00
  • f519406c37 @Primary/@Lazy/@DependsOn supported as meta-annotations; @Bean supported as meta-annotation on factory methods as well Juergen Hoeller 2009-07-22 15:23:22 +00:00
  • a4bbd9abda xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import Christian Dupuis 2009-07-22 14:06:44 +00:00
  • 4deef3796e @PostConstruct works for multiple private init methods of the same name in a hierarchy (SPR-5945) Juergen Hoeller 2009-07-22 12:52:47 +00:00
  • 9696c66517 Finished applying Beverly's edits Mark Pollack 2009-07-22 04:53:58 +00:00
  • 5f99d02292 formatValue collection/array Keith Donald 2009-07-21 23:27:24 +00:00
  • 4e50c51139 list binding working Keith Donald 2009-07-21 22:54:52 +00:00
  • 14dd30c5a5 nested binding work; list binding still has kinks Keith Donald 2009-07-21 22:32:06 +00:00
  • f739c3fde1 resort to using @Bean directly Juergen Hoeller 2009-07-21 15:22:58 +00:00
  • 3462b43bb1 getAnnotationAttributes generally supports meta-annotation lookup Juergen Hoeller 2009-07-21 14:44:07 +00:00
  • dbdd6eca60 AnnotationUtils.getAnnotation generally supports meta-annotation lookup Juergen Hoeller 2009-07-21 14:35:42 +00:00
  • ec1f0e6211 support scope meta-annotations on factory methods as well Juergen Hoeller 2009-07-21 14:23:25 +00:00
  • 54285ea57c polishing Juergen Hoeller 2009-07-21 14:19:18 +00:00
  • 3f6e4282d6 WebSphereUowTransactionManager falls back to UOWManagerFactory lookup by default Juergen Hoeller 2009-07-21 14:18:53 +00:00
  • ea8f628c9c polishing Juergen Hoeller 2009-07-21 14:14:53 +00:00
  • 364641e9bc revised static annotation check Juergen Hoeller 2009-07-21 14:12:16 +00:00
  • b2f9786ee8 completed Hessian 3.2 upgrade Juergen Hoeller 2009-07-21 13:08:59 +00:00
  • 8c7aec3c97 scoped proxies retain original qualifiers (SPR-5911) Juergen Hoeller 2009-07-21 13:00:00 +00:00
  • da7aa37aa6 refined generic getProxy signature Juergen Hoeller 2009-07-21 12:44:23 +00:00
  • d64bc93e36 updated Hessian support for Hessian 3.2 compatibility; general remoting refinements Juergen Hoeller 2009-07-21 12:31:03 +00:00
  • 05903d640b * @ContextConfiguration's loader attribute is now inherited if not declared locally * TransactionalTestExecutionListener no longer flushes transactions before rolling back Sam Brannen 2009-07-21 12:22:09 +00:00
  • b3f3705286 [SPR-5944] Documented potential "false positives" in ORM test code. Sam Brannen 2009-07-21 12:12:42 +00:00
  • ee1938eb74 [SPR-5315][SPR-5699] Reverted changes to TransactionalTestExecutionListener: transactions are no longer automatically flushed before rolling back. Sam Brannen 2009-07-21 11:03:59 +00:00
  • ec2833cd63 nested properties polish Keith Donald 2009-07-20 22:29:14 +00:00
  • dc5faec189 all tests back compiling, still a few failing marked ignored Keith Donald 2009-07-20 22:05:28 +00:00
  • 603ffe80c8 list element binding Keith Donald 2009-07-20 20:34:02 +00:00
  • 2da1bb8607 more passing tests Keith Donald 2009-07-20 19:07:32 +00:00
  • f39f91701d property not found / required Keith Donald 2009-07-20 16:10:06 +00:00
  • 3cd3cddbe0 type formatters Keith Donald 2009-07-20 14:26:29 +00:00
  • b2c723a76e [SPR-5916] polishing. Sam Brannen 2009-07-20 12:14:56 +00:00
  • fc79d98b6a [SPR-5916] ContextLoader class is now inherited from class hierarchy if not specified explicitly via @ContextConfiguration's loader attribute on the current test class. Sam Brannen 2009-07-20 09:35:33 +00:00
  • 7f3c4cec25 STS-260: added missing import-package headers so that editor works again Christian Dupuis 2009-07-20 08:46:19 +00:00
  • 8ceb64fe0c binding rule impl Keith Donald 2009-07-20 06:22:11 +00:00
  • 8147281c74 additional binding metadata Keith Donald 2009-07-20 03:48:57 +00:00
  • 9c78616e11 additional binding metadata Keith Donald 2009-07-20 03:48:32 +00:00
  • 263d502f51 polish Keith Donald 2009-07-19 06:42:33 +00:00
  • 0993e9cfb9 polish Keith Donald 2009-07-19 06:33:43 +00:00
  • 09c5d0eb97 binding status Keith Donald 2009-07-19 06:26:48 +00:00
  • 8d3fbc5df8 binding system refactoring - work in progress Keith Donald 2009-07-18 16:18:22 +00:00