forked from ReactiveX/RxJava
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ReactiveX#625 Fix for some issues raised by sonar (ReactiveX#621)
* Make this config explicitly immutable * Explicit doc for config field * Temporary change, to trigger warning from sonar. * Make this config explicitly immutable * Fix few other sonar complaints * Disable non-relevant check in sonar * Remove unused import * Propagate right info about thread interruption to callers via exceptions and Thread.interrupted flag * Fixes after merge with master * Additional tests and code cleanup * Tests fix * Update documentation about thread interruption contract. Update release notes. * Make common exception type for RateLimiter and Bulkhead * Code review comments fixed
- Loading branch information
1 parent
2e8c0da
commit 188966d
Showing
20 changed files
with
815 additions
and
595 deletions.
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.