Skip to content

Commit

Permalink
update aws sdk library
Browse files Browse the repository at this point in the history
  • Loading branch information
luluzhao committed Aug 29, 2018
1 parent f612f22 commit 4034a83
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 10 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion aws-xray-recorder-sdk-aws-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk</artifactId>
<version>1.11.106</version>
<version>1.11.398</version>
<scope>test</scope>
</dependency>
</dependencies>
Expand Down
10 changes: 2 additions & 8 deletions aws-xray-recorder-sdk-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,16 +34,10 @@
</plugins>
</build>
<dependencies>
<!-- This one is only for my testing and I will remove it before release -->
<dependency>
<groupId>com.lulu.code</groupId>
<artifactId>aws-xray-java-sdk</artifactId>
<version>0.1.0</version>
</dependency>
<dependency>
<groupId>com.amazonaws</groupId>
<artifactId>aws-java-sdk-core</artifactId>
<version>[1.11.106,1.12)</version>
<artifactId>aws-java-sdk-xray</artifactId>
<version>1.11.398</version>
</dependency>
<dependency>
<groupId>javax.servlet</groupId>
Expand Down

0 comments on commit 4034a83

Please sign in to comment.