Details
-
Type:
Improvement
-
Status: Open
-
Priority:
Minor
-
Resolution: Unresolved
-
Affects Version/s: 4.2.3, 5.0 M4
-
Fix Version/s: General Backlog
-
Component/s: Data:JDBC, Transaction
-
Labels:
-
Last commented by a User:true
-
Pull Request URL:
Description
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?
Attachments
Issue Links
- relates to
-
SPR-3844 Provide a "best efforts" 1PC transaction manager out of the box
-
- Open
-