Commit ad8e30cf by Amir Aharon

version change to 2.2.0

parent a1177225
Showing with 4 additions and 1 deletions
...@@ -3,6 +3,9 @@ ...@@ -3,6 +3,9 @@
- Add Pulsar PubSub Implementation - Add Pulsar PubSub Implementation
- Add Either as default for optional - Add Either as default for optional
- Divide src to common and main so that app's can use only common where needed - Divide src to common and main so that app's can use only common where needed
- Note on Pulsar topic: can't be nested so after the domain prefix change the / with @
e.g: rest path like /domain/apiFamiliy/api1 will be in pubsub /domain/apiFamily@api1
## 2.1.1 ## 2.1.1
- downgrade metrics influxdb to fit the reporter on iot jar - downgrade metrics influxdb to fit the reporter on iot jar
......
group 'com.ipgallery.common' group 'com.ipgallery.common'
version '2.2.3-local' version '2.2.0'
apply plugin: 'java' apply plugin: 'java'
apply plugin: 'maven-publish' apply plugin: 'maven-publish'
......
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