...
- DMaaP client
- Change the factory so it's more configurable
- Old DMaaP client is now deprecated
1.1.6 (yet to be released)
Bugfix release:
- (Old) DMaaP client:
- Security keys was always loaded from JAR instead of given file system path. Only code using
SecurityKeysUtil
class had been affected. If you do not useĀSecurityKeysUtil
class or you are using the new DMaaP MR client API (org.onap.dcaegen2.services.sdk.rest.services.dmaap.client.{api, model}
packages) then you are safe and the update is not required.
- Security keys was always loaded from JAR instead of given file system path. Only code using
1.1.5
- DMaaP client
- Force non-chunked transfer encoding, because DMaaP MR does not support chunks.
- DMaaP MR client API should be used in new code. Some minor incompatible changes can occur but it's more or less done.
...