Commit Graph

  • 6f80578a38 Ignore fragile test dependent on debug symbols Chris Beams 2011-03-23 06:20:19 +00:00
  • f4e1cde33b Eliminate warnings in .validation package Chris Beams 2011-03-18 06:47:12 +00:00
  • 150838bfc1 Remove TODOs related to profile logging Chris Beams 2011-03-15 12:57:43 +00:00
  • b50ac7489b Resolve or eliminate Environment-related TODOs Chris Beams 2011-03-15 12:57:12 +00:00
  • d471266d44 @Feature methods accept @Value-annotated params Chris Beams 2011-03-15 07:09:49 +00:00
  • 529817301f Docs reflect bean id change from xsd:ID->xsd:string Chris Beams 2011-03-14 11:10:12 +00:00
  • 43676bd660 Deregister @Configuration CGLIB callbacks Chris Beams 2011-03-14 09:20:19 +00:00
  • 76ce418556 Fix context:property-placeholder XSD type hierarchy Chris Beams 2011-03-13 19:12:50 +00:00
  • 8681536283 Polish imports Chris Beams 2011-03-13 19:12:10 +00:00
  • c86bc2671a [SPR-8030] Updated reference manual regarding deprecation of JUnit 3.8 base classes. Sam Brannen 2011-03-13 00:25:58 +00:00
  • 4cdb04ab25 Process @ImportResource with current ResourceLoader Chris Beams 2011-03-12 12:24:38 +00:00
  • 704b229cc7 Test injection of Environment on @Feature methods Chris Beams 2011-03-12 12:24:20 +00:00
  • 5cfbed8881 Test injection of special types on @Feature methods Chris Beams 2011-03-11 12:40:51 +00:00
  • f17f970144 Allow other delimiters in profile XML attribute Chris Beams 2011-03-11 04:08:10 +00:00
  • b5baa69f5d Fix 'Dymaic'->'Dynamic' typo in graphic (SPR-7715) Chris Beams 2011-03-10 14:09:11 +00:00
  • 5de35e8f92 Polishing Chris Beams 2011-03-10 14:08:58 +00:00
  • 6993a8768a [SPR-8030] AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests are now officially deprecated. Sam Brannen 2011-03-09 11:47:53 +00:00
  • c736e6b873 [SPR-8030] AbstractJUnit38SpringContextTests and AbstractTransactionalJUnit38SpringContextTests are now officially deprecated. Sam Brannen 2011-03-09 11:45:43 +00:00
  • 8f6fcbda3c + fix missing tag Costin Leau 2011-03-07 12:59:04 +00:00
  • 08bccb28ae + revert back deleted resource Costin Leau 2011-03-06 18:19:19 +00:00
  • 4a589a78e1 + more configuration file Costin Leau 2011-03-06 17:14:10 +00:00
  • c3a635196b SPR-8015 + update default key generator strategy to improve compatibility for implicit declaration on one arg method + updated docs Costin Leau 2011-03-06 17:13:24 +00:00
  • a4aca64007 + fix bug that prevented internal expression cache from being used Costin Leau 2011-03-06 17:06:28 +00:00
  • 5daad3e081 SPR-8006 + fix contains/get race-condition of caches (by adding an extra cache call) Costin Leau 2011-03-06 12:27:46 +00:00
  • a20dd8095e + update copyright headers Costin Leau 2011-03-06 11:53:12 +00:00
  • fad2f2ca30 SPR-8006 SPR-8023 - remove unneeded method Costin Leau 2011-03-06 11:43:25 +00:00
  • 523a83ca28 SPR-8008 SPR-8023 + fix bug in Ehcache cache that considered expired entries for key checks Costin Leau 2011-03-06 11:36:36 +00:00
  • d7a8cf4b7e Fixed typos Sam Brannen 2011-03-04 23:12:09 +00:00
  • 56d50ba8a5 SPR-7406 Improve documentation on handler method parameter type conversion. Rossen Stoyanchev 2011-03-04 19:59:16 +00:00
  • 386d8fdaa6 SPR-6932 Add option to extract value from single-key models in MappingJacksonJsonView Rossen Stoyanchev 2011-03-04 14:19:14 +00:00
  • 761a836236 SPR-2692 Add URI template support to RedirectView Rossen Stoyanchev 2011-03-03 15:54:29 +00:00
  • 4027cbd952 Improve docs for MvcDefaultServletHandler container feature. Rossen Stoyanchev 2011-03-01 14:32:34 +00:00
  • 98d798dbe4 SPR-8005 - Made GenericTypeResolver.getTypeVariableMap(…) and resolvetype(…) public. Oliver Gierke 2011-02-28 17:09:09 +00:00
  • bc342df08f @MVC 2.0: AbstractAnnotationMAR -> AbstractNamedValueMAR Arjen Poutsma 2011-02-25 11:05:14 +00:00
  • 9dbab116fd + add missing # to SpEL variables Costin Leau 2011-02-24 15:06:03 +00:00
  • 9779ca191c SPR-7976 Add MvcInterceptors features. Rossen Stoyanchev 2011-02-22 16:13:04 +00:00
  • 5a5fff5221 Added equals and hashcode Arjen Poutsma 2011-02-22 13:33:24 +00:00
  • 4889794bed final preparations for 3.1 M1 release Juergen Hoeller 2011-02-10 23:20:28 +00:00
  • 716aa6974c fixed scheduling tests Juergen Hoeller 2011-02-10 23:04:40 +00:00
  • 0d70e08ac3 exceptions thrown by @Scheduled methods will be propagated to a registered ErrorHandler (SPR-7723) Juergen Hoeller 2011-02-10 22:50:16 +00:00
  • 03190950d1 polishing Juergen Hoeller 2011-02-10 22:19:10 +00:00
  • 6bfead259e Further compensation for STS version mismatch Chris Beams 2011-02-10 17:59:26 +00:00
  • d7a8536bd7 Re-introduce and deprecate BDPD.initDefaults(Element) Chris Beams 2011-02-10 13:33:09 +00:00
  • c9c436128f [SPR-7953] BeanDefinitionVisitor now actually visits factory method names. Sam Brannen 2011-02-10 13:08:31 +00:00
  • c84ef76fc3 [SPR-7953] BeanDefinitionVisitor now actually visits factory method names. Sam Brannen 2011-02-10 13:01:58 +00:00
  • a6d35d4801 prepared 3.1 M1 changelog Juergen Hoeller 2011-02-10 02:07:14 +00:00
  • ce761d3fe8 renamed AbstractPropertyPlaceholderConfigurer to PlaceholderConfigurerSupport Juergen Hoeller 2011-02-10 02:01:02 +00:00
  • df6be9f694 turned to package visibility Juergen Hoeller 2011-02-10 01:58:21 +00:00
  • 47c9278e32 renamed AbstractPropertyPlaceholderConfigurer to PlaceholderConfigurerSupport Juergen Hoeller 2011-02-10 01:55:11 +00:00
  • 93304b5ff2 removed ConversionService/TypeConverter convenience methods in order to restore 3.0's SPI (for backwards compatibility with implementers) Juergen Hoeller 2011-02-10 01:36:57 +00:00
  • cd584afe93 removed ConversionService/TypeConverter convenience methods in order to restore 3.0's SPI (for backwards compatibility with implementers) Juergen Hoeller 2011-02-10 01:24:08 +00:00
  • b7d7fa7b7e Further compensations for STS; binary compat fixes Chris Beams 2011-02-10 00:30:30 +00:00
  • 9cc125531b Fix STS compatibility issues; other improvements Chris Beams 2011-02-09 16:44:26 +00:00
  • 939da34869 switched to create the PreparedStatementCreatorFactory using a list of SqlParameters to preserve type names (SPR-7699) Thomas Risberg 2011-02-09 13:58:30 +00:00
  • 91debc3a35 Fixing compilation error with javac. Arjen Poutsma 2011-02-09 09:39:29 +00:00
  • c58b63a982 Revert signature change in BDRU.registerWithGeneratedName Chris Beams 2011-02-09 06:57:24 +00:00
  • b1756e2f17 Sync pom.xml deps with ivy.xml changes since 3.0.5 Chris Beams 2011-02-09 06:56:53 +00:00
  • 2f7c2230f0 Include license.txt and notice.txt in module JARs Chris Beams 2011-02-09 06:56:40 +00:00
  • 906b50ef51 Add FeatureMethodErrorTests Chris Beams 2011-02-09 06:54:02 +00:00
  • 6926e0f563 Suppressing warnings, polishing JavaDoc, etc. Sam Brannen 2011-02-08 22:50:45 +00:00
  • e7c2713fd4 polishing JavaDoc Sam Brannen 2011-02-08 22:08:38 +00:00
  • 2d76dde611 Rename ExecutorContext => SpecificationContext Chris Beams 2011-02-08 19:08:41 +00:00
  • c5063004eb Rename spring.{profile}.active => {profiles} Chris Beams 2011-02-08 19:07:46 +00:00
  • a2bc381ade Extract ProblemCollector interface Chris Beams 2011-02-08 19:07:03 +00:00
  • 60414c9052 updated for the 3.1 M1 release Juergen Hoeller 2011-02-08 16:58:34 +00:00
  • 9bef79f5a8 removed assertions Juergen Hoeller 2011-02-08 16:35:38 +00:00
  • b4fea47d5c Introduce FeatureSpecification support Chris Beams 2011-02-08 14:42:33 +00:00
  • b04987ccc3 Make ObjectUtils.addObjectToArray() generic Chris Beams 2011-02-08 13:01:29 +00:00
  • fb57316afa renamed EhcacheCacheManager to EhCacheCacheManager Costin Leau 2011-02-07 17:45:29 +00:00
  • ca2dbc1c59 renamed EhcacheCacheManager to EhCacheCacheManager Costin Leau 2011-02-07 17:44:41 +00:00
  • 4da39b48f7 moved cache abstraction from context.support to context Costin Leau 2011-02-07 17:41:25 +00:00
  • fbb1fa33a1 added support for Instant and MutableDateTime binding to JodaTime formatting system; allow for use of @DateTimeFormat on any ReadableInstant field Keith Donald 2011-02-04 20:17:52 +00:00
  • ff7f3aebea reordered interface operations for clarity Keith Donald 2011-02-04 18:20:05 +00:00
  • 7d1104e442 SPR-7875 Keith Donald 2011-02-04 18:17:30 +00:00
  • 37e0a90350 SPR-7327 Add minOccurs=0 to sub-elements of mvc:annotation-driven and add more tests Rossen Stoyanchev 2011-02-03 22:56:13 +00:00
  • 7aaad37120 SPR-7327 add <mvc:argument-resolvers> namespace element Rossen Stoyanchev 2011-02-03 15:22:00 +00:00
  • 182b6a437c + fixed cache xsd minor typo Costin Leau 2011-02-01 10:20:09 +00:00
  • 44b5df0db1 SPR-7887 + add javadoc on JBoss LTW for usage on JBoss 6.0 Costin Leau 2011-02-01 10:19:23 +00:00
  • 9c071e5d19 SPR-4331 docs for LTW for WebSphere Costin Leau 2011-02-01 10:18:06 +00:00
  • f191be56d1 SPR-4331 LTW for WebSphere Costin Leau 2011-02-01 10:17:42 +00:00
  • 93de9622fc Remove code for parsing mvc:formatters (SPR-7732) Rossen Stoyanchev 2011-01-31 21:30:48 +00:00
  • 0c5a13cc96 SPR-7887 + add note about JBoss 6 Costin Leau 2011-01-31 16:53:56 +00:00
  • c4a954a618 SPR-7494 - Introduce interceptors for RestTemplate Arjen Poutsma 2011-01-28 14:24:52 +00:00
  • 62425568b9 SPR-7494 - Introduce interceptors for RestTemplate Arjen Poutsma 2011-01-28 09:17:00 +00:00
  • abff2b959b SPR-7912 Add tests for FormattingConversionServiceFactoryBean, update reference docs, and remove mvc:formatters Rossen Stoyanchev 2011-01-27 11:26:19 +00:00
  • 149348c907 SPR-7912 Introduce FormatterRegistrar interface and FormattingConversionServiceFactoryBean enhancements. Rossen Stoyanchev 2011-01-26 22:20:49 +00:00
  • 9dd6f467b9 get/stripFilenameExtension correctly ignores Unix-style hidden directories (SPR-7828) Juergen Hoeller 2011-01-26 20:47:45 +00:00
  • 7af890cc5f fixed tests (SPR-7779) Juergen Hoeller 2011-01-26 20:39:57 +00:00
  • f4a2282d9d LocaleChangeInterceptor validates locale values in order to prevent XSS vulnerability (SPR-7779) Juergen Hoeller 2011-01-26 20:30:30 +00:00
  • b3f039ae5f Servlet/PortletRequestDataBinder perform unwrapping for MultipartRequest as well (SPR-7795) Juergen Hoeller 2011-01-26 20:09:42 +00:00
  • 4835be78b7 Made abstract requests public again Arjen Poutsma 2011-01-26 16:09:41 +00:00
  • 4e50eafe74 Small performance improvement Arjen Poutsma 2011-01-26 14:43:34 +00:00
  • f26b499cbd SPR-7732, SPR-6506, SPR-7191 MVC Namespace improvements to the annotation-driven element - custom message converters, formatters, and message codes resolver. Rossen Stoyanchev 2011-01-25 17:49:57 +00:00
  • 1ed1c59888 SPR-7909 - Sending large payloads with RestTemplate results in an OutOfMemoryError Arjen Poutsma 2011-01-25 16:18:47 +00:00
  • d0d6a07870 SPR-7909 - Sending large payloads with RestTemplate results in an OutOfMemoryError Arjen Poutsma 2011-01-25 16:08:15 +00:00
  • 33674933ea OutOfMemory Errors when posting large objects via RestTemplate Arjen Poutsma 2011-01-25 09:48:19 +00:00
  • 2ed3d77331 [SPR-7849] fixed link to Goals section and updated EasyMock description. Sam Brannen 2011-01-21 11:48:30 +00:00
  • 6362de44d1 [SPR-7849] revised the testing chapter based on internal review and new insight. Sam Brannen 2011-01-21 00:23:34 +00:00
  • d3d7634574 added tests with error in BindingResult (SPR-7809) Juergen Hoeller 2011-01-18 21:39:08 +00:00
  • 465e093bfb SPR-7729 - MediaType incorrectly calls the toString() method instead of name() method causing RestTemplate on Android to fail Arjen Poutsma 2011-01-10 15:45:42 +00:00