0

I'm trying to upgrade spring to 5.0.6.RELEASE. Just checking to see if org.springframework.retry.support.RetryTemplate in spring-retry project is supported with spring 5.0+ framework version.

Cys
  • 137
  • 3
  • 13

1 Answers1

1

Yes; the current version is 1.2.2.RELEASE - it works fine with Spring 5.

Gary Russell
  • 166,535
  • 14
  • 146
  • 179