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 e58bb7c CAMEL-12964: Fix CS
new 5e663e9 CAMEL-12973: Init deferred to first call when WIH uses
Deployment-scoped context in combination with Singleton RuntimeStrategy.
Removed redundant double slash from 'direct' URL.
new abaf617 CAMEL-12973 - Fixed CS
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:
.../jbpm/workitem/AbstractCamelCommand.java | 4 +-
.../workitem/AbstractCamelWorkItemHandler.java | 52 ++++++--
.../CamelWorkItemHandlerIntegrationTests.java | 4 +
.../DeploymentContextCamelCommandTest.java | 62 ++++-----
.../workitem/GlobalContextCamelCommandTest.java | 36 ++---
.../workitem/InOnlyCamelWorkItemHandlerTest.java | 40 +++---
.../workitem/InOutCamelWorkItemHandlerTest.java | 145 ++++++++++++++++-----
7 files changed, 234 insertions(+), 109 deletions(-)