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/02/07 14:47:56 UTC

[camel] branch camel-2.23.x updated (e2137a7 -> 2ad4172)

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 e2137a7  CAMEL-13168 - Delay StreamCache file deletion till calling LUW is done
     new 55dc3d9  CAMEL-13155: Added wid files and icon for consumption by jBPM Service Task repo.
     new 2ad4172  Fixed Camel-JBPM Karaf feature

The 34180 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                      |   9 +++-
 .../jbpm/workitem/InOnlyCamelWorkItemHandler.java  |   5 +-
 .../jbpm/workitem/InOutCamelWorkItemHandler.java   |   5 +-
 .../src/main/resources/InOnlyCamelConnector.wid    |  27 +++++++++++
 .../src/main/resources/InOutCamelConnector.wid     |  27 +++++++++++
 .../camel-jbpm/src/main/resources/camel-jbpm.wid   |  51 +++++++++++++++++++++
 components/camel-jbpm/src/main/resources/icon.png  | Bin 0 -> 35236 bytes
 .../karaf/features/src/main/resources/features.xml |   1 +
 8 files changed, 122 insertions(+), 3 deletions(-)
 create mode 100644 components/camel-jbpm/src/main/resources/InOnlyCamelConnector.wid
 create mode 100644 components/camel-jbpm/src/main/resources/InOutCamelConnector.wid
 create mode 100644 components/camel-jbpm/src/main/resources/camel-jbpm.wid
 create mode 100644 components/camel-jbpm/src/main/resources/icon.png