This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 7f1f769 [CAMEL-16762]Only the first payload chunk will be read when
using jmsMessageType=Stream (#5762)
add 08cac8f CAMEL-16630: camel-core - Allow to use groovy script for
aggregation strategy pojo.
add f053790 CAMEL-16764: Fix resolution of shared BoxAPIConnection
add a86dd73 CAMEL-16612: simplify KameletMain object lifecycle (#5765)
add 0b3ee8d Upgrade JBPM to version 7.56.0.Final
add cb72231 Sync deps and regen
No new revisions were added by this update.
Summary of changes:
camel-dependencies/pom.xml | 2 +-
components/camel-box/camel-box-component/pom.xml | 20 ++++
.../camel/component/box/BoxConfiguration.java | 46 ++++++++
.../component/box/BoxSharedConnectionTest.java | 120 +++++++++++++++++++++
...est.java => KameletEipAggregateGroovyTest.java} | 11 +-
.../aggregate/AggregationStrategyBeanAdapter.java | 8 ++
.../java/org/apache/camel/main/KameletMain.java | 16 +--
parent/pom.xml | 2 +-
8 files changed, 207 insertions(+), 18 deletions(-)
create mode 100644
components/camel-box/camel-box-component/src/test/java/org/apache/camel/component/box/BoxSharedConnectionTest.java
copy
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletEipAggregateTest.java
=> KameletEipAggregateGroovyTest.java} (77%)