<dependency> <groupId>com.hubspot.jackson</groupId> <artifactId>jackson-datatype-protobuf</artifactId> <version><!--see table below--></version> </dependency> Versions Starting with version 0.9.12, only Jackson 2.9+ is supported. If you're using Jackson 2.9 or newer, you can use the...
提交Issue,填表就好 内容必填选填?你说了算! 精准反馈,高效沟通 我知道了查看详情 登录注册 Watch 2Star0Fork0 mirrors_blakesmith/jackson-datatype-protobuf 代码Wiki统计流水线 服务 Gitee Pages JavaDoc PHPDoc 质量分析 Jenkins for Gitee 腾讯云托管
New version of Jackson start using PropertyNamingStrategies.LOWER_CAMEL_CASE for default. Could you update the code to check for this for NoOpNamingStrategy. Below you can find suggested change: public PropertyNamingStrategyWrapper(PropertyNamingStrategy delegate) { if (delegate instanceof PropertyNaming...