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 2018/03/22 09:45:43 UTC

[camel] branch master updated (319de61 -> 39b4465)

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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 319de61  CAMEL-12392 - Fixed CS
     new 9456afe  Camel-Elasticsearch-rest: Fixed label related to password
     new 39b4465  Regen

The 2 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:
 .../src/main/docs/elasticsearch-rest-component.adoc                     | 2 +-
 .../apache/camel/component/elasticsearch/ElasticsearchComponent.java    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

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

[camel] 01/02: Camel-Elasticsearch-rest: Fixed label related to password

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9456afed29bf40b213e1cfaf70b1d508120b732d
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 22 10:43:06 2018 +0100

    Camel-Elasticsearch-rest: Fixed label related to password
---
 .../apache/camel/component/elasticsearch/ElasticsearchComponent.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchComponent.java b/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchComponent.java
index 3bd3282..4a5abf9 100644
--- a/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchComponent.java
+++ b/components/camel-elasticsearch-rest/src/main/java/org/apache/camel/component/elasticsearch/ElasticsearchComponent.java
@@ -47,7 +47,7 @@ public class ElasticsearchComponent extends DefaultComponent {
 
     @Metadata(label = "advance")
     private String user;
-    @Metadata(secret = true)
+    @Metadata(label = "advance", secret = true)
     private String password;
     @Metadata(label = "advanced", defaultValue = "false")
     private boolean enableSSL;

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

[camel] 02/02: Regen

Posted by ac...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 39b4465cba4e2726e134e3550237a36e613553ac
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Thu Mar 22 10:45:28 2018 +0100

    Regen
---
 .../src/main/docs/elasticsearch-rest-component.adoc                     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
index eef2c0e..efd9895 100644
--- a/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
+++ b/components/camel-elasticsearch-rest/src/main/docs/elasticsearch-rest-component.adoc
@@ -43,7 +43,7 @@ The Elastichsearch Rest component supports 12 options which are listed below.
 | *socketTimeout* (advanced) | The timeout in ms to wait before the socket will timeout. | 30000 | int
 | *connectionTimeout* (advanced) | The time in ms to wait before connection will timeout. | 30000 | int
 | *user* (advance) | Basic authenticate user |  | String
-| *password* (producer) | Password for authenticate |  | String
+| *password* (advance) | Password for authenticate |  | String
 | *enableSSL* (advanced) | Enable SSL | false | Boolean
 | *maxRetryTimeout* (advanced) | The time in ms before retry | 30000 | int
 | *enableSniffer* (advanced) | Enable automatically discover nodes from a running Elasticsearch cluster | false | Boolean

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