Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 705 Bytes

File metadata and controls

23 lines (15 loc) · 705 Bytes

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