Hello,
I am looking into Spring Boot 2, there is a document in spring boot about JTA usage and the version is 2.3.x, but the Narayana is not mentioned above. Is it able to run Narayana in Spring Boot 2?
The spring is a bean container, so how about just copy the java files in the package "org.springframework.boot.jta.narayana" from Spring Boot 1.4.x to my project source folder?
I found following demo is based on Spring Boot 1.4.x
Is there any demo to show how to setup the Narayana in Spring Boot 2?
Thank you very much!