mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
In order to avoid the staircase scaling effect that results from our current use of integer division, this commit revises applyJitter(long) in ExponentialBackOffExecution to use floating-point (double) division to calculate the applied jitter. Closes gh-36943