3646 Commits (fece2c112502d1144a0e15f07bc403ffb2428b95)
 

Author SHA1 Message Date
Juergen Hoeller fece2c1125 restored support for String-to-ContextResource conversion (SPR-8383) 15 years ago
Juergen Hoeller 8b55b34d79 consistent dependency on Hibernate Validator 4.1.0.GA 15 years ago
Juergen Hoeller d1e998bedd refined WebLogic RMI descriptor to only mark 'getTargetInterfaceName' method as idempotent (SPR-8369) 15 years ago
Juergen Hoeller 2ddb14ae5b refined EntityManagerFactory proxy exception (SPR-4383) 15 years ago
Juergen Hoeller ae74fbdd4b prepared for 3.0.6 release 15 years ago
Juergen Hoeller 28769e906f ConversionService, CachedConnectionFactory, etc 15 years ago
Juergen Hoeller 47c21bf73b fixed NamedParameterJdbcTemplate's handling of arrays as query parameters (SPR-7699) 15 years ago
Juergen Hoeller 59fda2dbab restored original GenericConversionService behavior with respect to empty collections/maps; restored original FormattingConversionService behavior with respect to the use of subtypes; fixed collection element resolution when using a ConversionService with a DataBinder 15 years ago
Juergen Hoeller 43f8eca91b restored original GenericConversionService behavior with respect to empty collections/maps; restored original FormattingConversionService behavior with respect to the use of subtypes; fixed collection element resolution when using a ConversionService with a DataBinder 15 years ago
Juergen Hoeller 6cb6bd751e revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return (SPR-8437); fixed JMS CachedConnectionFactory to fully synchronize its Session list (SPR-8436) 15 years ago
Juergen Hoeller 58d68cef98 restored original ConversionService behavior with respect to empty collections/maps (SPR-7728) 15 years ago
Juergen Hoeller 5f3f30fdb4 revised JMS CachedConnectionFactory to avoid unnecessary rollback calls on Session return (SPR-8437); fixed JMS CachedConnectionFactory to fully synchronize its Session list (SPR-8436) 15 years ago
Juergen Hoeller 7a6b2cfe1f shortened build properties "org.junit.version" to "junit.version" and "org.testng.version" to "testng.version"; reverted SLF4J version back to 1.5.3 (for Hibernate 3.3.1 compatibility) 15 years ago
Juergen Hoeller a8ab9af002 updated dependencies 15 years ago
Juergen Hoeller ca19b14f13 first bunch of backports from 3.1 M2 to 3.0.6 15 years ago
Juergen Hoeller 175f6d4bc5 15 years ago
Chris Beams 0206845341 Spring 3.0.5 16 years ago
Arjen Poutsma a37a9e8a38 SPR-7667 16 years ago
Juergen Hoeller 577755d580 polishing 16 years ago
Juergen Hoeller 610812949f prepared for 3.0.5 release 16 years ago
Juergen Hoeller 82ec515e59 declared JPA API as optional (SPR-6819) 16 years ago
Juergen Hoeller d418eed56f AbstractJasperReportsView only sets locale model attributes if not present already 16 years ago
Juergen Hoeller 244c96151e added consistent license header 16 years ago
Ramnivas Laddad 92298469bf Fixed configuration of AnnotationAsyncExecutionAspect (was incorrectly under the same name as that for transaction management aspect) 16 years ago
Juergen Hoeller bfd54f4f35 AnnotationAsyncExecutionAspect etc 16 years ago
Juergen Hoeller c5e53ee432 polishing 16 years ago
Juergen Hoeller 8c9b64c948 added mode="proxy"/"aspectj" and proxy-target-class options to task namespace; switched to concise names for async aspects 16 years ago
Thomas Risberg 171f1ee097 added additional parameter name matching using lowercase with Locale.ENGLISH (SPR-7658) 16 years ago
Juergen Hoeller be21358db7 reintroduced getHandler(request, cache) in deprecated form (after removing it in 3.0.4) 16 years ago
Juergen Hoeller 5da5fc6499 polishing 16 years ago
Chris Beams c7aaa85ef6 Add proper default values for 'merge' attributes in collection elements (SPR-7656) 16 years ago
Juergen Hoeller a25e4d794e Hibernate 3.6, etc 16 years ago
Juergen Hoeller 3c067e5db6 optimized AnnotationUtils findAnnotation performance for repeated search on same interfaces (SPR-7630) 16 years ago
Juergen Hoeller 0f924820e8 revised OracleTableMetaDataProvider for reliable Oracle Connection detection; autodetect JdbcTemplate's NativeJdbcExtractor (SPR-7611) 16 years ago
Juergen Hoeller 1f1577e33e fixed @Value injection to correctly cache temporary null results for non-singleton beans (SPR-7614) 16 years ago
Juergen Hoeller e1dbb66798 StringToArray/CollectionConverter trims element values before trying to convert them (SPR-7657) 16 years ago
Juergen Hoeller 1933b648c3 fixed @Value injection to correctly cache temporary null results for non-singleton beans (SPR-7614) 16 years ago
Juergen Hoeller 5cb06f5da2 consistent caching of @Autowired arguments in field and method case (SPR-7635) 16 years ago
Juergen Hoeller ffa4ed093f BeanWrapper etc 16 years ago
Juergen Hoeller 4c73a29f99 polishing 16 years ago
Juergen Hoeller 0195b0da3c BeanWrapper does not attempt to populate Map values on access (just auto-grows Map itself) 16 years ago
Juergen Hoeller 27a10c74d1 resolve dependency outside of synchronized block before subsequently preparing cached arguments (SPR-7635) 16 years ago
Juergen Hoeller 7893b3ebf6 applied synchronization in order to avoid race condition in skipping check (SPR-7635, SPR-7642) 16 years ago
Juergen Hoeller 21d6883139 moved async aspect to aspectj sub-package 16 years ago
Juergen Hoeller a6569a2930 moved async aspect to aspectj sub-package 16 years ago
Arjen Poutsma d9d7fb6f9a Docs 16 years ago
Arjen Poutsma 4108927b28 SPR-5367 - PathVariable mappings are greedy over hard coded mappings 16 years ago
Juergen Hoeller ac5b1bcfab fixed Autowired/CommonAnnotationBeanPostProcessor to prevent race condition in skipping check (SPR-7635, SPR-7642) 16 years ago
Arjen Poutsma c5c1d70aa3 SPR-6291 - UrlPathHelper is too aggressive decoding URLs 16 years ago
Arjen Poutsma 043ec2c8b2 SPR-7636 - XStreamMarshaller - Add support for configuring XStream with aliases by class (type) and also defining multiple attributes for the same class. 16 years ago