v2.6.0
CHANGELOG
- 更新log4j到2.12.1
- 更新org.json到20190722
- 更新protobuf到3.9.2
- 更新poi到4.1.1
- hash算法更替为SHA-256
- 协议外层包体增加
data_message_type
用于方便使用者通过反射机制查找data_block
对应的数据结构 - 增加
-i/--option-print <文件名>
用于输出协议配置中的选项信息 - 对内部的
Map<string, int32>
类型输出排序,有利于-c/--const-print <文件名>
时有序输出枚举值 - 移除
-c/--const-print <文件名>
时导出的google.protobuf
的内置枚举类型值。