remove shaded protobuf-java v2 jar (pekko-protobuf) (#489)

* remove protobuf v2 support

* Update OSGi.scala

* ci issue

* remove refs to pekko-protobuf classes

* fix comment

* update comments

* Update Serialization.scala
This commit is contained in:
PJ Fanning 2023-08-01 11:35:58 +01:00 committed by GitHub
parent c18a81a243
commit 964dcf53eb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 6 additions and 49069 deletions

View file

@ -353,12 +353,6 @@ Copyright 2014 - 2016 Real Logic Ltd.
---------------
pekko-protobuf contains the sources of Google protobuf 2.5.0 runtime support,
moved into the source package `org.apache.pekko.protobuf` so as to avoid version conflicts.
For license information see COPYING.protobuf
---------------
pekko-persistence-typed contains AuctionEntity.java in its test source.
This code is derived from a class in Lagom <https://github.com/lagom>,
licensed under the Apache 2.0 license.