Skip to content

Commit

Permalink
actualize readme
Browse files Browse the repository at this point in the history
  • Loading branch information
aatarasoff committed Dec 1, 2016
1 parent 3a59b80 commit 7b984ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ repositories {
```

```
compile 'info.developerblog.spring.thrift:spring-thrift-starter:1.3.0.RELEASE'
compile 'info.developerblog.spring.thrift:spring-thrift-starter:1.4.0.RELEASE'
```

## How to use this
Expand Down Expand Up @@ -68,9 +68,7 @@ If you use service discovery backend (as Eureka or Consul) only path maybe neede
See tests for better understanding.

### Sleuth support
Since 1.0.0.RC1 starter have supported [Spring Cloud Sleuth](https://cloud.spring.io/spring-cloud-sleuth) for tracing.

`RequestIdFilter` and `RequestIdLogger` was eliminated in this version of this starter.
Since 1.0.0 starter have supported [Spring Cloud Sleuth](https://cloud.spring.io/spring-cloud-sleuth) for tracing.

## Special thanks to

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ buildscript {

allprojects {
group = 'info.developerblog.spring.thrift'
version = '1.4.0-SNAPSHOT'
version = '1.4.0.RELEASE'

repositories {
jcenter()
Expand Down

0 comments on commit 7b984ed

Please sign in to comment.