From 1b30a0c088a9831cb121775f145f1347c92656be Mon Sep 17 00:00:00 2001 From: Jiajing LU Date: Mon, 30 May 2022 15:54:39 +0800 Subject: [PATCH] Fix tcnative lib relocation (#186) --- CHANGES.md | 1 + apm-sniffer/apm-agent-core/pom.xml | 2 ++ 2 files changed, 3 insertions(+) diff --git a/CHANGES.md b/CHANGES.md index eab96a550..2067841a9 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -18,6 +18,7 @@ Release Notes. * Add primary endpoint name to log events. * Fix Span not finished in gateway plugin when the gateway request timeout. * Support `-Dlog4j2.contextSelector=org.apache.logging.log4j.core.async.AsyncLoggerContextSelector` in gRPC log report. +* Fix tcnative libraries relocation for aarch64. #### Documentation diff --git a/apm-sniffer/apm-agent-core/pom.xml b/apm-sniffer/apm-agent-core/pom.xml index ec4246823..f657a5dc9 100644 --- a/apm-sniffer/apm-agent-core/pom.xml +++ b/apm-sniffer/apm-agent-core/pom.xml @@ -251,6 +251,8 @@ + +