This is an automated email from the ASF dual-hosted git repository. dmvolod pushed a commit to branch camel-2.22.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.22.x by this push: new bfcf269 CAMEL-13061: Missing properties on Olingo2 consumer initialisation bfcf269 is described below commit bfcf2698e0e25bc5cb69e83c72c519b1a0c155a2 Author: Dmitry Volodin <dmvo...@gmail.com> AuthorDate: Tue Jan 15 13:29:53 2019 +0300 CAMEL-13061: Missing properties on Olingo2 consumer initialisation --- components/camel-olingo2/camel-olingo2-component/pom.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/components/camel-olingo2/camel-olingo2-component/pom.xml b/components/camel-olingo2/camel-olingo2-component/pom.xml index 78d87c9..fed9bb2 100644 --- a/components/camel-olingo2/camel-olingo2-component/pom.xml +++ b/components/camel-olingo2/camel-olingo2-component/pom.xml @@ -169,7 +169,6 @@ <apiName /> <proxyClass>org.apache.camel.component.olingo2.api.Olingo2App</proxyClass> <fromSignatureFile>src/signatures/olingo-api-signature.txt</fromSignatureFile> - <excludeConfigNames>edm|responseHandler</excludeConfigNames> <extraOptions> <extraOption> <name>keyPredicate</name> @@ -179,6 +178,8 @@ <nullableOptions> <nullableOption>queryParams</nullableOption> <nullableOption>endpointHttpHeaders</nullableOption> + <nullableOption>edm</nullableOption> + <nullableOption>responseHandler</nullableOption> </nullableOptions> </api> </apis>