I try to implement XA transaction for Mule 4.3.0 custom connector. In Mule 3.X.X versions and up Mule 4.2.X versions they are supporting the class
org.mule.runtime.core.internal.transaction.ExternalXaTransaction
In 4.3.0 they are removing the above mentioned ExternalXaTransaction class.
How to implement XA transaction in Mule 4.3.0