apache / servicecomb-pack

Apache ServiceComb Pack is an eventually data consistency solution for micro-service applications. ServiceComb Pack currently provides TCC and Saga distributed transaction co-ordination solutions by using Alpha as a transaction coordinator and Omega as an transaction agent .
https://servicecomb.apache.org/
Apache License 2.0
1.93k stars 435 forks source link

[SCB-2192] Updates dependencies to up able to build on ARM64 #696

Closed martin-g closed 3 years ago

martin-g commented 3 years ago

Grpc - from 1.22.0 to 1.35.0 Netty - from 4.1.35 to 4.1.59 Netty-BoringSSL - from 2.0.25 to 2.0.36 Zookeeper - from 3.4.13 to 3.6.2

WillemJiang commented 3 years ago

@martin-g Thanks for the contribution. I just checked the CI build, the test failure is not related to your change.

martin-g commented 3 years ago

Thank you, @WillemJiang ! I've just tested latest master branch on my ARM64 VM - everything is OK now!