=all #13783 replace protobuf dependency by embedded version
- created new subproject akka-protobuf (and added COPYING and LICENSE) - renamed com.google.protobuf -> akka.protobuf everywhere - also added such renaming step to the results of protoc compilation in project/Protobuf.scala - had to include transcriptions of Netty’s ProtobufEncoder/Decoder to make multi-node-testkit compile again
This commit is contained in:
parent
baa4399521
commit
c3ecb87a65
82 changed files with 56148 additions and 7695 deletions
|
|
@ -10,7 +10,7 @@ import java.util.concurrent.atomic.AtomicReference
|
|||
import akka.actor.{ ActorRef, ExtendedActorSystem }
|
||||
import akka.remote.WireFormats.ActorRefData
|
||||
import akka.serialization.{ Serialization, BaseSerializer }
|
||||
import com.google.protobuf.Message
|
||||
import akka.protobuf.Message
|
||||
|
||||
import scala.annotation.tailrec
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ object ProtobufSerializer {
|
|||
}
|
||||
|
||||
/**
|
||||
* This Serializer serializes `com.google.protobuf.Message`s
|
||||
* This Serializer serializes `akka.protobuf.Message`s
|
||||
*/
|
||||
class ProtobufSerializer(val system: ExtendedActorSystem) extends BaseSerializer {
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue