6368 Commits (08e1cbc02b61647ba694cbedc340a4c40e1b1285)
 

Author SHA1 Message Date
Juergen Hoeller 08e1cbc02b Jaxb2Marshaller etc 12 years ago
Juergen Hoeller 93e6238f92 Polishing 12 years ago
Juergen Hoeller 23925edc95 Added "mappedClass" property to Jaxb2Marshaller, introducing support for partial unmarshalling 12 years ago
Phillip Webb 2ca75386f1 Align UriComponents.toUri() with toUriString() 12 years ago
Phillip Webb 203b22b246 UriComponentsBuilder supports query without value 12 years ago
Phillip Webb f32ce3a613 Make HierarchicalUriComponents Serializable 12 years ago
Phillip Webb 536325bc75 Make HierarchicalUriComponents Serializable 12 years ago
Juergen Hoeller 6fc0790c5f Added note on EhCache 2.1+ as recommended version 12 years ago
Juergen Hoeller cef97819c5 Fixed regression in SpringValidatorAdapter's retrieval of invalid values 12 years ago
Phillip Webb 19eecb151b Add @Ignored Test case to reproduce SPR-10243 12 years ago
Phillip Webb 0b6101478e Use bridge methods in ReflectiveMethodResolver 12 years ago
Phillip Webb 634284e1fd Use bridge methods in ReflectiveMethodResolver 12 years ago
Juergen Hoeller d442c40e0c Added section on GemFire as a cache provider choice (SPR-9468) 12 years ago
Juergen Hoeller c4194ee175 Added paragraph on BeanPostProcessor side effects when autowiring dependencies into it (SPR-9577) 12 years ago
Phillip Webb 36b2e1f192 Merge branch 'cleanup-3.2.x' into 3.2.x 12 years ago
Phillip Webb 2642cf2e05 Replace EasyMock with Mockito in spring-jms 12 years ago
Juergen Hoeller 00a3420c6f CastorMarshaller etc 12 years ago
Juergen Hoeller e9db785799 Polishing 12 years ago
Juergen Hoeller aa576e70be Fixed test class name 12 years ago
Juergen Hoeller 9e9cdf5f13 Removed unused XStreamUtils class; direct access to the xstream field in XStreamMarshaller 12 years ago
Juergen Hoeller 6a2ace739f Added "entityResolver", "classDescriptorResolver", "doctypes" and further properties to CastorMarshaller 12 years ago
Juergen Hoeller 1af28efe39 @Transactional in AspectJ mode works with CallbackPreferringPlatformTransactionManager (WebSphere) as well 12 years ago
Juergen Hoeller 01c44c8bf6 Further enhancements for 3.2.2 12 years ago
Juergen Hoeller a86a77ad81 ConfigurationClassPostProcessor detects covariant return type mismatch, avoiding infinite recursion 12 years ago
Juergen Hoeller c1c27e7142 Deprecated JdbcTemplate's queryForInt/Long operations in favor of queryForObject (following NamedParameterJdbcTemplate) 12 years ago
Juergen Hoeller 3fa6723748 Added useful query variants without parameters to NamedParameterJdbcTemplate, for convenience in DAOs 12 years ago
Juergen Hoeller 9881517f61 Further enhancements for 3.2.2 12 years ago
Juergen Hoeller f57bc1aaaa MappingJackson(2)JsonView allows subclasses to access the ObjectMapper and to override content writing 12 years ago
Juergen Hoeller af8e6255e2 Refined CronSequenceGenerator's rounding up of seconds to address second-specific cron expressions 12 years ago
Juergen Hoeller 89c3d03083 @Async's qualifier works for target class annotations behind a JDK proxy as well 12 years ago
Phillip Webb c4f79bb997 Merge branch '3.2.x' into cleanup-3.2.x 12 years ago
Phillip Webb 584e79c677 Promote use of @PostConstruct and @PreDestroy 12 years ago
Juergen Hoeller 0058503cf0 @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support 12 years ago
Juergen Hoeller f9bac48d84 Further preparations for 3.2.2 12 years ago
Juergen Hoeller 9255d3038f @Scheduled provides String variants of fixedDelay, fixedRate, initialDelay for placeholder support 12 years ago
Juergen Hoeller b3c9a11bd1 Folded a FactoryBean-specific check into predictBeanType now 12 years ago
Phillip Webb 7bbb4ec7af Fix Assert.instanceOf exception message 12 years ago
Juergen Hoeller 2aaa66f86b Allow for ordering of mixed AspectJ before/after advices 12 years ago
Juergen Hoeller e3c83bb769 Minor javadoc and source layout polishing 12 years ago
Juergen Hoeller 9ffbee332c Fixed documentation for "depends-on" attribute 12 years ago
Juergen Hoeller 0d66df26da "depends-on" attribute on lang namespace element actually respected at runtime now 12 years ago
Juergen Hoeller d3969de101 Allow for ordering of mixed AspectJ before/after advices 12 years ago
Phillip Webb fd831bc19e Add testMany test to TestGroup.PERFORMANCE 12 years ago
Phillip Webb b21063ec05 Polish @Test annotation position 12 years ago
Phillip Webb 5edd2ffa10 Merge branch '3.2.x' into cleanup-3.2.x 12 years ago
Juergen Hoeller 1ed26d6389 Preparations for 3.2.2 12 years ago
Juergen Hoeller c6cf911931 Marked spring-web module as 'distributable' in order for session replication to work on Tomcat 12 years ago
Juergen Hoeller 8a4ce142c4 SQLErrorCodeSQLExceptionTranslator tries to find SQLException with actual error code, looping through the causes. 12 years ago
Juergen Hoeller 188a11bdb9 Fixed setFavorPathExtension delegation code 12 years ago
Juergen Hoeller ab3aa6c8c2 Added ContentNegotiationManager(Collection<ContentNegotiationStrategy>) constructor 12 years ago