Commit Graph

  • ed9d9a402b SPR-7543 Add @PathVariables to the model Rossen Stoyanchev 2011-04-21 15:18:45 +00:00
  • a4716c2a94 Buffering RequestFactory that allows for multiple response body reads. Arjen Poutsma 2011-04-21 15:09:44 +00:00
  • 945cf43e2d Remove consumes from @RequestMapping Rossen Stoyanchev 2011-04-21 14:54:55 +00:00
  • acb9433e5c SPR-8247 review changes Rossen Stoyanchev 2011-04-21 11:40:24 +00:00
  • ab654a7a06 added toString to HttpEntity Arjen Poutsma 2011-04-21 11:39:20 +00:00
  • 5206f5bc9a SPR-8238 + add NPE test Costin Leau 2011-04-21 08:07:12 +00:00
  • e1d19d6c24 SPR-8238 + add handling for null arguments to prevent NPE in default key generation Costin Leau 2011-04-21 08:00:42 +00:00
  • d14c7f2d09 SPR-8247 Rossen Stoyanchev 2011-04-20 21:41:17 +00:00
  • 57d327d1ff SPR-8255 Rossen Stoyanchev 2011-04-20 08:43:57 +00:00
  • 9c65973b33 SPR-8214 review unit tests Rossen Stoyanchev 2011-04-15 18:42:58 +00:00
  • 83ce399c47 SPR-8248 Rossen Stoyanchev 2011-04-15 06:42:18 +00:00
  • f5f738f2b4 SPR-6922 deprecated SimpleJdbcTemplate/SimpleJdbcOperations/SimpleJdbcDaoSupport in favor of JdbcTemplate/NamedParameterJdbcTemplate and related interfaces support classes Thomas Risberg 2011-04-14 18:44:40 +00:00
  • aa065e8310 SPR-8214 Javadoc and polish Rossen Stoyanchev 2011-04-13 23:15:19 +00:00
  • 62d40dc7aa Added Apache Commons HTTP JARs to the Eclipse classpath. Sam Brannen 2011-04-12 21:58:38 +00:00
  • 8adb9a88d0 SPR-6416, adding basic conversation object tests, improving the access time of the conversation object Micha Kiener 2011-04-12 19:51:50 +00:00
  • 3244e0a644 SPR-6416, adding repository timeout setting tests Micha Kiener 2011-04-12 18:11:18 +00:00
  • 8098ced387 SPR-6416, adding conversation manager test Micha Kiener 2011-04-12 16:02:46 +00:00
  • 58b779355b SPR-6416, reshaping removal of hierarchical conversations and adding repository test Micha Kiener 2011-04-12 14:53:09 +00:00
  • 6e03b4dd64 SWF-8214 javadoc updates Rossen Stoyanchev 2011-04-12 13:23:14 +00:00
  • f812cd748e SPR-6416, initial commit for the conversation management Micha Kiener 2011-04-12 13:21:18 +00:00
  • 0c736776da SPR-8094 Rossen Stoyanchev 2011-04-12 10:46:57 +00:00
  • 3690002dce SPR-6180 - Upgrade Apache HttpClient to version 4.0 Arjen Poutsma 2011-04-12 07:55:38 +00:00
  • 5486649394 Add UriTemplateServletHandlerMethodTests Rossen Stoyanchev 2011-04-11 17:18:07 +00:00
  • 767513de4e Add UriTemplateServletHandlerMethodTests Rossen Stoyanchev 2011-04-11 17:17:51 +00:00
  • 23e37b6842 SPR-8234 Switch to strongly typed custom argument resolvers property Rossen Stoyanchev 2011-04-11 15:50:04 +00:00
  • 54bbcf3a42 SPR-6180 - Upgrade Apache HttpClient to version 4.0 Arjen Poutsma 2011-04-11 13:12:45 +00:00
  • 313546ad1f SPR-8234 Argument resolver and return value handler configuration improvements Rossen Stoyanchev 2011-04-11 12:37:33 +00:00
  • 68b4687311 [SPR-6184] completed JavaDoc for @ContextConfiguration. Sam Brannen 2011-04-10 23:20:05 +00:00
  • 36970115ed Fix issues encountered in Greenhouse Rossen Stoyanchev 2011-04-10 06:01:11 +00:00
  • a16f3ba9dc [SPR-6184] completed JavaDoc for AnnotationConfigContextLoader; polished JavaDoc for other concrete context loaders. Sam Brannen 2011-04-09 23:24:34 +00:00
  • 174bf58308 [SPR-6184] added tests to verify support for @Configuration classes with TestNG; simplified existing TestNG tests using Spring 3.0 and 3.1 features. Sam Brannen 2011-04-09 22:44:53 +00:00
  • 522a879496 polishing Sam Brannen 2011-04-09 21:40:08 +00:00
  • 0584c26b2c [SPR-6184] additional sanity check tests analogous to those developed for [SPR-3896]. Sam Brannen 2011-04-09 21:39:42 +00:00
  • 22072b2414 [SPR-6184] polishing Sam Brannen 2011-04-09 14:46:49 +00:00
  • ef79d7cc8a [SPR-6184] Fleshed out JavaDoc for ResourceTypeAwareContextLoader and ContextLoaderUtils. Sam Brannen 2011-04-09 14:34:16 +00:00
  • 03961a81d6 Updated Eclipse code formatter settings for use with STS 2.6. Specifically, format_javadoc_comments=false, which requires that JavaDoc be formatted manually. Sam Brannen 2011-04-09 13:31:02 +00:00
  • b33478b4ba Added ? wildcard to suppress warnings. Sam Brannen 2011-04-09 13:29:59 +00:00
  • c50d38ef8d [SPR-6184] Introduced ResourceType enum for context loaders; documented tests. Sam Brannen 2011-04-08 22:57:45 +00:00
  • 28b6eae11a SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC Arjen Poutsma 2011-04-08 13:33:58 +00:00
  • 44b4f59c5e SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC Arjen Poutsma 2011-04-08 12:06:53 +00:00
  • 0cdb237576 SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC Arjen Poutsma 2011-04-08 11:12:54 +00:00
  • ff89c0e55a SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC Arjen Poutsma 2011-04-08 10:50:45 +00:00
  • bf6693dbc5 SPR-7354 - Added equivalent of JAX-RS @Consumes to Spring MVC Arjen Poutsma 2011-04-08 09:26:17 +00:00
  • 381af43f91 Javadoc updates Rossen Stoyanchev 2011-04-07 22:16:41 +00:00
  • 6fe0ff9e7b ModelAndViewContainer related refinements Rossen Stoyanchev 2011-04-07 18:09:28 +00:00
  • 3d8b476f58 fixed typo Sam Brannen 2011-04-07 08:00:23 +00:00
  • 2710870d9e SPR-8217 adding one class missed on last checkin Rossen Stoyanchev 2011-04-06 20:33:10 +00:00
  • 4c1f73ed83 SPR-8217 update MVC namespace to use HandlerMethod infrastructure Rossen Stoyanchev 2011-04-06 20:28:47 +00:00
  • ffec444434 Configurable arg resolvers and return value handlers Rossen Stoyanchev 2011-04-06 16:55:21 +00:00
  • ca9a3b4584 Replace ModelAndViewContainer parameter with Object Rossen Stoyanchev 2011-04-06 15:30:19 +00:00
  • 3ee6734424 SPR-8216 Replicate ServletAnnotationControllerTests for HandlerMethod infrastructure Rossen Stoyanchev 2011-04-06 15:30:01 +00:00
  • 28cdae2e50 SPR-8215 Fix issue with tests compiling Rossen Stoyanchev 2011-04-06 11:52:18 +00:00
  • acc75aa4b8 SPR-8215 Move HandlerMethod code into trunk Rossen Stoyanchev 2011-04-06 11:30:59 +00:00
  • 0f7d43ba90 Allow for customization of the media type for forms. Arjen Poutsma 2011-04-05 09:48:09 +00:00
  • 158a392d80 Ignore non-prop 'set' methods in ExtendedBeanInfo Chris Beams 2011-04-05 03:45:38 +00:00
  • eba33b6156 polishing Sam Brannen 2011-04-04 22:06:05 +00:00
  • 070b7b6afe polishing Sam Brannen 2011-04-04 22:05:49 +00:00
  • 74f1e0e9d0 Touch up ApplicationContextInitializer Javadoc Chris Beams 2011-04-04 14:57:51 +00:00
  • 4f7bdbd3de Make ConfigurationClassBeanDefinitionReader public Chris Beams 2011-04-04 14:14:17 +00:00
  • fa4f90e648 SPR-7805 - Add support for package binding in the JibxMashaller Arjen Poutsma 2011-04-04 08:50:15 +00:00
  • 4dcc79d6eb [SPR-6184] Implemented recursive search for configuration classes; introduced LocationsResolver strategy in ContextLoaderUtils with ResourcePathLocationsResolver and ClassNameLocationsResolver implementations. Sam Brannen 2011-04-03 23:10:28 +00:00
  • f3d125626d [SPR-6184] Refactored internals of ContextLoaderUtils; @Ignore'd broken test. Sam Brannen 2011-04-03 17:45:20 +00:00
  • 293baeeb88 [SPR-6184] Updated TODOs. Sam Brannen 2011-04-03 17:23:57 +00:00
  • 523c090551 [SPR-6184] Added DefaultConfigClassInheritedTests to verify proper recursive search for configuration classes configured via @ContextConfiguration. This test is currently failing (as expected) and therefore @Ignore'd. Sam Brannen 2011-04-03 17:22:43 +00:00
  • 70f883303f Removed unnecessary declaration of @TestExecutionListeners. Sam Brannen 2011-04-03 17:20:02 +00:00
  • 5373b43a53 [SPR-6184] Extracted ContextLoader resolution functionality from TestContext into a new ContextLoaderUtils utility class. Sam Brannen 2011-04-03 17:00:45 +00:00
  • ad9c858bd2 [SPR-6184] Introduced ResourceTypeAwareContextLoader interface and removed dependency on AnnotationConfigContextLoader in TestContext. Sam Brannen 2011-04-03 16:37:24 +00:00
  • a60487655c polishing JavaDoc Sam Brannen 2011-04-03 15:26:13 +00:00
  • 744facbf64 [SPR-6184] Simplified AnnotationConfigContextLoader in TestContext. Sam Brannen 2011-04-03 15:16:13 +00:00
  • dd4d6e63ae [SPR-6184] AnnotationConfigContextLoader now generates a default configuration class name; fleshed out documentation of AnnotationConfigContextLoader; introduced sub-package and suite for configuration class tests. Sam Brannen 2011-04-03 14:37:29 +00:00
  • 9202224bca SPR-8174: varargs and primitive handling in SpEL Andy Clement 2011-04-01 21:59:25 +00:00
  • b9d07b9c47 SPR-7840: comparator dealing with nulls Andy Clement 2011-04-01 18:51:35 +00:00
  • fadfc76443 All SFBuilder setters return 'this' & use varargs Chris Beams 2011-03-31 14:28:30 +00:00
  • 4f6df87615 Fix obscure STS error Chris Beams 2011-03-31 14:28:08 +00:00
  • 3f11fbafaa Predictable index position for BindingResult keys and parameter annotation convenience methods in MethodParameter Rossen Stoyanchev 2011-03-31 14:16:37 +00:00
  • 006cbb25c5 Increase visibility of MapPropertySource constructor Chris Beams 2011-03-31 12:29:32 +00:00
  • f5768fe00b Introduce (Annotation)SessionFactoryBuilder types Chris Beams 2011-03-31 12:29:12 +00:00
  • b0b1116f4b Propagate wrapped exception in SessionFactoryUtils Chris Beams 2011-03-31 12:07:30 +00:00
  • 6809b234b1 Introduce HibernateExceptionTranslator Chris Beams 2011-03-31 12:06:58 +00:00
  • 2f5085aef1 Introduce ExtendedBeanInfo Chris Beams 2011-03-31 12:06:36 +00:00
  • ec1b230ae5 [SPR-6184] AnnotationConfigContextLoader now calls AnnotationConfigApplicationContext's register(Class<?>...) method in one go, via var-args. Sam Brannen 2011-03-31 00:00:31 +00:00
  • 732493951e [SPR-6184] AnnotationConfigContextLoader now extends AbstractGenericContextLoader; added new extension points to AbstractGenericContextLoader. Sam Brannen 2011-03-30 23:50:19 +00:00
  • 10640233dc [SPR-6184] Initial draft of the new AnnotationConfigContextLoader. Sam Brannen 2011-03-29 23:42:59 +00:00
  • 334e4f2212 [SPR-6184] Initial draft of the new AnnotationConfigContextLoader. Sam Brannen 2011-03-29 23:38:37 +00:00
  • b50338fd32 [SPR-6184] Work in Progress Sam Brannen 2011-03-28 21:45:14 +00:00
  • fa48a7b3a3 Updating JUnit and TestNG versions for IDEs and Maven. Sam Brannen 2011-03-28 19:59:09 +00:00
  • 6ed1b1ebf8 org.springframework.spring-parent can now be imported into Eclipse Sam Brannen 2011-03-28 19:58:03 +00:00
  • 8568250e77 [SPR-8089] Added TODOs. Sam Brannen 2011-03-28 19:01:33 +00:00
  • 45c6eb1d62 [SPR-8089] re-ignoring JMX tests that require the presence of jmxremote_optional.jar. Sam Brannen 2011-03-28 18:38:34 +00:00
  • 309fa92199 [SPR-8089] re-ignoring JMX tests that require the presence of jmxremote_optional.jar. Sam Brannen 2011-03-28 18:26:30 +00:00
  • daa074734f [SPR-8092] cleaning up ignored and broken ORM tests; suppressing warnings; fixed Eclipse classpath for tests. Sam Brannen 2011-03-28 18:16:45 +00:00
  • adfcc929fb [SPR-8091] developer notes Sam Brannen 2011-03-28 18:09:14 +00:00
  • 5c3ceb8ef0 SPR-7971 + add target object to KeyGenerator Costin Leau 2011-03-28 18:09:04 +00:00
  • 71d70a6e06 [SPR-8089] cleaning up ignored and broken JMX tests; suppressing warnings; using generics where feasible; documented the jmxremote_optional.jar requirement in AbstractMBeanServerTests. Sam Brannen 2011-03-28 17:57:01 +00:00
  • 726564c84d Polishing and fixed broken support for @IfProfileValue in AbstractJpaTests (even though it's deprecated). Sam Brannen 2011-03-28 17:23:48 +00:00
  • d6be4c5a2a [SPR-8090] Fixed broken tests in Log4jWebConfigurerTests. Sam Brannen 2011-03-28 17:20:40 +00:00
  • 657b145ea2 [SPR-8030] AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests are now officially deprecated. Sam Brannen 2011-03-28 14:43:01 +00:00
  • a3a0e5165c SPR-8007 + add more logging Costin Leau 2011-03-28 12:10:26 +00:00
  • eb4b68ffda SPR-8007 SPR-7832 + expose the invocation params through the cache root object + update javadocs Costin Leau 2011-03-28 11:36:05 +00:00
  • a20e73b148 fixed compile error in test with javac compiler Agim Emruli 2011-03-24 11:06:32 +00:00