I try to follow migration guide when atomikos was removed in spring boot 3: https://github.com/spring-projects/spring-boot/wiki/Spring-Boot-3.0-Migration-Guide
but I can no see information about it. Other frameworks like narayana or bitronix is also not in spring boot dependencies.
Spring had direct support for distributed transaction tools like Atomikos in the past. However, starting from Spring 3, this support has been discontinued, as indicated in the Spring Boot 3.0 Migration Guide. You can use followıng dependency.
You can look at here for full code and article.