Commit d5c24201 by amir

1.3.7 add paging

parent cc9f376e
Showing with 3 additions and 10 deletions
......@@ -8,27 +8,23 @@
### 1.4.0:
- update common.utils to 1.2.0
-
## 1.3.7: Add Pagination - PageBuilder
## 1.3.6: upgrade common-utils 1.2.0
## 1.3.2:
- add getMD5Hash, catch unhandled exceptions, add command-params builder
## 1.3.1:
- add rabbotmq command client + change version to 1.3.1
## 1.3.0:
- add service authorization with jwt
- env param override config file
## 1.2.5:
- support rabbit on server side
## 1.2.4:
- fix RestClient: return false with error reason rathar than exception handled by observable
- maven local repository
## 1.2.3:
- add cache timeout to every read command
## Version 1.2.2:
- graphite_hostport' (default to null) , if null no reporting will start
......@@ -43,14 +39,11 @@
'graphite_report_intrerval' in seconds, default is 10
- Add '/_stat' in monitoring to returns stats of metrics, more to come
- Change '/reload' to '/_reload'
## Version '1.1.0':
- Add resolveService in service discovery, used by http command-client to resolve the address
of the dest service
# Env for service discovery:
service.resolver.polling.interval (milli) default is 5000
# Env for jwt:
jwt.token.in.authorization : true
jwt.salt : "12345678901234567890123456789012"
......@@ -12,7 +12,7 @@ sourceCompatibility = 1.8
repositories {
//use mavenLocal in cases you want to create this jar on your local machine
//or to be able to use one
mavenLocal()//defaults to ~/.m2/repository
//mavenLocal()//defaults to ~/.m2/repository
maven { url "http://172.16.1.132:8081/repository/internal" }
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment