◐ Shell
clean mode source ↗

improve: add setMaxInterval(Duration) for GenericRetry by csviri · Pull Request #3297 · operator-framework/java-operator-sdk

Skip to content

Navigation Menu

Provide feedback

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Merged

csviri

merged 1 commit into

Apr 16, 2026

Conversation

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

Copilot AI review requested due to automatic review settings

April 16, 2026 08:10

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a Duration-based overload for configuring GenericRetry’s maximum retry interval, aligning the API with the existing Duration overload for initialInterval and improving call-site ergonomics.

Changes:

  • Add GenericRetry#setMaxInterval(Duration) delegating to the existing millisecond-based setter.

xstefank

csviri added a commit to csviri/java-operator-sdk that referenced this pull request

Apr 17, 2026
…ework#3297)

Signed-off-by: Attila Mészáros <a_meszaros@apple.com>

3 participants

@csviri @xstefank