Skip to content

Tags: shinecn/jprotobuf

Tags

jprotobuf-2.1.2

Toggle jprotobuf-2.1.2's commit message
修正 生成idl时,map中value的message不能生成

jprotobuf-2.1.1

Toggle jprotobuf-2.1.1's commit message
修正 primitive判断少了 unit32与unit64类型

jprotobuf-1.10.5

Toggle jprotobuf-1.10.5's commit message
fix: import解析顺序导致对象引用依赖错误问题

jprotobuf-2.0.9

Toggle jprotobuf-2.0.9's commit message
add code formatter for generated code

re-fact some code

jprotobuf-2.0.7

Toggle jprotobuf-2.0.7's commit message
fix bugs

jprotobuf-2.0.6

Toggle jprotobuf-2.0.6's commit message
修复对list未判空导致序列化生成多余空内容

jprotobuf-2.0.5

Toggle jprotobuf-2.0.5's commit message
完善对V3的支持

1. 支持不强制指定 requried与optional着键字,v3已经不再支持
2. 对repeated的primitive类,默认开启packed机制,优化包结构
3. version update to 2.0.5

jprotobuf-1.10.2

Toggle jprotobuf-1.10.2's commit message
当传入空数组时时,针对枚举类型反序化时,不会对枚举类型进行初始化,些处官方protobuf反序列行为不一致

jhunters#63

jprotobuf-1.9.7

Toggle jprotobuf-1.9.7's commit message
由.proto文件生成pojo对引用嵌套enum支持有问题

如果import proto文件有package声明,仍会触发之前的异常

jprotobuf-1.9.6

Toggle jprotobuf-1.9.6's commit message
修正生成代码时,对内部类引用的字段无法识别枚举类型问题