Juergen Hoeller
|
3740380a7a
|
polishing
|
14 years ago |
Juergen Hoeller
|
6d94c92d97
|
DefaultMessageListenerContainer's skips no-message-received commit on Tibco (avoiding a deadlock; SPR-7558)
|
14 years ago |
Juergen Hoeller
|
e56cfb8173
|
consistent use of JDK 1.5's ThreadLocal.remove() over ThreadLocal.set(null), preventing leaks (SPR-7441)
|
14 years ago |
Juergen Hoeller
|
3e5aca86d5
|
fixed no-message-received commit case for non-cached Sessions (SPR-7478)
|
14 years ago |
Juergen Hoeller
|
d7e0776148
|
avoid hanging in case of shutdown errors (SPR-7511)
|
14 years ago |
Ben Hale
|
7730e76c06
|
Publishing license and notice files
|
14 years ago |
Arjen Poutsma
|
dbfa049e1e
|
Prepping for 3.0.5
|
14 years ago |
Juergen Hoeller
|
b456bc107b
|
DefaultMessageListenerContainer triggers Session commit even if no message has been received (SPR-7366)
|
15 years ago |
Juergen Hoeller
|
f25a04c69c
|
fixed JMS CachingConnectionFactory to correctly cache a producer without fixed destination as well (SPR-7148)
|
15 years ago |
Juergen Hoeller
|
d1d5e2d52a
|
JmsResourceHolder does not ignore IllegalStateException from locally synchronized transaction (SPR-7360)
|
15 years ago |
Arjen Poutsma
|
b31c34ed7d
|
Upgrading version to 3.0.4
|
15 years ago |
Juergen Hoeller
|
ad5c7aeb31
|
added "idleConsumerLimit" bean property to DefaultMessageListenerContainer (SPR-7189)
|
15 years ago |
Juergen Hoeller
|
15fe75b1a1
|
restored original jms namespace declaration
|
15 years ago |
Mark Pollack
|
dad714710f
|
some infrastructure files for custom schema
|
15 years ago |
Juergen Hoeller
|
365737b515
|
CachingConnectionFactory detects destination equality for WebSphere MQ as well (using toString; SPR-7148)
|
15 years ago |
Juergen Hoeller
|
20d3085dc8
|
polishing
|
15 years ago |
Juergen Hoeller
|
218ee6d24c
|
added "boolean isRegisteredWithDestination()" method (SPR-7065)
|
15 years ago |
Juergen Hoeller
|
5057c4a69c
|
DefaultMessageListenerContainer reacts to maxConcurrentConsumers reduction for long-lived tasks (SPR-7075)
|
15 years ago |
David Syer
|
eb7f8309e2
|
Update version in POMs to 3.0.3
|
15 years ago |
David Syer
|
1a351db6e0
|
Update Central POMs to 3.0.2
|
15 years ago |
Costin Leau
|
8d0bb00188
|
+ make use or property placeholders inside template.mf
|
15 years ago |
Juergen Hoeller
|
b54a099f49
|
marked spring-tx as a required dependency (SPR-6737)
|
15 years ago |
Costin Leau
|
0fd4a45070
|
+ upgrade to AspectJ 1.6.8
+ externalize some of the jar versions
+ align the versions of some dependencies between pom.xml and ivy.xml
|
15 years ago |
Juergen Hoeller
|
0cc0a9bc2b
|
added "concurrency" property to Default/SimpleMessageListenerContainer and JmsActivationSpecConfig, supporting placeholders for the jms namespace "concurrency" attribute now (SPR-6232)
|
15 years ago |
David Syer
|
b077d5ba97
|
SPR-6678: fix poms for 3.0.1
|
15 years ago |
David Syer
|
1202f67cc8
|
SPR-5327: tweak the ivy.xml so that commons-logging is a separate configuration. It already comes out as optional in the generated poms (including core), which isn't great, but I can't see what is causing that
|
15 years ago |
Mark Fisher
|
1ac7b95c1d
|
SPR-6460 Added "phase" attribute to the JMS namespace's "jca-listener-container" element.
|
15 years ago |
Mark Fisher
|
dc24944cd9
|
SPR-6460 Added "phase" attribute to the JMS "listener-container" element.
|
15 years ago |
Juergen Hoeller
|
fce0361052
|
made getTransactionAwareConnectionProxy protected (SPR-6438)
|
15 years ago |
Mark Fisher
|
021663b12f
|
SPR-5507 The 'shutdownOrder' property of SmartLifecycle has been renamed 'phase'. The order no longer applies to shutdown only; now startup order is determined by the phase value as well. Components start in ascending order and stop in descending order.
|
15 years ago |
Juergen Hoeller
|
46cd083976
|
added chaining-capable "add" method to MutablePropertyValues
|
15 years ago |
Mark Fisher
|
535ec5cffd
|
SPR-5507 Added support for shutdown order on SmartLifecycle. DefaultLifecycleProcessor now manages the shutdown in phases depending on that order (with a timeout value per group).
|
15 years ago |
Mark Fisher
|
a15a9600b7
|
SPR-5507 AbstractJmsListeningContainer now implements SmartLifecycle instead of ApplicationListener.
|
15 years ago |
Mark Fisher
|
40720ab0f1
|
SPR-4716 AbstractJmsListeningContainer now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet().
|
15 years ago |
Mark Fisher
|
0baa29f1ac
|
removed @Override from interface method
|
15 years ago |
Mark Fisher
|
0400b68afb
|
SPR-6240 Added namespace support for ErrorHandler strategy on JMS "listener-container" elements.
|
15 years ago |
Juergen Hoeller
|
09e6a85edd
|
fixed overview files
|
15 years ago |
Mark Pollack
|
c6cd1a528e
|
SPR-6119 - Add slf4j dependency back to orm's pom.xml but in test scope as it is needed to run tests that use Hibernate
SPR-5956 - Remove commons-logging dependency definitions in pom.xml for all but spring-core so as to make exclusion rule easier for user who use slf4j
|
15 years ago |
Mark Fisher
|
616a48acc2
|
SPR-6142 AbstractMessageListenerContainer now accepts an implementation of the ErrorHandler strategy for handling any uncaught exceptions thrown while processing a Message. The default behavior is still to log at error-level only (no ErrorHandler).
|
15 years ago |
Mark Pollack
|
4f94f45ec4
|
pom maintenance
|
15 years ago |
Rob Harrop
|
7835e66abb
|
[SPR-6017] a few more tweaks to how getLocalName is handled
|
15 years ago |
Juergen Hoeller
|
8754f0bc85
|
updated dependencies
|
15 years ago |
Juergen Hoeller
|
5a55b8384a
|
refined logging in JMS SingleConnectionFactory and DefaultMessageListenerContainer
|
15 years ago |
Juergen Hoeller
|
6e25ca8175
|
JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987)
|
15 years ago |
Juergen Hoeller
|
23a1d07fbf
|
JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987)
|
15 years ago |
Juergen Hoeller
|
83bd56c6de
|
JMS SingleConnectionFactory uses minimized number of start calls (for Oracle AQ; SPR-5987)
|
15 years ago |
Mark Pollack
|
97e3b5ca8c
|
SPR-5976 - Upgrade POMS to JUnit 4.6
|
16 years ago |
Arjen Poutsma
|
3d29023ef3
|
Updating POMs to contain Junit & EasyMock version numbers. Apparently, the maven ant tasks cannot resolve our parent pom.
|
16 years ago |
Christian Dupuis
|
a4bbd9abda
|
xsds now use schemaLocation attribute on xsd:import elements to specify the concrete schema version to import
|
16 years ago |
Juergen Hoeller
|
ea8f628c9c
|
polishing
|
16 years ago |