mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-17 16:39:29 +00:00
Prior to this commit, the reconnection attempt count provided to the reconnect strategy would not give the updated, incremented value but instead the previous one. This commit fixes this and ensures the value is incremented before it's given to the strategy. Fixes gh-37223