]
Miroslav Novak commented on WFWIP-285:
--------------------------------------
Thanks, this is fixed
MP Fault Tolerance - Fault Tolerance is activated by deployment
without MP FT
-----------------------------------------------------------------------------
Key: WFWIP-285
URL:
https://issues.redhat.com/browse/WFWIP-285
Project: WildFly WIP
Issue Type: Bug
Components: MP Fault Tolerance
Reporter: Miroslav Novak
Assignee: Radoslav Husar
Priority: Blocker
Once microprofile-fault-tolerance extension/subsystem is added then deployment wihtout MP
FT activates it:
{code}
16:40:40,525 INFO [io.smallrye.faulttolerance.HystrixExtension] (MSC service thread 1-1)
MicroProfile: Fault Tolerance activated
{code}
Actual Result: Deployment without MP Fault Tolerance activates MP FT.
Expected Result: Deployment without MP Fault Tolerance must not activate MP FT.