This is an automated email from the ASF dual-hosted git repository.
davsclaus pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/camel.git.
from 9425dff camel-core - cached thread pool may have its use, so lets not
deprecate it.
new d4a22ec CAMEL-16630: camel-core - EIP model that is configured with
bean from registry, can now use #class: to specify creating a new bean from the
given class instead of lookup.
new 9b4153e CAMEL-16630: camel-core - EIP model that is configured with
bean from registry, can now use #class: to specify creating a new bean from the
given class instead of lookup.
new c0eade1 Fixed update EIP docs maven plugin
The 3 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/catalog/docs/aggregate-eip.adoc | 2 +-
.../org/apache/camel/catalog/docs/bean-eip.adoc | 8 +-
.../apache/camel/catalog/docs/claimCheck-eip.adoc | 2 +-
.../org/apache/camel/catalog/docs/enrich-eip.adoc | 2 +-
.../apache/camel/catalog/docs/pollEnrich-eip.adoc | 2 +-
.../camel/catalog/docs/removeHeader-eip.adoc | 5 +-
.../org/apache/camel/catalog/models/aggregate.json | 2 +-
.../apache/camel/catalog/models/claimCheck.json | 2 +-
.../org/apache/camel/catalog/models/enrich.json | 2 +-
.../apache/camel/catalog/models/pollEnrich.json | 2 +-
.../docs/modules/eips/pages/aggregate-eip.adoc | 2 +-
.../src/main/docs/modules/eips/pages/bean-eip.adoc | 8 +-
.../docs/modules/eips/pages/claimCheck-eip.adoc | 2 +-
.../main/docs/modules/eips/pages/enrich-eip.adoc | 2 +-
.../docs/modules/eips/pages/pollEnrich-eip.adoc | 2 +-
.../docs/modules/eips/pages/removeHeader-eip.adoc | 5 +-
.../org/apache/camel/model/aggregate.json | 2 +-
.../org/apache/camel/model/claimCheck.json | 2 +-
.../resources/org/apache/camel/model/enrich.json | 2 +-
.../org/apache/camel/model/pollEnrich.json | 2 +-
.../apache/camel/model/AggregateDefinition.java | 39 +++++++++
.../apache/camel/model/ClaimCheckDefinition.java | 15 ++++
.../org/apache/camel/model/EnrichDefinition.java | 15 ++++
.../apache/camel/model/MulticastDefinition.java | 17 +++-
.../apache/camel/model/PollEnrichDefinition.java | 15 ++++
.../camel/model/RecipientListDefinition.java | 27 +++++--
.../org/apache/camel/model/SplitDefinition.java | 15 ++++
.../org/apache/camel/reifier/AbstractReifier.java | 92 +++++++++++++++++++++-
...rRefTest.java => EnricherRefBeanClassTest.java} | 7 +-
...erRefTest.java => EnricherRefBeanTypeTest.java} | 7 +-
.../org/apache/camel/dsl/yaml/AggregateTest.groovy | 30 +++++++
.../camel/maven/packaging/UpdateReadmeMojo.java | 2 +
32 files changed, 294 insertions(+), 45 deletions(-)
copy
core/camel-core/src/test/java/org/apache/camel/processor/enricher/{EnricherRefTest.java
=> EnricherRefBeanClassTest.java} (91%)
copy
core/camel-core/src/test/java/org/apache/camel/processor/enricher/{EnricherRefTest.java
=> EnricherRefBeanTypeTest.java} (91%)