This is an automated email from the ASF dual-hosted git repository.
gnodet pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.
from e819c54 Regen and sync properties
new 06ebd29 [CAMEL-14578] Add a property to disable source checking on
specific files
new e68a25e [CAMEL-14578] Reformat
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:
camel-dependencies/pom.xml | 2 +
.../component/jbpm/JBPMCamelConsumerAware.java | 6 +-
.../apache/camel/component/jbpm/JBPMComponent.java | 4 +-
.../camel/component/jbpm/JBPMConfiguration.java | 21 ++--
.../apache/camel/component/jbpm/JBPMConstants.java | 5 +-
.../apache/camel/component/jbpm/JBPMConsumer.java | 85 ++++++++-------
.../apache/camel/component/jbpm/JBPMEndpoint.java | 11 +-
.../apache/camel/component/jbpm/JBPMProducer.java | 119 +++++++++++++--------
.../component/jbpm/config/CamelContextBuilder.java | 3 +-
.../component/jbpm/emitters/CamelEventEmitter.java | 16 +--
.../emitters/ServiceRegistryBoundEventEmitter.java | 10 +-
.../jbpm/listeners/CamelCaseEventListener.java | 7 +-
.../jbpm/listeners/CamelProcessEventListener.java | 5 +-
.../jbpm/listeners/CamelTaskEventListener.java | 10 +-
.../jbpm/server/CamelKieServerExtension.java | 27 ++---
.../jbpm/workitem/AbstractCamelCommand.java | 24 ++---
.../workitem/AbstractCamelWorkItemHandler.java | 66 ++++++------
.../workitem/DeploymentContextCamelCommand.java | 3 +-
.../jbpm/workitem/GlobalContextCamelCommand.java | 12 +--
.../jbpm/workitem/InOnlyCamelWorkItemHandler.java | 58 +++++-----
.../jbpm/workitem/InOutCamelWorkItemHandler.java | 56 +++++-----
core/camel-main/pom.xml | 22 ++--
parent/pom.xml | 94 +++++++++-------
23 files changed, 359 insertions(+), 307 deletions(-)