Looking at https://github.com/spring-projects/spring-framework/issues/35963, the introduction of the `timeout` property is missing a default constant. This surfaces in https://github.com/spring-projects/spring-boot/pull/50891 where we can't reference the constants without building a default `RetryPolicy`.
Looking at #35963, the introduction of the
timeoutproperty is missing a default constant.This surfaces in spring-projects/spring-boot#50891 where we can't reference the constants without building a default
RetryPolicy.