-
Notifications
You must be signed in to change notification settings - Fork 532
GH-427: Add fix for the issue with multiplierExpression and randomExp… #428
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
GH-427: Add fix for the issue with multiplierExpression and randomExp… #428
Conversation
…n and randomExpressions
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the contribution!
Let me know if my review makes sense for you!
...ain/java/org/springframework/retry/annotation/AnnotationAwareRetryOperationsInterceptor.java
Show resolved
Hide resolved
src/main/java/org/springframework/retry/backoff/BackOffPolicyBuilder.java
Show resolved
Hide resolved
...ain/java/org/springframework/retry/annotation/AnnotationAwareRetryOperationsInterceptor.java
Outdated
Show resolved
Hide resolved
src/main/java/org/springframework/retry/annotation/Backoff.java
Outdated
Show resolved
Hide resolved
src/main/java/org/springframework/retry/backoff/ExponentialBackOffPolicy.java
Outdated
Show resolved
Hide resolved
…tween 0 to 1" This reverts commit 7c478d1.
...ain/java/org/springframework/retry/annotation/AnnotationAwareRetryOperationsInterceptor.java
Outdated
Show resolved
Hide resolved
src/test/java/org/springframework/retry/backoff/BackOffPolicyBuilderTests.java
Outdated
Show resolved
Hide resolved
src/test/java/org/springframework/retry/backoff/BackOffPolicyBuilderTests.java
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Just a couple minor nit-pick to make the code in the test more cleaner.
Thanks
src/test/java/org/springframework/retry/backoff/BackOffPolicyBuilderTests.java
Outdated
Show resolved
Hide resolved
src/test/java/org/springframework/retry/backoff/BackOffPolicyBuilderTests.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The build has failed:
Error: Failed to execute goal io.spring.javaformat:spring-javaformat-maven-plugin:0.0.40:validate (default) on project spring-retry: Formatting violations found in the following files:
Error: * /home/runner/work/spring-retry/spring-retry/src/main/java/org/springframework/retry/annotation/Backoff.java
Error: * /home/runner/work/spring-retry/spring-retry/src/test/java/org/springframework/retry/backoff/BackOffPolicyBuilderTests.java
Error:
Error: Run `spring-javaformat:apply` to fix.
When you fix that and build is green, I'll merge.
Thanks
Has been merged. Thank you for contribution; looking forward for more! |
This PR fixes the issue explained here: Issue number 427.
Please comment if there is any feedback.