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

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


The following commit(s) were added to refs/heads/camel-2.21.x by this push:
     new 3f6542a  CAMEL-13061: Missing properties on Olingo2 consumer 
initialisation
3f6542a is described below

commit 3f6542aa571eba64db99b1e20eb8deef2183126e
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 7eeb916..ed39ebd 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>

Reply via email to