You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@camel.apache.org by "James Netherton (Jira)" <ji...@apache.org> on 2022/10/31 08:54:00 UTC

[jira] [Created] (CAMEL-18668) Upgrade SmallRye Fault Tolerance to 5.6.x

James Netherton created CAMEL-18668:
---------------------------------------

             Summary: Upgrade SmallRye Fault Tolerance to 5.6.x
                 Key: CAMEL-18668
                 URL: https://issues.apache.org/jira/browse/CAMEL-18668
             Project: Camel
          Issue Type: Dependency upgrade
          Components: camel-microprofile-fault-tolerance
            Reporter: James Netherton
             Fix For: 3.20.0


Quarkus has upgraded to SmallRye Fault Tolerance 5.6.0. Seems there are some breaking changes in the CircuitBreaker constructor.

You can no longer directly instantiate SystemStopwatch. You must instead use SystemStopwatch.INSTANCE.

Also there's an additional Timer parameter that must be provided. Which should probably an instance of ThreadTimer. ThreadTimer requires its own executor service.  



--
This message was sent by Atlassian Jira
(v8.20.10#820010)