You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by GitBox <gi...@apache.org> on 2022/04/01 16:43:57 UTC

[GitHub] [camel] essobedo opened a new pull request #7334: CAMEL-17898: Allow to retrieve header definitions from parent classes

essobedo opened a new pull request #7334:
URL: https://github.com/apache/camel/pull/7334


   Fix for https://issues.apache.org/jira/browse/CAMEL-17898
   
   ## Motivation
   
   Some components define their common headers in base class and the specific headers in specific classes that extend the base class. So we need to make the code extracting the metadata of the headers evolve in order to retrieve header definitions from the parent classes too.
   
   ## Modifications
   
   * Retrieve the header definitions in a loop that iterates over all the super classes until `Object.class`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org