This is an automated email from the ASF dual-hosted git repository. dmvolod pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/master by this push: new eb5acff CAMEL-13061: Missing properties on Olingo2 consumer initialisation eb5acff is described below commit eb5acff5b84c4bb38b65637135eab3024c9a7998 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 d87137a..35c7e95 100644 --- a/components/camel-olingo2/camel-olingo2-component/pom.xml +++ b/components/camel-olingo2/camel-olingo2-component/pom.xml @@ -174,7 +174,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> @@ -184,6 +183,8 @@ <nullableOptions> <nullableOption>queryParams</nullableOption> <nullableOption>endpointHttpHeaders</nullableOption> + <nullableOption>edm</nullableOption> + <nullableOption>responseHandler</nullableOption> </nullableOptions> </api> </apis>