Active active journal support changes (#29421)
* Add missing serializers (and rename classes because metadata is a word) * Add test instances for journal and snapshot support * Method to add metadata to existing snapshotmetadata * Better error message if replicated stream does not have metadata * Snapshot store tck support for metadata * Docs for tck coverage of AA metadata
This commit is contained in:
parent
e4f5781d65
commit
b8a1584e10
16 changed files with 3970 additions and 622 deletions
|
|
@ -65,15 +65,14 @@ object OSGi {
|
|||
val protobuf = exports(Seq("akka.protobuf.*"))
|
||||
|
||||
val protobufV3 = osgiSettings ++ Seq(
|
||||
OsgiKeys.importPackage := Seq(
|
||||
"!sun.misc",
|
||||
scalaJava8CompatImport(),
|
||||
scalaVersion(scalaImport).value,
|
||||
configImport(),
|
||||
"*"),
|
||||
OsgiKeys.exportPackage := Seq("akka.protobufv3.internal.*"),
|
||||
OsgiKeys.privatePackage := Seq("google.protobuf.*")
|
||||
)
|
||||
OsgiKeys.importPackage := Seq(
|
||||
"!sun.misc",
|
||||
scalaJava8CompatImport(),
|
||||
scalaVersion(scalaImport).value,
|
||||
configImport(),
|
||||
"*"),
|
||||
OsgiKeys.exportPackage := Seq("akka.protobufv3.internal.*"),
|
||||
OsgiKeys.privatePackage := Seq("google.protobuf.*"))
|
||||
|
||||
val jackson = exports(Seq("akka.serialization.jackson.*"))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue