-
Notifications
You must be signed in to change notification settings - Fork 230
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Extend connectivity payload mapping capabilities #539
Merged
dguggemos
merged 66 commits into
eclipse-ditto:master
from
bosch-io:feature/connection-status
Nov 4, 2019
Merged
Extend connectivity payload mapping capabilities #539
dguggemos
merged 66 commits into
eclipse-ditto:master
from
bosch-io:feature/connection-status
Nov 4, 2019
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: Vadim Guenther <vadim.guenther@bosch-si.com>
…and targets to reference one more more mappings by ID, legacy mapping contexts are migrated to new model on the fly Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
…provided Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
…per. Implement unit test Signed-off-by: Vadim Guenther <vadim.guenther@bosch-si.com>
…ing context options Signed-off-by: Vadim Guenther <vadim.guenther@bosch-si.com>
…independent messages - allow MessageMapper to produce multiple messages from a single input message (wip) Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
…se it to map responses with same mapper Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
…tivity model Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
…by an alias-based approach using the @PayloadMapper annotation Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Vadim Guenther <vadim.guenther@bosch-si.com>
Signed-off-by: Vadim Guenther <vadim.guenther@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
… to milliseconds Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Vadim Guenther <vadim.guenther@bosch-si.com>
* for all MessageMappers * this is applied in MessageMappingProcessor prior to invoking the mapper * added default blacklist for well known Hono "notification" types for the default DittoMessageMapper * removed no longer used "contentType" configuration for mappers Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
…a custom description listing which mappers may be used Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Vadim Guenther <vadim.guenther@bosch-si.com>
…eMapper * + enhanced unit tests to additionally check for value of the modified feature Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
* restructured connectivity-mapping.md in order to first list all available headers and afterwards descripe the JavaScript engine in more detail * fixed json schema * enhanced jsdoc of internal .js files for JavaScript engine (mentioning the Array return type correctly) Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
Signed-off-by: Vadim Guenther <vadim.guenther@bosch-si.com>
…r to MessageMappingProcessor in order to set readFromExternal to false Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
…the only one Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
…tor, avoid code duplication, polish some wording - unignore amqp tests Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
…load-mapper" in order to be more specific Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
Signed-off-by: Thomas Jaeckle <thomas.jaeckle@bosch-si.com>
Signed-off-by: Dominik Guggemos <dominik.guggemos@bosch-si.com>
thjaeckle
approved these changes
Nov 4, 2019
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR adds