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

davsclaus pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from fab547c  Camel-Kubernetes: Fixed CS
     new 70469a8  CAMEL-15013: Template components - Add option to turn on|off 
allow using header with override template
     new 9f8c487  CAMEL-15013: Template components - Add option to turn on|off 
allow using header with override template

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../mustache/MustacheComponentConfigurer.java      |  5 ++
 .../mustache/MustacheEndpointConfigurer.java       |  5 ++
 .../apache/camel/component/mustache/mustache.json  |  2 +
 .../src/main/docs/mustache-component.adoc          |  6 +-
 .../component/mustache/MustacheComponent.java      | 18 ++++++
 .../camel/component/mustache/MustacheEndpoint.java | 70 +++++++++++++++-------
 .../component/mustache/MustacheComponentTest.java  |  3 +
 .../component/mvel/MvelComponentConfigurer.java    |  5 ++
 .../component/mvel/MvelEndpointConfigurer.java     |  5 ++
 .../org/apache/camel/component/mvel/mvel.json      |  2 +
 .../camel-mvel/src/main/docs/mvel-component.adoc   |  6 +-
 .../apache/camel/component/mvel/MvelComponent.java | 22 ++++++-
 .../apache/camel/component/mvel/MvelEndpoint.java  | 38 +++++++++---
 .../camel/language/mvel/MvelComponentTest.java     |  7 ++-
 .../dsl/MustacheComponentBuilderFactory.java       | 18 ++++++
 .../component/dsl/MvelComponentBuilderFactory.java | 18 ++++++
 .../dsl/MustacheEndpointBuilderFactory.java        | 34 +++++++++++
 .../endpoint/dsl/MvelEndpointBuilderFactory.java   | 34 +++++++++++
 18 files changed, 260 insertions(+), 38 deletions(-)

Reply via email to