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 374694f  CAMEL-16704: camel-ahc - The producer should use its own 
worker pool to avoid blocking AHC/Netty threads when continue to routing after 
reponse is received.
     add 9425dff  camel-core - cached thread pool may have its use, so lets not 
deprecate it.
     add 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.
     add 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.
     add c0eade1  Fixed update EIP docs maven plugin
     add f833c55  Regen for commit c0eade158f51033741e9fb79d367359332c15018

No new revisions were added by this update.

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 +-
 .../apache/camel/catalog/schemas/camel-spring.xsd  | 71 +++++++++++++++--
 .../apache/camel/spi/ExecutorServiceManager.java   |  4 +-
 .../org/apache/camel/spi/ThreadPoolFactory.java    |  1 -
 .../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 +
 35 files changed, 359 insertions(+), 56 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%)

Reply via email to