From commits-return-60654-archive-asf-public=cust-asf.ponee.io@camel.apache.org Thu Jan 4 19:52:16 2018 Return-Path: X-Original-To: archive-asf-public@eu.ponee.io Delivered-To: archive-asf-public@eu.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by mx-eu-01.ponee.io (Postfix) with ESMTP id 1864C18077B for ; Thu, 4 Jan 2018 19:52:16 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 089F9160C18; Thu, 4 Jan 2018 18:52:16 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 3E04E160C3C for ; Thu, 4 Jan 2018 19:52:15 +0100 (CET) Received: (qmail 84130 invoked by uid 500); 4 Jan 2018 18:52:14 -0000 Mailing-List: contact commits-help@camel.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@camel.apache.org Delivered-To: mailing list commits@camel.apache.org Received: (qmail 84109 invoked by uid 99); 4 Jan 2018 18:52:14 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 04 Jan 2018 18:52:14 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 16EE4856F1; Thu, 4 Jan 2018 18:52:12 +0000 (UTC) Date: Thu, 04 Jan 2018 18:52:16 +0000 To: "commits@camel.apache.org" Subject: [camel] 06/07: Regen docs MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: davsclaus@apache.org In-Reply-To: <151509193029.13799.3495770936535783563@gitbox.apache.org> References: <151509193029.13799.3495770936535783563@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: camel X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Rev: 7cf616e5e48346aeffca9307f7fd35f8303c0633 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20180104185212.16EE4856F1@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel.git commit 7cf616e5e48346aeffca9307f7fd35f8303c0633 Author: Claus Ibsen AuthorDate: Thu Jan 4 16:53:02 2018 +0100 Regen docs --- camel-core/src/main/docs/eips/dynamicRouter-eip.adoc | 2 +- camel-core/src/main/docs/eips/routingSlip-eip.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc b/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc index 48c0321..8aca048 100644 --- a/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc +++ b/camel-core/src/main/docs/eips/dynamicRouter-eip.adoc @@ -23,7 +23,7 @@ The Dynamic Router EIP supports 3 options which are listed below: | Name | Description | Default | Type | *uriDelimiter* | Sets the uri delimiter to use | , | String | *ignoreInvalidEndpoints* | Ignore the invalidate endpoint exception when try to create a producer with that endpoint | false | Boolean -| *cacheSize* | Sets the maximum size used by the org.apache.camel.impl.ProducerCache which is used to cache and reuse producers when using this recipient list when uris are reused. | | Integer +| *cacheSize* | Sets the maximum size used by the org.apache.camel.impl.ProducerCache which is used to cache and reuse producers when using this dynamic router when uris are reused. | | Integer |=== // eip options: END diff --git a/camel-core/src/main/docs/eips/routingSlip-eip.adoc b/camel-core/src/main/docs/eips/routingSlip-eip.adoc index b40850e..ed20268 100644 --- a/camel-core/src/main/docs/eips/routingSlip-eip.adoc +++ b/camel-core/src/main/docs/eips/routingSlip-eip.adoc @@ -15,7 +15,7 @@ The Routing Slip EIP supports 3 options which are listed below: | Name | Description | Default | Type | *uriDelimiter* | Sets the uri delimiter to use | , | String | *ignoreInvalidEndpoints* | Ignore the invalidate endpoint exception when try to create a producer with that endpoint | false | Boolean -| *cacheSize* | Sets the maximum size used by the org.apache.camel.impl.ProducerCache which is used to cache and reuse producers when using this recipient list when uris are reused. | | Integer +| *cacheSize* | Sets the maximum size used by the org.apache.camel.impl.ProducerCache which is used to cache and reuse producers when using this routing slip when uris are reused. | | Integer |=== // eip options: END -- To stop receiving notification emails like this one, please contact "commits@camel.apache.org" .