From 4034a834f0c580c9f661d096028f9bc654843aff Mon Sep 17 00:00:00 2001 From: Zhao Date: Tue, 28 Aug 2018 18:06:11 -0700 Subject: [PATCH] update aws sdk library --- CHANGELOG.md | 2 +- aws-xray-recorder-sdk-aws-sdk/pom.xml | 2 +- aws-xray-recorder-sdk-core/pom.xml | 10 ++-------- 3 files changed, 4 insertions(+), 10 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bf18d3da..5885810e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## 2.0.0 - 2018-08-28 ### Backwards incompatible change -- Default Sampling Strategy has been updated to Centralized Sampling Strategy which gets sampling rules from X-Ray backend instead of from a static JSON file. +- Default Sampling Strategy has been updated to Centralized Sampling Strategy which gets sampling rules from X-Ray backend instead of from a static JSON file. [More Information](https://docs.aws.amazon.com/xray/latest/devguide/xray-console-sampling.html) - Implement two new class `RulePoller` and `TargetPoller` to periodically updating sampling rules and sampling targets through TCP connection. - Fallback to Localized Sampling Strategy when centralized sampling rules are not available. - In order to disable Centralized Sampling Strategy, provide `withSamplingStrategy` with Localized one. diff --git a/aws-xray-recorder-sdk-aws-sdk/pom.xml b/aws-xray-recorder-sdk-aws-sdk/pom.xml index bac15e40..066f6f68 100644 --- a/aws-xray-recorder-sdk-aws-sdk/pom.xml +++ b/aws-xray-recorder-sdk-aws-sdk/pom.xml @@ -61,7 +61,7 @@ com.amazonaws aws-java-sdk - 1.11.106 + 1.11.398 test diff --git a/aws-xray-recorder-sdk-core/pom.xml b/aws-xray-recorder-sdk-core/pom.xml index f10207c5..4b3c5957 100644 --- a/aws-xray-recorder-sdk-core/pom.xml +++ b/aws-xray-recorder-sdk-core/pom.xml @@ -34,16 +34,10 @@ - - - com.lulu.code - aws-xray-java-sdk - 0.1.0 - com.amazonaws - aws-java-sdk-core - [1.11.106,1.12) + aws-java-sdk-xray + 1.11.398 javax.servlet