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:
parent
90c2ce9f13
commit
9051e2fcda
5 changed files with 121 additions and 70 deletions
|
|
@ -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.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue