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 cb72231 Sync deps and regen
add 051b2de CAMEL-16630: camel-core - Allow to use joor script for
aggregation strategy pojo. CAMEL-16630: camel-core - Allow to use BiFunction
for aggregation strategy pojo.
add 55c8430 CAMEL-16630: camel-core - Allow to use groovy script for
aggregation strategy pojo.
add 5a19273 Regen for commit 55c84300ee42a19dd869b14298fc9d4563ab6570
No new revisions were added by this update.
Summary of changes:
.../apache/camel/catalog/docs/joor-language.adoc | 67 ++++--
.../camel-joor/src/main/docs/joor-language.adoc | 67 ++++--
.../apache/camel/language/joor/JoorCompiler.java | 12 +
.../camel/language/joor/JoorScriptingCompiler.java | 12 +
...eTest.java => KameletEipAggregateJoorTest.java} | 24 +-
.../AggregationStrategyBiFunctionAdapter.java | 86 +++++++
.../org/apache/camel/reifier/AggregateReifier.java | 10 +
.../apache/camel/reifier/ClaimCheckReifier.java | 5 +
.../org/apache/camel/reifier/EnrichReifier.java | 11 +
.../org/apache/camel/reifier/MulticastReifier.java | 10 +
.../apache/camel/reifier/PollEnrichReifier.java | 11 +
.../apache/camel/reifier/RecipientListReifier.java | 10 +
.../org/apache/camel/reifier/SplitReifier.java | 10 +
...ategyTest.java => AggregateBiFunctionTest.java} | 23 +-
.../processor/aggregator/AggregateDslTest.java | 5 +-
...herRefTest.java => EnricherBiFunctionTest.java} | 12 +-
.../apache/camel/util/function/TriConsumer.java | 10 +-
.../modules/languages/pages/joor-language.adoc | 67 ++++--
dsl/camel-yaml-dsl/camel-yaml-dsl/pom.xml | 5 +
.../apache/camel/dsl/yaml/RouteTemplateTest.groovy | 250 ++++++++++++++-------
20 files changed, 538 insertions(+), 169 deletions(-)
copy
components/camel-kamelet/src/test/java/org/apache/camel/component/kamelet/{KameletAggregateTest.java
=> KameletEipAggregateJoorTest.java} (68%)
create mode 100644
core/camel-core-processor/src/main/java/org/apache/camel/processor/aggregate/AggregationStrategyBiFunctionAdapter.java
copy
core/camel-core/src/test/java/org/apache/camel/processor/aggregator/{AggregatePreCompleteAwareStrategyTest.java
=> AggregateBiFunctionTest.java} (68%)
copy
core/camel-core/src/test/java/org/apache/camel/processor/enricher/{EnricherRefTest.java
=> EnricherBiFunctionTest.java} (86%)