Commit 1c4257f5 by Adi Amir

update common.utils to 1.2.4

parent 3d3a5cd0
Showing with 14 additions and 2 deletions
### Microservice Framework in JAVA
### 1.4.1:
- update common.utils to 1.2.4
### 1.4.0:
- update common.utils to 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
......@@ -31,11 +40,14 @@
'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"
group 'com.ipgallery.common'
version '1.4.0'
version '1.4.1'
apply plugin: 'java'
apply plugin: 'maven-publish'
......@@ -26,7 +26,7 @@ dependencies {
compile 'com.netflix.hystrix:hystrix-metrics-event-stream:1.4.12'
compile 'redis.clients:jedis:2.4.2'
compile 'org.eclipse.paho:org.eclipse.paho.client.mqttv3:1.0.2'
compile 'com.ipgallery.common:utils:1.2.0'
compile 'com.ipgallery.common:utils:1.2.4'
compile ('com.ipgallery.common:rabbitmq:1.0.3')
compile 'com.ecwid.consul:consul-api:1.1.9'
compile 'com.github.davidb:metrics-influxdb:0.8.2'
......
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