Commit d5c24201 by amir

1.3.7 add paging

parent cc9f376e
Showing with 3 additions and 10 deletions
...@@ -8,27 +8,23 @@ ...@@ -8,27 +8,23 @@
### 1.4.0: ### 1.4.0:
- update common.utils to 1.2.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: ## 1.3.2:
- add getMD5Hash, catch unhandled exceptions, add command-params builder - add getMD5Hash, catch unhandled exceptions, add command-params builder
## 1.3.1: ## 1.3.1:
- add rabbotmq command client + change version to 1.3.1 - add rabbotmq command client + change version to 1.3.1
## 1.3.0: ## 1.3.0:
- add service authorization with jwt - add service authorization with jwt
- env param override config file - env param override config file
## 1.2.5: ## 1.2.5:
- support rabbit on server side - support rabbit on server side
## 1.2.4: ## 1.2.4:
- fix RestClient: return false with error reason rathar than exception handled by observable - fix RestClient: return false with error reason rathar than exception handled by observable
- maven local repository - maven local repository
## 1.2.3: ## 1.2.3:
- add cache timeout to every read command - add cache timeout to every read command
## Version 1.2.2: ## Version 1.2.2:
- graphite_hostport' (default to null) , if null no reporting will start - graphite_hostport' (default to null) , if null no reporting will start
...@@ -43,14 +39,11 @@ ...@@ -43,14 +39,11 @@
'graphite_report_intrerval' in seconds, default is 10 'graphite_report_intrerval' in seconds, default is 10
- Add '/_stat' in monitoring to returns stats of metrics, more to come - Add '/_stat' in monitoring to returns stats of metrics, more to come
- Change '/reload' to '/_reload' - Change '/reload' to '/_reload'
## Version '1.1.0': ## Version '1.1.0':
- Add resolveService in service discovery, used by http command-client to resolve the address - Add resolveService in service discovery, used by http command-client to resolve the address
of the dest service of the dest service
# Env for service discovery: # Env for service discovery:
service.resolver.polling.interval (milli) default is 5000 service.resolver.polling.interval (milli) default is 5000
# Env for jwt: # Env for jwt:
jwt.token.in.authorization : true jwt.token.in.authorization : true
jwt.salt : "12345678901234567890123456789012" jwt.salt : "12345678901234567890123456789012"
...@@ -12,7 +12,7 @@ sourceCompatibility = 1.8 ...@@ -12,7 +12,7 @@ sourceCompatibility = 1.8
repositories { repositories {
//use mavenLocal in cases you want to create this jar on your local machine //use mavenLocal in cases you want to create this jar on your local machine
//or to be able to use one //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" } 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