-
Notifications
You must be signed in to change notification settings - Fork 451
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Creating a new module for Arrow Resilience (#3006)
* Move out arrow-resilience module from arrow-fx * Remove unused timeInMillis function * Remove deprecated methods for Arrow Resilience * Change resetTimeout and maxResetTimeout types to Duration * Update CircuitBreaker documentation * Reorganize imports * Update knit files * Update knit.properties file --------- Co-authored-by: Simon Vergauwen <[email protected]>
- Loading branch information
1 parent
e9031f9
commit 3ec5134
Showing
28 changed files
with
361 additions
and
542 deletions.
There are no files selected for viewing
282 changes: 0 additions & 282 deletions
282
arrow-libs/fx/arrow-fx-resilience/api/arrow-fx-resilience.api
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
arrow-libs/fx/arrow-fx-resilience/src/commonMain/kotlin/arrow/fx/resilience/predef.kt
This file was deleted.
Oops, something went wrong.
9 changes: 0 additions & 9 deletions
9
arrow-libs/fx/arrow-fx-resilience/src/commonTest/kotlin/arrow/fx/resilience/Platform.kt
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
arrow-libs/fx/arrow-fx-resilience/src/jsMain/kotlin/arrow/fx/resilience/timeInMillis.kt
This file was deleted.
Oops, something went wrong.
5 changes: 0 additions & 5 deletions
5
arrow-libs/fx/arrow-fx-resilience/src/jvmMain/kotlin/arrow/fx/resilience/timeInMillis.kt
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
arrow-libs/fx/arrow-fx-resilience/src/nativeMain/kotlin/arrow/fx/resilience/timeInMillis.kt
This file was deleted.
Oops, something went wrong.
File renamed without changes.
270 changes: 270 additions & 0 deletions
270
arrow-libs/resilience/arrow-resilience/api/arrow-resilience.api
Large diffs are not rendered by default.
Oops, something went wrong.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions
4
...bs/fx/arrow-fx-resilience/knit.properties → ...silience/arrow-resilience/knit.properties
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
knit.package=arrow.fx.resilience.examples | ||
knit.package=arrow.resilience.examples | ||
knit.dir=src/jvmTest/kotlin/examples/ | ||
|
||
test.package=arrow.fx.resilience.examples.test | ||
test.package=arrow.resilience.examples.test | ||
test.dir=src/jvmTest/kotlin/examples/autogenerated/ |
Oops, something went wrong.