This is an automated email from the ASF dual-hosted git repository. dmvolod pushed a commit to branch camel-2.x in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/camel-2.x by this push: new af959fe CAMEL-13061: Missing properties on Olingo2 consumer initialisation af959fe is described below commit af959fefc5385eb0ac8e39f4e8566a0b9b5c3ead 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 73f4501..cb76a92 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>