You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by dm...@apache.org on 2019/01/17 14:08:59 UTC

[camel] 03/05: CAMEL-13061: Missing properties on Olingo2 consumer initialisation

This is an automated email from the ASF dual-hosted git repository.

dmvolod pushed a commit to branch camel-2.23.x
in repository https://gitbox.apache.org/repos/asf/camel.git

commit 940b18c48635730a6e911da5cbc563d24f7a4f77
Author: Dmitry Volodin <dm...@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 d7e0c9e..4c13391 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>