You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2022/01/07 14:18:49 UTC

[camel] branch camel-3.11.x updated: Regen for commit 50ed91924e557d2c85ec63a3e58d687a4f8a3a6c

This is an automated email from the ASF dual-hosted git repository.

acosentino pushed a commit to branch camel-3.11.x
in repository https://gitbox.apache.org/repos/asf/camel.git


The following commit(s) were added to refs/heads/camel-3.11.x by this push:
     new ee3343c  Regen for commit 50ed91924e557d2c85ec63a3e58d687a4f8a3a6c
ee3343c is described below

commit ee3343c7d6904965449d04a2a5a70d2e21f8184a
Author: oscerd <os...@users.noreply.github.com>
AuthorDate: Fri Jan 7 14:10:55 2022 +0000

    Regen for commit 50ed91924e557d2c85ec63a3e58d687a4f8a3a6c
    
    Signed-off-by: GitHub <no...@github.com>
---
 .../docs/enterprise-integration-patterns.adoc      |  34 ++++++++++-----------
 .../modules/ROOT/assets/images/apache-ignite.png   | Bin 0 -> 919833 bytes
 .../modules/ROOT/assets/images/camel-direct-vm.png | Bin 0 -> 129236 bytes
 .../ROOT/assets/images/camel_spark_cluster.png     | Bin 0 -> 172359 bytes
 .../ROOT/assets/images/camel_spark_driver.png      | Bin 0 -> 293927 bytes
 .../modules/ROOT/assets/images/control_bus.png     | Bin 0 -> 2438 bytes
 .../modules/ROOT/assets/images/qr-code.png         | Bin 0 -> 307 bytes
 7 files changed, 17 insertions(+), 17 deletions(-)

diff --git a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/enterprise-integration-patterns.adoc b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/enterprise-integration-patterns.adoc
index 0b80f53..b2e134f 100644
--- a/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/enterprise-integration-patterns.adoc
+++ b/catalog/camel-catalog/src/generated/resources/org/apache/camel/catalog/docs/enterprise-integration-patterns.adoc
@@ -12,7 +12,7 @@ User Guide before attempting to implement these patterns.
 == Messaging Systems
 
 [width="100%",cols="10%,10%,80%",]
-|=======================================================================
+|===
 a|image::eip/ChannelIcon.gif[image]
 |xref:message-channel.adoc[Message Channel] |How does one application
 communicate with another using messaging?
@@ -38,13 +38,13 @@ different data formats communicate with each other using messaging?
 a|image::eip/MessageEndpointIcon.gif[image]
 |xref:message-endpoint.adoc[Message Endpoint] |How does an application
 connect to a messaging channel to send and receive messages?
-|=======================================================================
+|===
 
 [[EnterpriseIntegrationPatterns-MessagingChannels]]
 == Messaging Channels
 
 [width="100%",cols="10%,10%,80%",]
-|=======================================================================
+|===
 a|image::eip/PointToPointIcon.gif[image]
 |xref:point-to-point-channel.adoc[Point to Point Channel] |How can the
 caller be sure that exactly one receiver will receive the document or
@@ -80,13 +80,13 @@ affecting the others?
 a|image::eip/MessagingBridgeIcon.gif[image]
 |xref:change-data-capture.adoc[Change Data Capture] | Data synchronization by capturing
 changes made to a database, and apply those changes to another system.
-|=======================================================================
+|===
 
 [[EnterpriseIntegrationPatterns-MessageConstruction]]
 == Message Construction
 
 [width="100%",cols="10%,10%,80%",]
-|=======================================================================
+|===
 a|image::eip/EventMessageIcon.gif[image]
 |xref:event-message.adoc[Event Message] |How can messaging be used to
 transmit events from one application to another?
@@ -108,13 +108,13 @@ a|image::eip/MessageExpirationIcon.gif[image]
 |xref:message-expiration.adoc[Message Expiration] |How can a sender indicate
 when a message should be considered stale and thus shouldn’t be processed?
 
-|=======================================================================
+|===
 
 [[EnterpriseIntegrationPatterns-MessageRouting]]
 == Message Routing
 
 [width="100%",cols="10%,10%,80%",]
-|=======================================================================
+|===
 a|image::eip/ContentBasedRouterIcon.gif[image]
 |xref:content-based-router-eip.adoc[Content Based Router] |How do we handle
 a situation where the implementation of a single logical function (e.g.,
@@ -209,13 +209,13 @@ of endpoints at the same time?
 
 a|image::eip/PollingConsumerIcon.gif[image]
 |xref:loop-eip.adoc[Loop] |How can I repeat processing a message in a loop?
-|=======================================================================
+|===
 
 [[EnterpriseIntegrationPatterns-MessageTransformation]]
 == Message Transformation
 
 [width="100%",cols="10%,10%,80%",]
-|=======================================================================
+|===
 a|image::eip/DataEnricherIcon.gif[image]
 |xref:content-enricher.adoc[Content Enricher] |How do we communicate
 with another system if the message originator does not have all the
@@ -242,13 +242,13 @@ a|image::eip/MessagingGatewayIcon.gif[image]
 
 a|image::eip/MessageSelectorIcon.gif[image]
 |xref:validate-eip.adoc[Validate] |How can I validate a message?
-|=======================================================================
+|===
 
 [[EnterpriseIntegrationPatterns-MessagingEndpoints]]
 == Messaging Endpoints
 
 [width="100%",cols="10%,10%,80%",]
-|=======================================================================
+|===
 
 a|image::eip/MessageTranslatorIcon.gif[image]
 |xref:messaging-mapper.adoc[Messaging Mapper] |How do you move data
@@ -295,13 +295,13 @@ a|image::eip/MessagingAdapterIcon.gif[image]
 |xref:service-activator.adoc[Service Activator] |How can an application
 design a service to be invoked both via various messaging technologies
 and via non-messaging techniques?
-|=======================================================================
+|===
 
 [[EnterpriseIntegrationPatterns-SystemManagement]]
 == System Management
 
 [width="100%",cols="10%,10%,80%",]
-|=======================================================================
+|===
 a|image::eip/ControlBusIcon.gif[image]
 |xref:ROOT:controlbus-component.adoc[ControlBus] |How can we effectively administer a
 messaging system that is distributed across multiple platforms and a
@@ -326,16 +326,16 @@ a|image::eip/ControlBusIcon.gif[image]
 a|image::eip/RoutingTableIcon.gif[image]
 |xref:step-eip.adoc[Step] | Steps groups together a set of EIPs into a composite logical unit for metrics and monitoring. |
 
-|=======================================================================
+|===
 
-=== EIP Icons
+== EIP Icons
 
 The EIP icons library is available as a Visio stencil file adapted to
 render the icons with the Camel color. Download it
-link:{attachmentsdir}/Hohpe_EIP_camel_20150622.zip[here]
+xref:attachment$Hohpe_EIP_camel_20150622.zip[here]
 for your presentation, functional and technical analysis documents.
 
 The original EIP stencil is also available in
-link:{attachmentsdir}/Hohpe_EIP_camel_OpenOffice.zip[OpenOffice 3.x Draw],
+xref:attachment$Hohpe_EIP_camel_OpenOffice.zip[OpenOffice 3.x Draw],
 http://www.eaipatterns.com/download/EIP_Visio_stencil.zip[Microsoft Visio],
 or http://www.graffletopia.com/stencils/137[Omnigraffle].
diff --git a/docs/components/modules/ROOT/assets/images/apache-ignite.png b/docs/components/modules/ROOT/assets/images/apache-ignite.png
new file mode 100644
index 0000000..0f7cf4a
Binary files /dev/null and b/docs/components/modules/ROOT/assets/images/apache-ignite.png differ
diff --git a/docs/components/modules/ROOT/assets/images/camel-direct-vm.png b/docs/components/modules/ROOT/assets/images/camel-direct-vm.png
new file mode 100644
index 0000000..d15f185
Binary files /dev/null and b/docs/components/modules/ROOT/assets/images/camel-direct-vm.png differ
diff --git a/docs/components/modules/ROOT/assets/images/camel_spark_cluster.png b/docs/components/modules/ROOT/assets/images/camel_spark_cluster.png
new file mode 100644
index 0000000..c550bf5
Binary files /dev/null and b/docs/components/modules/ROOT/assets/images/camel_spark_cluster.png differ
diff --git a/docs/components/modules/ROOT/assets/images/camel_spark_driver.png b/docs/components/modules/ROOT/assets/images/camel_spark_driver.png
new file mode 100644
index 0000000..17b6b67
Binary files /dev/null and b/docs/components/modules/ROOT/assets/images/camel_spark_driver.png differ
diff --git a/docs/components/modules/ROOT/assets/images/control_bus.png b/docs/components/modules/ROOT/assets/images/control_bus.png
new file mode 100644
index 0000000..e834f65
Binary files /dev/null and b/docs/components/modules/ROOT/assets/images/control_bus.png differ
diff --git a/docs/components/modules/ROOT/assets/images/qr-code.png b/docs/components/modules/ROOT/assets/images/qr-code.png
new file mode 100644
index 0000000..be0e7c8
Binary files /dev/null and b/docs/components/modules/ROOT/assets/images/qr-code.png differ