magro / kryo-serializers

More kryo serializers
Apache License 2.0
381 stars 120 forks source link

Adding support for Protobuf v3.0.0+ #65

Closed Helcaraxan closed 5 years ago

Helcaraxan commented 8 years ago

For projects that rely on Protobuf v3.0.0 (GA) and upwards the current Kryo-serializers can not be used. This commit enables it but it does break compatibility for projects relying on earlier versions of Protobuf.

coveralls commented 8 years ago

Coverage Status

Coverage remained the same at 85.283% when pulling 96ccf68901e308d2191abbd0179e8d6f4e39948f on Helcaraxan:protobuf-3.0.0-support into f65557147e971836ff2e754d5ba32912f388221a on magro:master.

magro commented 6 years ago

For now I prefer not to merge this due to the broken protobuf-java 2 support.