Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh the version of hessian2-code dependency (#38005)
Commit Message: The new version includes alibaba/hessian2-codec#37 that contains a fix for one of the issues listeed in #37911 (number 5 on the list). TL;DR: the issue is that in hessian2-codec the same cc file is used as a source for two different libraries. The code that depends on both of those libraries at the same time might have an issue because of the same source used several times. Additional Description: Related to #37911 Risk Level: Low Testing: Tested that Envoy builds with introduced changes, additionally run unit tests in `//test/extensions/common/dubbo/...` `//test/extensions/filters/network/dubbo_proxy/...` and `//test/extensions/filters/network/generic_proxy/codecs/dubbo/...`. dubbo is the extension that uses hessian2 codec (the full test suite will run as part of the PR checks as well). Docs Changes: n/a Release Notes: n/a Platform Specific Features: n/a --------- Signed-off-by: Mikhail Krinkin <mkrinkin@microsoft.com>
- Loading branch information