48 Commits (6d80da2e3129044df2294e5c3e7fb137b9286e6a)

Author SHA1 Message Date
Juergen Hoeller 8b3afda6f4 Marked Jackson 1.x support classes as deprecated 11 years ago
Juergen Hoeller 11d20e337d Silently swallow IllegalStateException on commit if the JMS transaction is based on a JDBC transaction 11 years ago
Juergen Hoeller bb18f81b50 Added "recovery-interval" attribute to <jms:listener-container> 11 years ago
Juergen Hoeller 88115212eb Consistent xsd header formatting 11 years ago
Juergen Hoeller 3d462b6dd9 Added missing spring.schemas entries for 4.0 xsds 11 years ago
Juergen Hoeller 2626a35f2c Added javadoc note on the use of CachingConnectionFactory 11 years ago
Juergen Hoeller 2e4eb9fc10 Resource-based PlatformTransactionManager implementations defensively catch Throwable in doBegin in order to reliably close resource in case of OutOfMemoryError 11 years ago
Rob Winch 9468548116 Add @Override to remaining source files 12 years ago
Juergen Hoeller a0c377b91b MappingJackson(2)MessageConverter needs to use bean ClassLoader 12 years ago
Juergen Hoeller 0fc5a5d912 Introduced 4.0 versions of all XML configuration schemas 12 years ago
Juergen Hoeller 767bd3f3f8 Upgraded to Jackson 1.9 (raising minimum to 1.8+) and 2.2 12 years ago
Juergen Hoeller a3d7dc09ef First pass completed, with support for the standard JMS 2.0 API in our CachingConnectionFactory and support for a delivery delay setting in JmsTemplate. Note that none of this has been tested against an actual JMS 2.0 provider yet, due to no such provider being available yet. 12 years ago
Juergen Hoeller 0f0c93a559 Removed JMS 1.0.2 support 12 years ago
Phillip Webb 05765d7520 Replace EasyMock with Mockito 12 years ago
Carson McDonald 39c236baa8 Fix minor javadoc typos 12 years ago
Phillip Webb 2642cf2e05 Replace EasyMock with Mockito in spring-jms 12 years ago
Juergen Hoeller b3af29b8f6 DefaultMessageListenerContainer invokes specified ExceptionListener for recovery exceptions as well 12 years ago
Phillip Webb 065b1c0e46 Fix unused local variable warnings 12 years ago
Phillip Webb 6a1e841952 Fix unused type compiler warnings 12 years ago
Juergen Hoeller d55877ccf2 spring-jms-3.2.xsd allows for SpEL expressions in prefetch and receive-timeout attributes 12 years ago
Phillip Webb 42b5d6dd7e Remove duplicate test classes 12 years ago
Chris Beams 70eaf02b7f Revert "Merge branch 'SPR-10130' into cleanup-master" 12 years ago
Chris Beams b2a048b6f3 Update Apache license headers for affected sources 12 years ago
Chris Beams 3b40ce76bf Add @Override annotations to main sources 12 years ago
Chris Beams 8472a2b2ab Update Apache license headers for affected sources 12 years ago
Chris Beams 4c8cd7b0bd Add @Override annotations to test sources 12 years ago
Phillip Webb 6c14eaad61 Fix [cast] compiler warnings 12 years ago
Phillip Webb b0986049a3 Fix [serial] compiler warnings 12 years ago
Phillip Webb 731d5be644 Fix warnings due to unused import statements 12 years ago
Chris Beams 9540d2c81b Replace <code> with {@code} throughout Javadoc 12 years ago
Phillip Webb 2cf45bad86 Replace space indentation with tabs 12 years ago
Phillip Webb 1762157ad1 Remove trailing whitespace in source files 12 years ago
Juergen Hoeller d3da2edf18 JmsTemplate uses configured receiveTimeout if shorter than remaining transaction timeout 12 years ago
Juergen Hoeller b73a7a8410 Added MappingJackson2MessageConverter for JMS 12 years ago
Juergen Hoeller 6b3284f6b0 DefaultMessageListenerContainer clears resources of paused tasks when shutting down after stop 12 years ago
Juergen Hoeller b9df7d68d9 Consistent fine-tuning of synchronized and concurrent data structures 12 years ago
Juergen Hoeller 0933734fbb DefaultMessageListenerContainer allows for concurrent subscription consumers on WebLogic/ActiveMQ 12 years ago
Juergen Hoeller 4ed9ababdf spring-jms-3.2.xsd declares former nmtoken attributes as string, allowing for placeholders 12 years ago
Juergen Hoeller 54d083a6f8 Added proper synchronization and not-null check to SimpleMessageListenerContainer's doShutdown 12 years ago
Chris Beams f3bcb6e2e4 Update spring.schemas to reflect 3.2 schemas 13 years ago
Stevo Slavic effb762558 Fix javadoc warnings 13 years ago
Chris Beams 180c5b2ef6 Introduce 3.2 versions of Spring XML namespaces 13 years ago
Chris Beams 02a4473c62 Rename modules {org.springframework.*=>spring-*} 13 years ago