jhunters / jprotobuf

A useful utility library for java programmer using google protobuf
Apache License 2.0
879 stars 281 forks source link

Java14 环境下无法正常使用 #153

Closed FULaBUla closed 3 years ago

FULaBUla commented 3 years ago

开发环境

异常

运行时提示 JProtoBufClass, diagnostics: [错误: 不再支持源选项 6。请使用 7 或更高版本。, 错误: 不再支持目标选项 6。请使用 7 或更高版本。] 出现问题的地方 Codec<Test> studentClassCodec = ProtobufProxy.create(Test.class);

jhunters commented 3 years ago

2.4.7 版本已修复该问题