This is an automated email from the ASF dual-hosted git repository. acosentino pushed a change to branch sandbox/camel-3.x in repository https://gitbox.apache.org/repos/asf/camel.git.
from 3810bc1 Upgrade Cglib and related bundle to version 3.2.9 new fa4c1b2 CAMEL-12978 - Add support to configure CamelContext created by KIE-Server extension new ad6a796 CAMEL-12978 - Fixed CS new 264ed6a Upgrade Kotlin new 40d4e2f Fixed unit test of camel-jbpm after backporting to 3.x The 4 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: .../apache/camel/component/jbpm/JBPMConstants.java | 2 + .../component/jbpm/config/CamelContextBuilder.java | 17 +- .../jbpm/server/CamelKieServerExtension.java | 69 ++++++- .../jbpm/server/CamelKieServerExtensionTest.java | 198 +++++++++++++++++++++ .../camel-jbpm/src/test/resources/camel-routes.xml | 10 +- .../src/test/resources/global-camel-routes.xml | 10 +- examples/camel-example-kotlin/pom.xml | 2 +- 7 files changed, 287 insertions(+), 21 deletions(-) copy camel-api/src/main/java/org/apache/camel/spi/HasCamelContext.java => components/camel-jbpm/src/main/java/org/apache/camel/component/jbpm/config/CamelContextBuilder.java (64%) create mode 100644 components/camel-jbpm/src/test/java/org/apache/camel/component/jbpm/server/CamelKieServerExtensionTest.java copy camel-core/src/test/resources/org/apache/camel/model/convertBody.xml => components/camel-jbpm/src/test/resources/camel-routes.xml (77%) copy camel-core/src/test/resources/org/apache/camel/model/convertBody.xml => components/camel-jbpm/src/test/resources/global-camel-routes.xml (77%)