You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@camel.apache.org by Andrea Cosentino <an...@yahoo.com.INVALID> on 2018/02/16 13:28:23 UTC

Re: [camel] branch master updated: Regen

This component has been removed, maybe you've to remove the folder..

--
Andrea Cosentino 
----------------------------------
Apache Camel PMC Member
Apache Karaf Committer
Apache Servicemix PMC Member
Email: ancosen1985@yahoo.com
Twitter: @oscerd2
Github: oscerd






On Friday, February 16, 2018, 2:23:43 PM GMT+1, <da...@apache.org> wrote: 





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


The following commit(s) were added to refs/heads/master by this push:
    new 10cce0a  Regen
10cce0a is described below

commit 10cce0a9b73022e6baeded75d38f1a21286be934
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Fri Feb 16 08:23:31 2018 -0500

    Regen
---
components/readme.adoc        | 5 ++++-
docs/user-manual/en/SUMMARY.md | 1 +
2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/components/readme.adoc b/components/readme.adoc
index b14b74f..013da3f 100644
--- a/components/readme.adoc
+++ b/components/readme.adoc
@@ -2,7 +2,7 @@ Components
^^^^^^^^^^

// components: START
-Number of Components: 291 in 199 JAR artifacts (19 deprecated)
+Number of Components: 292 in 200 JAR artifacts (19 deprecated)

[width="100%",cols="4,1,5",options="header"]
|===
@@ -236,6 +236,9 @@ Number of Components: 291 in 199 JAR artifacts (19 deprecated)
| link:camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc[Elastichsearch Rest] (camel-elasticsearch-rest) +
`elasticsearch-rest:clusterName` | 2.21 | The elasticsearch component is used for interfacing with ElasticSearch server using REST API.

+| link:camel-elasticsearch5-rest/src/main/docs/elasticsearch5-rest-component.adoc[Elastichsearch5 Rest] (camel-elasticsearch5-rest) +
+`elasticsearch5-rest:clusterName` | 2.21 | The elasticsearch component is used for interfacing with ElasticSearch server using 5.x REST API.
+
| link:camel-elasticsearch/src/main/docs/elasticsearch-component.adoc[Elasticsearch] (camel-elasticsearch) +
`elasticsearch:clusterName` | 2.11 | *deprecated* The elasticsearch component is used for interfacing with ElasticSearch server.

diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
index 7c7e351..4fb476d 100644
--- a/docs/user-manual/en/SUMMARY.md
+++ b/docs/user-manual/en/SUMMARY.md
@@ -192,6 +192,7 @@
    * [Ehcache](ehcache-component.adoc)
    * [EJB](ejb-component.adoc)
    * [Elastichsearch Rest](elasticsearch-rest-component.adoc)
+    * [Elastichsearch5 Rest](elasticsearch5-rest-component.adoc)
    * [Elasticsearch](elasticsearch-component.adoc)
    * [Elasticsearch5](elasticsearch5-component.adoc)
    * [ElSQL](elsql-component.adoc)

-- 
To stop receiving notification emails like this one, please contact
davsclaus@apache.org.

Re: [camel] branch master updated: Regen

Posted by Claus Ibsen <cl...@gmail.com>.
Hmm that would has weird as I have done a

git clean -d -f

and it didnt remove the folder.

But I remove the folder manually, and git hasnt complained.
Usually git clean will remove untraced folders.



On Fri, Feb 16, 2018 at 8:28 AM, Andrea Cosentino <an...@yahoo.com> wrote:
> This component has been removed, maybe you've to remove the folder..
>
> --
> Andrea Cosentino
> ----------------------------------
> Apache Camel PMC Member
> Apache Karaf Committer
> Apache Servicemix PMC Member
> Email: ancosen1985@yahoo.com
> Twitter: @oscerd2
> Github: oscerd
>
>
>
>
>
>
> On Friday, February 16, 2018, 2:23:43 PM GMT+1, <da...@apache.org> wrote:
>
>
>
>
>
> 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
>
>
> The following commit(s) were added to refs/heads/master by this push:
>     new 10cce0a  Regen
> 10cce0a is described below
>
> commit 10cce0a9b73022e6baeded75d38f1a21286be934
> Author: Claus Ibsen <cl...@gmail.com>
> AuthorDate: Fri Feb 16 08:23:31 2018 -0500
>
>     Regen
> ---
> components/readme.adoc        | 5 ++++-
> docs/user-manual/en/SUMMARY.md | 1 +
> 2 files changed, 5 insertions(+), 1 deletion(-)
>
> diff --git a/components/readme.adoc b/components/readme.adoc
> index b14b74f..013da3f 100644
> --- a/components/readme.adoc
> +++ b/components/readme.adoc
> @@ -2,7 +2,7 @@ Components
> ^^^^^^^^^^
>
> // components: START
> -Number of Components: 291 in 199 JAR artifacts (19 deprecated)
> +Number of Components: 292 in 200 JAR artifacts (19 deprecated)
>
> [width="100%",cols="4,1,5",options="header"]
> |===
> @@ -236,6 +236,9 @@ Number of Components: 291 in 199 JAR artifacts (19 deprecated)
> | link:camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc[Elastichsearch Rest] (camel-elasticsearch-rest) +
> `elasticsearch-rest:clusterName` | 2.21 | The elasticsearch component is used for interfacing with ElasticSearch server using REST API.
>
> +| link:camel-elasticsearch5-rest/src/main/docs/elasticsearch5-rest-component.adoc[Elastichsearch5 Rest] (camel-elasticsearch5-rest) +
> +`elasticsearch5-rest:clusterName` | 2.21 | The elasticsearch component is used for interfacing with ElasticSearch server using 5.x REST API.
> +
> | link:camel-elasticsearch/src/main/docs/elasticsearch-component.adoc[Elasticsearch] (camel-elasticsearch) +
> `elasticsearch:clusterName` | 2.11 | *deprecated* The elasticsearch component is used for interfacing with ElasticSearch server.
>
> diff --git a/docs/user-manual/en/SUMMARY.md b/docs/user-manual/en/SUMMARY.md
> index 7c7e351..4fb476d 100644
> --- a/docs/user-manual/en/SUMMARY.md
> +++ b/docs/user-manual/en/SUMMARY.md
> @@ -192,6 +192,7 @@
>     * [Ehcache](ehcache-component.adoc)
>     * [EJB](ejb-component.adoc)
>     * [Elastichsearch Rest](elasticsearch-rest-component.adoc)
> +    * [Elastichsearch5 Rest](elasticsearch5-rest-component.adoc)
>     * [Elasticsearch](elasticsearch-component.adoc)
>     * [Elasticsearch5](elasticsearch5-component.adoc)
>     * [ElSQL](elsql-component.adoc)
>
> --
> To stop receiving notification emails like this one, please contact
> davsclaus@apache.org.



-- 
Claus Ibsen
-----------------
http://davsclaus.com @davsclaus
Camel in Action 2: https://www.manning.com/ibsen2