Details
-
Dependency upgrade
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
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.
Attachments
Issue Links
- links to