Merged
Conversation
Add result count (coming from system query option $inlinecount) to OData entries when using splitResults
Add uri param configuration settings for read/write entity provider properties. The entity provider properties are used for each read/write operation and specify the way to serialize OData entries as Json/Xml/Atom data.
Merge operation must enable isDataBasedPropertySerialization setting in the entity provider write properties in order to not overwrite unspecified fields with null values.
oscerd
approved these changes
Aug 18, 2020
davsclaus
approved these changes
Aug 19, 2020
Contributor
|
Should we have similar changes into camel-olingo4 ? if so you are welcome to provide a PR for this component too. |
Contributor
Author
|
@davsclaus camel-olingo4 is not having such issues - we can leave it as it is. BTW why is the check on this PR failing? I do not see the failure being caused by my changes. can you please have a look? |
Contributor
|
The CS is in camel-main not related to your PR |
christophd
added a commit
to christophd/camel
that referenced
this pull request
Aug 19, 2020
* fix(CAMEL-15405): Propagate inline count in camel-olingo2 component Add result count (coming from system query option $inlinecount) to OData entries when using splitResults * fix(CAMEL-15406): Configure entity provider properties on camel-olingo2 Add uri param configuration settings for read/write entity provider properties. The entity provider properties are used for each read/write operation and specify the way to serialize OData entries as Json/Xml/Atom data. * fix(CAMEL-15407): Fix merge operation in camel-olingo2 Merge operation must enable isDataBasedPropertySerialization setting in the entity provider write properties in order to not overwrite unspecified fields with null values. (cherry picked from commit 26392df)
davsclaus
pushed a commit
that referenced
this pull request
Aug 19, 2020
* fix(CAMEL-15405): Propagate inline count in camel-olingo2 component Add result count (coming from system query option $inlinecount) to OData entries when using splitResults * fix(CAMEL-15406): Configure entity provider properties on camel-olingo2 Add uri param configuration settings for read/write entity provider properties. The entity provider properties are used for each read/write operation and specify the way to serialize OData entries as Json/Xml/Atom data. * fix(CAMEL-15407): Fix merge operation in camel-olingo2 Merge operation must enable isDataBasedPropertySerialization setting in the entity provider write properties in order to not overwrite unspecified fields with null values. (cherry picked from commit 26392df)
lburgazzoli
pushed a commit
to lburgazzoli/apache-camel
that referenced
this pull request
Sep 30, 2020
* fix(CAMEL-15405): Propagate inline count in camel-olingo2 component Add result count (coming from system query option $inlinecount) to OData entries when using splitResults * fix(CAMEL-15406): Configure entity provider properties on camel-olingo2 Add uri param configuration settings for read/write entity provider properties. The entity provider properties are used for each read/write operation and specify the way to serialize OData entries as Json/Xml/Atom data. * fix(CAMEL-15407): Fix merge operation in camel-olingo2 Merge operation must enable isDataBasedPropertySerialization setting in the entity provider write properties in order to not overwrite unspecified fields with null values. (cherry picked from commit 26392df)
This file contains hidden or 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
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.
Add result count (coming from system query option $inlinecount) to OData entries when using splitResults
Add uri param configuration settings for read/write entity provider properties. The entity provider properties are used for each read/write operation and specify the way to serialize OData entries as Json/Xml/Atom data.
Merge operation must enable isDataBasedPropertySerialization setting in the entity provider write properties in order to not overwrite unspecified fields with null values.