Skip to content

4.x: Streamable + repeat, repeatWhen, retry, retryWhen - #8232

Merged
akarnokd merged 1 commit into
ReactiveX:4.xfrom
akarnokd:4xStreamableOperators107
Jul 12, 2026
Merged

4.x: Streamable + repeat, repeatWhen, retry, retryWhen#8232
akarnokd merged 1 commit into
ReactiveX:4.xfrom
akarnokd:4xStreamableOperators107

Conversation

@akarnokd

Copy link
Copy Markdown
Member

Streamable

  • repeat
  • repeatWhen
  • retry with count, predicate
  • retryWhen

@github-actions

Copy link
Copy Markdown

🐷 TruffleHog + Entropy Beauty Scan

Average entropy of changed code: 4.592 bits/char
Verdict: ✅ Mid-4 beauty detected (thoughtful human code!)

Changed files entropy:

src/main/java/io/reactivex/rxjava4/core/Streamable.java: 4.649
src/main/java/io/reactivex/rxjava4/disposables/Disposable.java: 4.677
src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableRepeat.java: 4.322
src/main/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableRetry.java: 4.352
src/test/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableRepeatTest.java: 4.691
src/test/java/io/reactivex/rxjava4/internal/operators/streamable/StreamableRetryTest.java: 4.606
src/test/java/io/reactivex/rxjava4/validators/CheckParamValidationTest.java: 4.846

✅ No secrets or suspicious high-entropy strings found.

Mid-4 beauty heuristic in action — powered by our entropy chats! 😊

@codecov

codecov Bot commented Jul 12, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 98.70%. Comparing base (2f55741) to head (99215f5).

Additional details and impacted files
@@             Coverage Diff              @@
##                4.x    #8232      +/-   ##
============================================
- Coverage     98.71%   98.70%   -0.01%     
- Complexity     7128     7146      +18     
============================================
  Files           820      822       +2     
  Lines         50233    50375     +142     
  Branches       6797     6819      +22     
============================================
+ Hits          49585    49722     +137     
  Misses          451      451              
- Partials        197      202       +5     

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@akarnokd
akarnokd merged commit 50e5f3e into ReactiveX:4.x Jul 12, 2026
6 checks passed
@akarnokd
akarnokd deleted the 4xStreamableOperators107 branch July 12, 2026 10:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant