Allow reuse of journal loading logic (#24990)

* Allow reuse of journal loading logic

Probably can be generialised even more. At present i've tested this with
the akka persistence updater extension.

* Make the implicit explicit

* Added mima filter for removing internal class

* Review feedback
This commit is contained in:
Christopher Batey 2018-04-26 14:00:15 +01:00 committed by Konrad `ktoso` Malawski
parent 90c2ce9f13
commit 9051e2fcda
5 changed files with 121 additions and 70 deletions

View file

@ -178,6 +178,7 @@ PR_TARGET_BRANCH=origin/example sbt validatePullRequest
```
## Binary compatibility
Binary compatibility rules and guarantees are described in depth in the [Binary Compatibility Rules
](http://doc.akka.io/docs/akka/snapshot/common/binary-compatibility-rules.html) section of the documentation.