liubao68 commented on issue #4637: URL: https://github.com/apache/servicecomb-java-chassis/issues/4637#issuecomment-2547617410
`BigDecimal`等作为`query`、`header`参数,还没有确切的序列化方式定义; 作为`body`参数,需要合适的jackson支持即可。 这个需要详细考虑下规格。 参考: https://servicecomb.apache.org/references/java-chassis/zh_CN/build-provider/http-mapping.html `@RequestParam BigDecimal` 这种用法目前被识别为 `Query参数聚合为POJO对象`, 这显然不是预期的。 还需要再考虑下怎么定义这种场景的序列化表示。 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
