Juergen Hoeller
|
f0bb45ae28
|
included qualifier value in debug log for each transaction (SPR-6811)
|
15 years ago |
Juergen Hoeller
|
c5c38c6664
|
non-matching @Transactional qualifier value will lead to IllegalStateException (SPR-6810)
|
15 years ago |
Chris Beams
|
0f7f749ada
|
Updated Eclipse .classpath to aspectj 1.6.8
|
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
|
41ecbc6814
|
fixed WebSphereUowTransactionManager regression: correctly roll back in case of exception (SPR-6695)
|
15 years ago |
Juergen Hoeller
|
df54c8613d
|
TransactionInterceptor is able to serialize "transactionManagerBeanName" as well (SPR-6680)
|
15 years ago |
David Syer
|
b077d5ba97
|
SPR-6678: fix poms for 3.0.1
|
15 years ago |
Juergen Hoeller
|
2e032889ef
|
added "alwaysTranslate" flag (SPR-6630)
|
15 years ago |
Juergen Hoeller
|
38f5c7a1d5
|
added assertion
|
15 years ago |
Juergen Hoeller
|
2ba1dd47b0
|
allow for identifying a specific JBossWorkManagerMBean (SPR-6648)
|
15 years ago |
Juergen Hoeller
|
9ca6003533
|
fixed scoped proxy unwrapping (SPR-6625)
|
15 years ago |
Juergen Hoeller
|
fd1bfeefe4
|
avoid hard-coded AOP dependency for ScopedObject check
|
15 years ago |
Juergen Hoeller
|
c4d8f6b3eb
|
extended registerAfterCompletionWithExistingTransaction's exception handling to detect JBoss RollbackException as well (SPR-6450)
|
15 years ago |
Juergen Hoeller
|
93abbd0ef7
|
newTransactionStatus reverted to its original role, just without preparing synchronization (SPR-6521)
|
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 |
Juergen Hoeller
|
5165465821
|
initialize synchronization after begin while instantiating TransactionStatus as early as possible (SPR-6409)
|
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 |
Juergen Hoeller
|
a741410421
|
TransactionTemplate catches undeclared checked exception and rethrows it as UndeclaredThrowableException (SPR-6361)
|
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 |
Thomas Risberg
|
2b962e7730
|
added unwrapping of scoped proxy tp unwrapResourceIfNecessary() (SPR-5671)
|
15 years ago |
Mark Fisher
|
d5fd22c8fe
|
SPR-5507 GenericMessageEndpointManager now implements SmartLifecycle instead of ApplicationListener.
|
15 years ago |
Juergen Hoeller
|
90f8e5dcf8
|
WebSphereUowTransactionManager suspends synchronizations even without existing transaction (SPR-6167)
|
15 years ago |
Mark Fisher
|
d96bea9f6a
|
SPR-4716 GenericMessageEndpointManager now "auto-starts" upon receiving a ContextRefreshedEvent rather than within afterPropertiesSet().
|
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 |
Juergen Hoeller
|
557dd1f1c4
|
initialize transaction synchronization before doBegin call in order to avoid OutOfMemory failures after resource binding
|
15 years ago |
Juergen Hoeller
|
33265eecbd
|
polishing
|
15 years ago |
Juergen Hoeller
|
0698947e6d
|
skip processing when no PlatformTransactionManager found (SPR-3955)
|
15 years ago |
Mark Pollack
|
4f94f45ec4
|
pom maintenance
|
15 years ago |
Juergen Hoeller
|
8d66c90760
|
revised JTA 1.1 support and javadoc
|
15 years ago |
Juergen Hoeller
|
ad4f50a0d4
|
removed outdated reflection code
|
15 years ago |
Juergen Hoeller
|
45dc856993
|
Jpa/JdoTransactionManager passes resolved timeout into Jpa/JdoDialect's beginTransaction; HibernateJpaDialect applies timeout onto native Hibernate Transaction before begin call (SPR-5195)
|
15 years ago |
Juergen Hoeller
|
1045847cf7
|
updated to CGLIB 2.2 and EHCache 1.6.2
|
15 years ago |
Juergen Hoeller
|
8754f0bc85
|
updated dependencies
|
15 years ago |
Christian Dupuis
|
a7acea2329
|
remove obsolete xsd
|
15 years ago |
Juergen Hoeller
|
3ac3a72e91
|
added test with custom repository annotation
|
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 |
Mark Fisher
|
1bfb26e4b2
|
updated aspectj weaver version in .classpath files to match ivy.xml configuration
|
16 years ago |
Juergen Hoeller
|
54285ea57c
|
polishing
|
16 years ago |
Juergen Hoeller
|
3f6e4282d6
|
WebSphereUowTransactionManager falls back to UOWManagerFactory lookup by default
|
16 years ago |
Christian Dupuis
|
7f3c4cec25
|
STS-260: added missing import-package headers so that editor works again
|
16 years ago |
Chris Beams
|
9163d8043b
|
updated .jms dependency on junit 4.6.0 from test->runtime to test->compile. touched all org.eclipse.jdt.core.prefs (during the process of importing the projects). only the date comments within each have changed.
|
16 years ago |
Mark Pollack
|
0c16554e23
|
SPR-5803 and additional POM maintenance/development
|
16 years ago |
Sam Brannen
|
620c9b1f96
|
[SPR-5895] Upgraded to EasyMock 2.5.1.
|
16 years ago |
Sam Brannen
|
8bfb56c75b
|
[SPR-5887] Upgraded to JUnit 4.6.0.
|
16 years ago |
Juergen Hoeller
|
3426ad3781
|
prepared 3.0 versions of the remaining namespaces
|
16 years ago |
Chris Beams
|
a9696c7282
|
RESOLVED - SPR-5523: Replace all 'package.html' artifacts with 'package-info.java'
* Applied patch submitted by Carlos Zuniga
|
16 years ago |
Christian Dupuis
|
6cc33fc609
|
added spring.tooling descriptor and images for all namespaces
|
16 years ago |