]
Pedro Ruivo updated ISPN-11706:
-------------------------------
Sprint: DataGrid Sprint #43
Use XidImpl internally
----------------------
Key: ISPN-11706
URL:
https://issues.redhat.com/browse/ISPN-11706
Project: Infinispan
Issue Type: Enhancement
Components: Core, Transactions
Affects Versions: 11.0.0.Dev04
Reporter: Pedro Ruivo
Assignee: Pedro Ruivo
Priority: Major
We can use {{XidImpl}} to store external {{Xid}} in our internals. This way, we only need
to handle one implementation internally that makes life easier with protostream.
Action plan:
* Remove {{EmbeddedXid}} and move generator code to {{EmbbededTransaction}}
* Remove {{RemoteXid}} and move generator code to {{RemoteTransaction}}
* Update {{XidImpl.copy()}}
* Create protostream marshaller