diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md index 64cc2890bf0..283808618ec 100644 --- a/changes/en-us/2.x.md +++ b/changes/en-us/2.x.md @@ -114,6 +114,7 @@ Add changes here for all PR submitted to the 2.x branch. - [[#6750](https://github.com/apache/incubator-seata/pull/6750)] increase spring autoconfigure module unit test converage - [[#6773](https://github.com/apache/incubator-seata/pull/6773)] fix the wrong code coverage from codecov icon in default branch - [[#6821](https://github.com/apache/incubator-seata/pull/6821)] fix the test case assertions +- [[#6803](https://github.com/apache/incubator-seata/pull/6803)] optimize: compilation and packaging for the ARM64 architecture Thanks to these contributors for their code commits. Please report an unintended omission. @@ -148,6 +149,7 @@ Thanks to these contributors for their code commits. Please report an unintended - [xiaoxiangyeyu0](https://github.com/xiaoxiangyeyu0) - [LegGasai](https://github.com/LegGasai) - [yangli-stu](https://github.com/yangli-stu) +- [heliang666s](https://github.com/heliang666s) Also, we receive many valuable issues, questions and advices from our community. Thanks for you all. diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md index 22249bd103c..796dd6d1c1e 100644 --- a/changes/zh-cn/2.x.md +++ b/changes/zh-cn/2.x.md @@ -98,6 +98,7 @@ - [[#6779](https://github.com/apache/incubator-seata/pull/6779)] 在config模块中使用curator替代zkclient - [[#6831](https://github.com/apache/incubator-seata/pull/6831)] 在registry模块中使用curator替代zkclient +- [[#6803](https://github.com/apache/incubator-seata/pull/6803)] 优化 ARM64 架构的编译打包 ### refactor: @@ -149,6 +150,8 @@ - [xiaoxiangyeyu0](https://github.com/xiaoxiangyeyu0) - [LegGasai](https://github.com/LegGasai) - [yangli-stu](https://github.com/yangli-stu) +- [heliang666s](https://github.com/heliang666s) + 同时,我们收到了社区反馈的很多有价值的issue和建议,非常感谢大家。 diff --git a/dependencies/pom.xml b/dependencies/pom.xml index bf5a1a2084e..44f1662f45b 100644 --- a/dependencies/pom.xml +++ b/dependencies/pom.xml @@ -78,8 +78,8 @@ 4.0.3 1.6.7 - 3.16.3 - 1.27.1 + 3.25.4 + 1.66.0 5.4.0 0.45 4.0.63 diff --git a/integration/grpc/pom.xml b/integration/grpc/pom.xml index cf42b481af8..04665dcc956 100644 --- a/integration/grpc/pom.xml +++ b/integration/grpc/pom.xml @@ -32,7 +32,6 @@ seata-grpc ${project.version} gRPC integration for Seata built with Maven - ${project.groupId} @@ -83,9 +82,9 @@ org.xolstice.maven.plugins protobuf-maven-plugin - com.google.protobuf:protoc:3.11.0:exe:${os.detected.classifier} + com.google.protobuf:protoc:3.25.4:exe:${os.detected.classifier} grpc-java - io.grpc:protoc-gen-grpc-java:1.27.1:exe:${os.detected.classifier} + io.grpc:protoc-gen-grpc-java:1.66.0:exe:${os.detected.classifier} @@ -98,5 +97,5 @@ - + diff --git a/pom.xml b/pom.xml index 919ebc962e5..8e78921ba96 100644 --- a/pom.xml +++ b/pom.xml @@ -218,13 +218,6 @@ false - - - arrch64 - - osx-x86_64 - - checkstyle diff --git a/serializer/seata-serializer-protobuf/pom.xml b/serializer/seata-serializer-protobuf/pom.xml index d3117161ef8..e606c7ab62e 100644 --- a/serializer/seata-serializer-protobuf/pom.xml +++ b/serializer/seata-serializer-protobuf/pom.xml @@ -57,7 +57,7 @@ ${project.basedir}/src/main/resources/protobuf/org/apache/seata/protocol/transcation/ - com.google.protobuf:protoc:3.11.0:exe:${os.detected.classifier} + com.google.protobuf:protoc:3.25.4:exe:${os.detected.classifier}