Commit Graph

  • fbdebc1bd6 Clean up warnings that show up in Gradle build Sam Brannen 2014-02-26 14:05:26 +01:00
  • 019d29c991 Delete work-around for Ant 1.8 in Gradle build Sam Brannen 2014-02-26 13:58:04 +01:00
  • 1ac08e4a1b Polish Javadoc for ConfigurationClassParser Sam Brannen 2014-02-26 02:22:32 +01:00
  • 979c483384 Do not inspect meta-annotations on Java annotations Sam Brannen 2014-02-25 21:41:59 +01:00
  • 651e0a44fb Update documentation Rossen Stoyanchev 2014-02-25 11:28:14 -05:00
  • ce0d916492 Fix 'method' typo in @PropertySources Sam Brannen 2014-02-25 15:56:39 +01:00
  • 39eb7442fc Merge changes from sbrannen/SPR-11455 Sam Brannen 2014-02-25 15:36:17 +01:00
  • 78b69f5d77 Always supply test class to ContextLoaders in TCF Sam Brannen 2014-02-22 02:03:06 +01:00
  • 76cc6db5fc Upgrade to TestNG 6.8.8 Sam Brannen 2014-02-25 15:26:16 +01:00
  • b727cdb120 Adjust ActiveMQ settings in integration tests Rossen Stoyanchev 2014-02-24 17:03:22 -05:00
  • 2ec4c00068 Merge pull request #468 from wilkinsona/jasperreports Phillip Webb 2014-02-24 10:56:59 -08:00
  • 7c4fbec1cd Make version of JasperReports consistent Andy Wilkinson 2014-02-20 15:43:27 +00:00
  • cd6d234244 Merge pull request #469 from petrukhnov/patch-1 Phillip Webb 2014-02-24 10:49:05 -08:00
  • ccb7737716 Removed repeated 'multiple' word in comment Konstantin Petrukhnov 2014-02-24 15:17:20 +02:00
  • 90b938aa8f Verify status quo when searching for non-inherited composed annotations Sam Brannen 2014-02-24 00:13:47 +01:00
  • f8950960f2 Support arbitrary meta-annotation levels in the TCF Sam Brannen 2014-02-23 01:05:15 +01:00
  • 2c8f25a14c Delete call to System.err in AbstractContextLoaderUtilsTests Sam Brannen 2014-02-23 00:28:00 +01:00
  • aa3e250ab6 @Ignore PrintingResultHandlerTests Sam Brannen 2014-02-23 00:24:24 +01:00
  • 3c511f00cc Simplify MetaAnnotationUtilsTests Sam Brannen 2014-02-22 18:48:55 +01:00
  • d9a2b3c2ba Deleted unused code in ContextLoaderUtilsActiveProfilesTests Sam Brannen 2014-02-22 18:09:59 +01:00
  • dc6eaad2e9 Update copyright date in ContextLoaderUtils Sam Brannen 2014-02-22 18:06:37 +01:00
  • 5f7d1758f8 Always pass test class to ActiveProfilesResolver Sam Brannen 2014-02-22 17:15:11 +01:00
  • 34e90ba7f7 Simplify ContextLoaderUtilsActiveProfilesTests Sam Brannen 2014-02-22 16:55:13 +01:00
  • 7e38f479e0 Polishing Sam Brannen 2014-02-21 22:56:23 +01:00
  • 42a36349e9 Support nested meta-annotations in AnnotationUtils Sam Brannen 2014-02-19 18:27:44 +01:00
  • 8f0849f328 Fix minor error in AnnotationUtilsTests Sam Brannen 2014-02-19 12:47:55 +01:00
  • 5fe436c9a9 Next development version Spring Buildmaster 2014-02-18 21:51:58 -08:00
  • 082a564b9b Update changelog for 3.2.8 Phillip Webb 2014-02-18 20:58:34 -08:00
  • 461816735f Fix unused import warning Phillip Webb 2014-02-18 19:37:06 -08:00
  • 8018ee7ce6 Next development version Spring Buildmaster 2014-02-18 16:53:21 -08:00
  • fb0683c066 Add processExternalEntities support to OXM Rossen Stoyanchev 2014-02-18 16:01:20 -08:00
  • edba32b309 Add processExternalEntities support to OXM Rossen Stoyanchev 2014-02-18 15:48:02 -08:00
  • 7efd54e243 Additional caching for ResolvableTypes Phillip Webb 2014-02-14 16:11:08 -08:00
  • 09c57203bb Fix memory leak in ConcurrentReferenceHashMap Phillip Webb 2014-02-18 15:05:28 -08:00
  • 319724f0b4 Regularly purge ResolvableType cache Phillip Webb 2014-02-18 15:10:48 -08:00
  • 2b4c81e642 Fix memory leak in ConcurrentReferenceHashMap Phillip Webb 2014-02-18 15:05:28 -08:00
  • fe6a9826c5 Fix typo in AbstractDelegatingSmartContextLoader Sam Brannen 2014-02-18 18:39:04 +01:00
  • 268657b6cb Add PropertyNamingStrategy field to ObjectMapperFB Rossen Stoyanchev 2014-02-17 14:57:22 -05:00
  • 1dedb67fbc Set virtualHost on StompBrokerRelayRegistration Brian Clozel 2014-02-17 14:49:48 +01:00
  • bde4964af5 Polishing Juergen Hoeller 2014-02-14 23:48:13 +01:00
  • 4886bf0708 Polishing Juergen Hoeller 2014-02-14 23:46:22 +01:00
  • 8a96d1a6ee Polishing Juergen Hoeller 2014-02-14 23:40:03 +01:00
  • 75e08695a0 Mixed polishing along with recent changes (cherry picked from commit 14e5a02) Juergen Hoeller 2014-02-14 21:39:40 +01:00
  • 5da79ebca6 Related polishing Juergen Hoeller 2014-02-14 21:38:44 +01:00
  • bb7a1372c0 Avoid unnecessary getMappingForMethod repeat (in particular for RequestMappingInfo) Juergen Hoeller 2014-02-14 20:48:40 +01:00
  • 7e3c722146 Objects with multi-threaded access should not lazily populate a hash field Juergen Hoeller 2014-02-14 20:46:34 +01:00
  • d7591c6bd7 Clarified CompositeCacheManager's applicability, added convenience constructor with given delegates, and fixed getCacheNames implementation to never return duplicates Juergen Hoeller 2014-02-14 01:41:53 +01:00
  • 42dec02203 EhCache/JCacheCacheManager needs to re-obtain runtime-added Cache reference for potential decoration Juergen Hoeller 2014-02-14 21:58:48 +01:00
  • ef1748f694 EhCache/JCacheCacheManager needs to re-obtain runtime-added Cache reference for potential decoration Juergen Hoeller 2014-02-14 21:58:48 +01:00
  • 14e5a02870 Mixed polishing along with recent changes Juergen Hoeller 2014-02-14 21:39:40 +01:00
  • 9c6df766cd Related polishing Juergen Hoeller 2014-02-14 21:38:44 +01:00
  • f913940402 Avoid unnecessary getMappingForMethod repeat (in particular for RequestMappingInfo) Juergen Hoeller 2014-02-14 20:48:40 +01:00
  • 72fe7ebc34 Objects with multi-threaded access should not lazily populate a hash field Juergen Hoeller 2014-02-14 20:46:34 +01:00
  • 6fba8292f5 Restrict ETag generation in ShallowEtagHeaderFilter Brian Clozel 2014-02-13 22:08:44 +01:00
  • d550ffb37f Clarified CompositeCacheManager's applicability, added convenience constructor with given delegates, and fixed getCacheNames implementation to never return duplicates Juergen Hoeller 2014-02-14 01:41:53 +01:00
  • 34d397efa9 Restored original detectHandlerMethods call chain for backwards compatibility with custom subclasses (such as in Spring Integration) Juergen Hoeller 2014-02-14 01:30:16 +01:00
  • 32e5f57e64 Ensure matching user destination returned Rossen Stoyanchev 2014-02-13 14:03:57 -05:00
  • 741b4b229a Add encoding for the default action in FormTag Rossen Stoyanchev 2014-02-13 14:36:12 -05:00
  • 0cb27f4bc5 Allow HttpMethod as a controller method argument Rossen Stoyanchev 2014-02-13 12:16:24 -05:00
  • b1abe26b33 Add ResultMatchers for status code ranges Rossen Stoyanchev 2014-02-13 11:45:12 -05:00
  • 206655c2b4 Polishing Sam Brannen 2014-02-13 02:25:21 +01:00
  • 1ae3eba89a Merge from sbrannen/SPR-10785 Sam Brannen 2014-02-13 02:09:26 +01:00
  • 8028eae786 Fix CGLIB memory leak for method injection Sam Brannen 2014-02-12 02:03:24 +01:00
  • bda8f2b4cf Upgraded to Jetty 9.1.2 and Guava 16.0.1 Juergen Hoeller 2014-02-13 01:09:16 +01:00
  • ce39146be8 Polishing Juergen Hoeller 2014-02-13 01:08:35 +01:00
  • 27ad1990e3 Fix imports in SourceHttpMessageConverterTests Sam Brannen 2014-02-13 00:44:10 +01:00
  • 337b5ff5d6 Actually upgraded to Gradle 1.11 Juergen Hoeller 2014-02-13 00:42:41 +01:00
  • b40403cdc9 Polishing Juergen Hoeller 2014-02-13 00:42:22 +01:00
  • 0972582880 resolveFactoryMethodIfPossible considers nonPublicAccessAllowed and SecurityManager Juergen Hoeller 2014-02-13 00:42:16 +01:00
  • bc879100c4 Test against CGLIB memory leak for method injection Sam Brannen 2014-02-13 00:22:31 +01:00
  • f2a4537b6c Test against CGLIB memory leak for method injection Sam Brannen 2014-02-13 00:22:31 +01:00
  • 674169fe07 Actually upgraded to Gradle 1.11 Juergen Hoeller 2014-02-13 00:10:21 +01:00
  • 520ef9ec23 Polishing Juergen Hoeller 2014-02-12 23:48:37 +01:00
  • 603cdea26e resolveFactoryMethodIfPossible considers nonPublicAccessAllowed and SecurityManager Juergen Hoeller 2014-02-12 23:48:16 +01:00
  • 0ec99fdef7 Polishing Juergen Hoeller 2014-02-12 18:36:04 +01:00
  • 6f58491b9c MarshallingView explicitly skips BindingResult when searching for a model object Juergen Hoeller 2014-02-12 18:35:36 +01:00
  • 3716a8ef7d Upgraded to Gradle 1.11 Juergen Hoeller 2014-02-12 18:29:14 +01:00
  • 9f77ef4102 Exclude overloaded from equals & hashCode in MethodOverride Sam Brannen 2014-02-12 16:56:03 +01:00
  • 891ec56607 Upgrade to Tomcat 8.0.3 Rossen Stoyanchev 2014-02-12 11:06:31 -05:00
  • dfe2234781 Upgrade to Undertow 1.0 Final (WildFly 8 Final) Rossen Stoyanchev 2014-02-12 10:53:11 -05:00
  • 9534245660 Exclude overloaded from equals & hashCode in MethodOverride Sam Brannen 2014-02-12 16:56:03 +01:00
  • 7f95a27e6d Upgraded to Commons Logging 1.1.3 and Gradle 1.11 Juergen Hoeller 2014-02-12 15:15:41 +01:00
  • 4ac4630b0b Polishing Juergen Hoeller 2014-02-12 15:15:05 +01:00
  • 29b40b9d0e Revised InvocableHandlerMethod exception handling Juergen Hoeller 2014-02-12 15:13:28 +01:00
  • 85e336e6da Consistently avoid close() call on Servlet OutputStream Juergen Hoeller 2014-02-12 15:12:43 +01:00
  • b223e6efec MarshallingView should not close response OutputStream after copying to it Juergen Hoeller 2014-02-12 15:12:35 +01:00
  • d55a173e2e Fix issue w/ use of UrlPathHelper's urlDecode property Juergen Hoeller 2014-02-12 15:06:00 +01:00
  • 8ae3aa7f59 Upgraded to Commons Logging 1.1.3 Juergen Hoeller 2014-02-12 00:13:16 +01:00
  • cead06a3d9 Polishing Juergen Hoeller 2014-02-12 00:12:52 +01:00
  • 4a45af0038 AbstractHandlerMethodMapping should reuse BeanFactory.getType result Juergen Hoeller 2014-02-12 00:11:36 +01:00
  • 949338009b Ignore container callback and marker interfaces for auto-proxy decisions Juergen Hoeller 2014-02-12 00:01:20 +01:00
  • 1a1c72ce4b Revised InvocableHandlerMethod exception handling Juergen Hoeller 2014-02-11 23:48:10 +01:00
  • 5f1592a61a Consistently avoid close() call on Servlet OutputStream Juergen Hoeller 2014-02-11 23:42:37 +01:00
  • 648245b200 MarshallingView should not close response OutputStream after copying to it Juergen Hoeller 2014-02-11 23:41:09 +01:00
  • 7301b58ec9 Improve info on use of @Controller's with aop proxying Rossen Stoyanchev 2014-02-11 12:25:54 -05:00
  • 12598f8581 Fix issue w/ use of UrlPathHelper's urlDecode property Rossen Stoyanchev 2014-02-10 16:55:21 -05:00
  • 14616a445a Update javadoc to conform to JDK8 styling Rob Winch 2014-02-10 15:07:34 -06:00
  • b4f1a4c6dc Merge pull request #458 from abobov/master Sam Brannen 2014-02-10 15:23:48 +01:00
  • 1cf38a98a4 Fixed example in JavaDoc. Anton Bobov 2014-02-10 14:09:09 +06:00
  • ac22b786be Delete unused imports Sam Brannen 2014-02-09 18:58:41 +01:00