Wildfly-Swarm Microprofile fault tolerance implementation with Hystrix This project is the Eclipse Microprofile Fault tolerance API implementation based on Hystrix for WildFly-Swarm. It provides CDI integration for the Hystrix Framework through the Microprofile Fault Tolerance (MP FT) API. Building and testing You can build the project with: $ mvn clean install Module tck-runner let you run the implementation against the TCK. TCK is run by default, you cam skip it to use the skipTck property to run it: $ mvn clean install -DskipTck