Move ChainedTransactionManager from spring-data commons to spring-tx [SPR-13735] #18308
Labels
in: data
Issues in data modules (jdbc, orm, oxm, tx)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Attila Király opened SPR-13735 and commented
Spring-data common has a hidden gem: ChainedTransactionManager.
It is not mentioned in the reference documentation only in javadoc.
There is a good blog entry about it which describes why it is useful.
ChainedTransactionManager is in a package which doesn't have any dependency on anything else in spring-data. Basically it only depends on
org.springframework.transaction
from spring-tx.Considering that it is a pretty general functionality, could it be moved (and documented) into spring-tx itself?
Affects: 4.2.3, 5.0 M4
Issue Links:
Referenced from: pull request #1324
The text was updated successfully, but these errors were encountered: