Commit Graph

  • 893574be0e Protect against ArrayIndexOutOfBoundsException Phillip Webb 2013-02-15 12:31:47 -08:00
  • 7d20c7a62f Module POMs, etc Juergen Hoeller 2013-02-15 18:31:49 +01:00
  • 5e64723e02 Catch ASM ClassReader's IllegalArgumentException and turn it into a more expressive exception, hinting at the class file version Juergen Hoeller 2013-02-15 18:31:22 +01:00
  • add6a7faa0 Updated note on Bean Validation 1.1 Juergen Hoeller 2013-02-15 18:24:11 +01:00
  • acffcdaa01 Polished *JdbcCall/Insert classes Juergen Hoeller 2013-02-15 18:23:10 +01:00
  • 06c6cbb6b9 AbstractCachingViewResolver does not use global lock for accessing existing View instances anymore Juergen Hoeller 2013-02-15 18:17:00 +01:00
  • 5b1165b102 Ignore path parameters in request mappings Rossen Stoyanchev 2013-02-15 11:31:32 -05:00
  • eda53ec1d8 Allow merge of MockMultipart- w/ Mock- request builder Rossen Stoyanchev 2013-02-15 09:41:29 -05:00
  • b47d97c23a Improve error message for JSON path expressions Rossen Stoyanchev 2013-02-15 09:40:51 -05:00
  • ccca82be1b Make StandaloneMockMvcBuilder interface consistent Arnaud Cogoluègnes 2013-02-14 12:05:34 +01:00
  • f0787bdb86 Fixed @Configurable documentation with respect to logging when the aspect hasn't been configured Juergen Hoeller 2013-02-15 13:30:34 +01:00
  • 81a929aed3 Removed outdated EJB reference from auto-proxying documentation. Juergen Hoeller 2013-02-15 13:13:16 +01:00
  • 8987ceea93 Fixed @Configurable documentation with respect to the use of a prototype-scoped bean definition. Juergen Hoeller 2013-02-15 13:08:47 +01:00
  • ff15534211 Log4jWebConfigurer supports resolving placeholders against ServletContext init-parameters as well Juergen Hoeller 2013-02-15 13:01:50 +01:00
  • 221562dbeb Use default value for empty values in @RequestParam Rossen Stoyanchev 2013-02-15 07:25:26 -05:00
  • 7a7df66374 Update JavaScriptUtils 3.1.x Rossen Stoyanchev 2013-02-15 06:45:54 -05:00
  • f5c9fe69a4 Update JavaScriptUtils Rossen Stoyanchev 2013-02-15 06:37:04 -05:00
  • 6e5cb7fbcd Protect against '//' in UriComponentsBuilder Phillip Webb 2013-02-14 21:09:28 -08:00
  • 953b2b60ad Javadoc polish Phillip Webb 2013-02-13 11:58:21 -08:00
  • 92ad66bf10 Add setOutputStreaming option for HTTP factory Phillip Webb 2013-02-12 20:36:12 -08:00
  • 030c61f294 Merge pull request #230 from avbentem/patch-1 Phillip Webb 2013-02-13 11:46:26 -08:00
  • 24ed325c0c Add HttpPutFormContentFilter note to documentation Arjan van Bentem 2013-02-13 11:40:40 -08:00
  • 5334ac59f6 "packagesToScan" feature for Hibernate 3 and Hibernate 4 detects annotated packages as well Juergen Hoeller 2013-02-13 17:43:22 +01:00
  • 39c6341cea Fix type in "what's new in 3.2" section Phillip Webb 2013-02-12 22:43:40 -08:00
  • e551f0408d Protect against NPE in Tiles 3 Views Phillip Webb 2013-02-12 15:32:46 -08:00
  • 66ae626f91 Only register Date converters with global format Phillip Webb 2013-02-12 11:02:30 -08:00
  • dbe3c234d6 Polish Phillip Webb 2013-02-12 09:37:28 -08:00
  • de692521df Merge pull request #231 from carsonmcdonald/3.2.x Phillip Webb 2013-02-12 09:26:09 -08:00
  • 6f0b4395e5 Fix a few typos Carson McDonald 2013-02-12 09:04:28 -05:00
  • 9320bf1316 Fix @RequestMapping regex reference doc example Phillip Webb 2013-02-11 20:56:59 -08:00
  • 6661788748 Ensure HTTP classes don't close streams Phillip Webb 2013-02-11 18:42:21 -08:00
  • 08e1cbc02b Jaxb2Marshaller etc Juergen Hoeller 2013-02-11 21:51:29 +01:00
  • 93e6238f92 Polishing Juergen Hoeller 2013-02-11 21:51:02 +01:00
  • 23925edc95 Added "mappedClass" property to Jaxb2Marshaller, introducing support for partial unmarshalling Juergen Hoeller 2013-02-11 21:49:14 +01:00
  • 2ca75386f1 Align UriComponents.toUri() with toUriString() Phillip Webb 2013-02-11 11:17:23 -08:00
  • 203b22b246 UriComponentsBuilder supports query without value Phillip Webb 2013-02-11 09:39:51 -08:00
  • f32ce3a613 Make HierarchicalUriComponents Serializable Phillip Webb 2013-02-11 09:25:30 -08:00
  • 536325bc75 Make HierarchicalUriComponents Serializable Phillip Webb 2013-02-11 09:18:57 -08:00
  • 6fc0790c5f Added note on EhCache 2.1+ as recommended version Juergen Hoeller 2013-02-11 13:09:05 +01:00
  • cef97819c5 Fixed regression in SpringValidatorAdapter's retrieval of invalid values Juergen Hoeller 2013-02-11 12:21:46 +01:00
  • 19eecb151b Add @Ignored Test case to reproduce SPR-10243 Phillip Webb 2013-02-10 18:54:28 -08:00
  • 0b6101478e Use bridge methods in ReflectiveMethodResolver Phillip Webb 2013-02-10 17:17:23 -08:00
  • 634284e1fd Use bridge methods in ReflectiveMethodResolver Phillip Webb 2013-02-10 16:25:38 -08:00
  • d442c40e0c Added section on GemFire as a cache provider choice (SPR-9468) Juergen Hoeller 2013-02-10 23:24:25 +01:00
  • c4194ee175 Added paragraph on BeanPostProcessor side effects when autowiring dependencies into it (SPR-9577) Juergen Hoeller 2013-02-10 23:03:36 +01:00
  • 36b2e1f192 Merge branch 'cleanup-3.2.x' into 3.2.x Phillip Webb 2013-02-10 12:21:33 -08:00
  • 2642cf2e05 Replace EasyMock with Mockito in spring-jms Phillip Webb 2013-02-10 00:12:36 -08:00
  • 00a3420c6f CastorMarshaller etc Juergen Hoeller 2013-02-10 21:11:13 +01:00
  • e9db785799 Polishing Juergen Hoeller 2013-02-10 21:10:58 +01:00
  • aa576e70be Fixed test class name Juergen Hoeller 2013-02-10 21:10:51 +01:00
  • 9e9cdf5f13 Removed unused XStreamUtils class; direct access to the xstream field in XStreamMarshaller Juergen Hoeller 2013-02-10 21:10:00 +01:00
  • 6a2ace739f Added "entityResolver", "classDescriptorResolver", "doctypes" and further properties to CastorMarshaller Juergen Hoeller 2013-02-10 21:09:00 +01:00
  • 1af28efe39 @Transactional in AspectJ mode works with CallbackPreferringPlatformTransactionManager (WebSphere) as well Juergen Hoeller 2013-02-10 18:06:50 +01:00
  • 01c44c8bf6 Further enhancements for 3.2.2 Juergen Hoeller 2013-02-10 00:02:45 +01:00
  • a86a77ad81 ConfigurationClassPostProcessor detects covariant return type mismatch, avoiding infinite recursion Juergen Hoeller 2013-02-09 23:21:35 +01:00
  • c1c27e7142 Deprecated JdbcTemplate's queryForInt/Long operations in favor of queryForObject (following NamedParameterJdbcTemplate) Juergen Hoeller 2013-02-09 17:06:30 +01:00
  • 3fa6723748 Added useful query variants without parameters to NamedParameterJdbcTemplate, for convenience in DAOs Juergen Hoeller 2013-02-09 16:59:38 +01:00
  • 9881517f61 Further enhancements for 3.2.2 Juergen Hoeller 2013-02-08 22:26:03 +01:00
  • f57bc1aaaa MappingJackson(2)JsonView allows subclasses to access the ObjectMapper and to override content writing Juergen Hoeller 2013-02-08 22:25:26 +01:00
  • af8e6255e2 Refined CronSequenceGenerator's rounding up of seconds to address second-specific cron expressions Juergen Hoeller 2013-02-08 21:13:04 +01:00
  • 89c3d03083 @Async's qualifier works for target class annotations behind a JDK proxy as well Juergen Hoeller 2013-02-08 16:08:05 +01:00
  • c4f79bb997 Merge branch '3.2.x' into cleanup-3.2.x Phillip Webb 2013-02-07 17:37:13 -08:00
  • 584e79c677 Promote use of @PostConstruct and @PreDestroy Phillip Webb 2013-02-07 17:22:09 -08:00
  • 0058503cf0 @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support Juergen Hoeller 2013-02-08 01:13:08 +01:00
  • f9bac48d84 Further preparations for 3.2.2 Juergen Hoeller 2013-02-08 00:59:45 +01:00
  • 9255d3038f @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support Juergen Hoeller 2013-02-08 00:58:39 +01:00
  • b3c9a11bd1 Folded a FactoryBean-specific check into predictBeanType now Juergen Hoeller 2013-02-07 23:22:30 +01:00
  • 7bbb4ec7af Fix Assert.instanceOf exception message Phillip Webb 2013-02-07 13:35:31 -08:00
  • 2aaa66f86b Allow for ordering of mixed AspectJ before/after advices Juergen Hoeller 2013-02-07 22:02:40 +01:00
  • e3c83bb769 Minor javadoc and source layout polishing Juergen Hoeller 2013-02-07 15:36:19 +01:00
  • 9ffbee332c Fixed documentation for "depends-on" attribute Juergen Hoeller 2013-02-07 15:28:25 +01:00
  • 0d66df26da "depends-on" attribute on lang namespace element actually respected at runtime now Juergen Hoeller 2013-02-07 15:27:43 +01:00
  • d3969de101 Allow for ordering of mixed AspectJ before/after advices Juergen Hoeller 2013-02-07 14:11:24 +01:00
  • fd831bc19e Add testMany test to TestGroup.PERFORMANCE Phillip Webb 2013-02-06 14:29:06 -08:00
  • b21063ec05 Polish @Test annotation position Phillip Webb 2013-02-06 14:25:28 -08:00
  • 5edd2ffa10 Merge branch '3.2.x' into cleanup-3.2.x Phillip Webb 2013-02-06 14:25:14 -08:00
  • 1ed26d6389 Preparations for 3.2.2 Juergen Hoeller 2013-02-06 21:48:28 +01:00
  • c6cf911931 Marked spring-web module as 'distributable' in order for session replication to work on Tomcat Juergen Hoeller 2013-02-06 21:44:34 +01:00
  • 8a4ce142c4 SQLErrorCodeSQLExceptionTranslator tries to find SQLException with actual error code, looping through the causes. Juergen Hoeller 2013-02-06 21:32:42 +01:00
  • 188a11bdb9 Fixed setFavorPathExtension delegation code Juergen Hoeller 2013-02-06 20:57:45 +01:00
  • ab3aa6c8c2 Added ContentNegotiationManager(Collection<ContentNegotiationStrategy>) constructor Juergen Hoeller 2013-02-06 20:52:04 +01:00
  • 6b82d293d5 ConfigurationClassPostProcessor allows for overriding of scoped-proxy bean definitions Juergen Hoeller 2013-02-06 20:41:37 +01:00
  • 1cc58e0a99 Limit auto grow collection size when using SpEL Phillip Webb 2013-02-06 10:42:46 -08:00
  • 1c724069c3 Improve presentation of code blocks in Javadoc Phillip Webb 2013-02-04 15:03:51 -08:00
  • 501ce65055 Polish @Configuration javadoc Phillip Webb 2013-02-04 15:00:45 -08:00
  • a6b70722fa Update Quartz documentation to use FactoryBeans Phillip Webb 2013-02-04 13:57:48 -08:00
  • 8c2ace33cb Support 'unless' expression for cache veto Phillip Webb 2013-01-24 17:16:29 -08:00
  • 3252cb5a0f Merge branch 'cleanup-3.2.x' into 3.2.x Phillip Webb 2013-02-04 10:37:11 -08:00
  • f464a45ba4 Polish formatting Phillip Webb 2013-02-01 10:14:01 -08:00
  • 0a6da1e42d Merge branch '3.2.x' into cleanup-3.2.x Phillip Webb 2013-02-04 10:29:05 -08:00
  • 220d2311c7 Polish documentation in Hibernate support classes Sam Brannen 2013-02-01 23:51:07 +01:00
  • ae0c34baaf Improve 3.2 migration guide re: JUnit & Hamcrest Sam Brannen 2013-02-01 15:40:01 +01:00
  • 4849205c6a Merge branch '3.2.x' into cleanup-3.2.x Phillip Webb 2013-01-31 13:54:28 -08:00
  • aac6b913d6 Merge branch 'cleanup-3.2.x' into 3.2.x Phillip Webb 2013-01-31 12:52:51 -08:00
  • a694db2933 Removed logging from GenericTypeResolver's resolveReturnTypeForGenericMethod Juergen Hoeller 2013-01-31 18:01:01 +01:00
  • 7d798acd35 Added getOriginalValue() accessor to (Real)Literal Juergen Hoeller 2013-01-31 17:50:37 +01:00
  • bd72fcd469 Initial preparations for 3.2.2 Juergen Hoeller 2013-01-31 16:53:58 +01:00
  • b3af29b8f6 DefaultMessageListenerContainer invokes specified ExceptionListener for recovery exceptions as well Juergen Hoeller 2013-01-31 16:53:04 +01:00
  • 6d77f1cf3b ConfigurationClassPostProcessor consistently uses ClassLoader, not loading core JDK annotations via ASM Juergen Hoeller 2013-01-31 16:51:56 +01:00
  • 58f59d6851 MediaType throws dedicated InvalidMediaTypeException instead of generic IllegalArgumentException Juergen Hoeller 2013-01-30 14:58:36 +01:00