Commit a6de598
committed
Replace mysema Assert with Spring Assert in compensating TX delegate
AbstractCompensatingTransactionManagerDelegate imported
com.mysema.commons.lang.Assert, which is not on the spring-ldap-core
runtime classpath unless optional Querydsl is present. That causes
NoClassDefFoundError when committing/rolling back compensating
transactions.
Use org.springframework.util.Assert like the rest of the module.
Fixes #1546
Signed-off-by: Burak KALAYCI <kalayciburak1996@gmail.com>1 parent 216563c commit a6de598
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- core/src/main/java/org/springframework/transaction/compensating/support
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | 21 | | |
23 | 22 | | |
24 | 23 | | |
| |||
28 | 27 | | |
29 | 28 | | |
30 | 29 | | |
| 30 | + | |
31 | 31 | | |
32 | 32 | | |
33 | 33 | | |
| |||
0 commit comments