You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2019/03/18 15:06:38 UTC

[camel] branch camel-2.23.x updated (edd4fc6 -> a11f596)

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

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


    from edd4fc6  CAMEL-13140: Fixed camel-kafka consumer may do sync commit when auto commit enabled, when there are no messages recieved from the partitions.
     new 3b4fdd6  Fixes CAMEL-13330. Fixed classname in annotations of WIHs. Added new build plugin to properly filter the placeholders in the annotations in the WIH java source files.
     new a11f596  CAMEL-13330 - Externalized the property for templating-maven-plugin

The 34216 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:
 components/camel-jbpm/pom.xml                      | 22 +++++++++++++++++++++-
 .../jbpm/workitem/InOnlyCamelWorkItemHandler.java  |  2 +-
 .../jbpm/workitem/InOutCamelWorkItemHandler.java   |  2 +-
 .../src/main/resources/InOnlyCamelConnector.wid    |  4 ++--
 .../src/main/resources/InOutCamelConnector.wid     |  4 ++--
 .../camel-jbpm/src/main/resources/camel-jbpm.wid   |  6 +++---
 parent/pom.xml                                     |  1 +
 7 files changed, 31 insertions(+), 10 deletions(-)