9.0.0-play-25, 9.0.0-play-26
Release : http-verbs 9.0.0-play-25, 9.0.0-play-26
Last commit sha : 50d639b
Last commit author : dabd
Last commit time : 2018-12-14T15:20:42Z
Merge pull request #66 from hmrc/removed-retries-trait
Add automatic retrying for "SSLEngine closed already" errors.
This is a breaking change and if you don't use dependency injection you will need to implement a method with signature protected def actorSystem: ActorSystem
which can be done as follows:
override protected def actorSystem: ActorSystem = Play.current.actorSystem
If you use dependency injection via bootstrap-play-25/26 everything should just work.