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 2020/01/28 17:44:58 UTC

[camel] branch master updated (2a1c2e7 -> 1944033)

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 2a1c2e7  [CAMEL-14444] Make sure the jandex index is included in core modules
     new aa4f288  Camel-Cron: Update description
     new 1944033  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:
 components/camel-bindy/src/main/docs/bindy-dataformat.adoc              | 2 +-
 .../src/main/java/org/apache/camel/component/cron/CronComponent.java    | 2 +-
 docs/components/modules/ROOT/pages/bindy-dataformat.adoc                | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)


[camel] 01/02: Camel-Cron: Update description

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 aa4f288b0df385f51f281b01745d0ab40a77cfef
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 28 18:11:16 2020 +0100

    Camel-Cron: Update description
---
 .../src/main/java/org/apache/camel/component/cron/CronComponent.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/components/camel-cron/src/main/java/org/apache/camel/component/cron/CronComponent.java b/components/camel-cron/src/main/java/org/apache/camel/component/cron/CronComponent.java
index 9c90b7d..0a112a4 100644
--- a/components/camel-cron/src/main/java/org/apache/camel/component/cron/CronComponent.java
+++ b/components/camel-cron/src/main/java/org/apache/camel/component/cron/CronComponent.java
@@ -28,7 +28,7 @@ import org.apache.camel.support.DefaultComponent;
 import org.apache.camel.util.ObjectHelper;
 
 /**
- * The Camel cron component.
+ * Another Camel cron component.
  */
 @Component("cron")
 public class CronComponent extends DefaultComponent {


[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 1944033d2436b7a82409043ee4ecb55e1bd2d899
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Tue Jan 28 18:18:53 2020 +0100

    Regen
---
 components/camel-bindy/src/main/docs/bindy-dataformat.adoc | 2 +-
 docs/components/modules/ROOT/pages/bindy-dataformat.adoc   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
index 6603f85..e79fece 100644
--- a/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
+++ b/components/camel-bindy/src/main/docs/bindy-dataformat.adoc
@@ -59,7 +59,7 @@ The Bindy dataformat supports 6 options, which are listed below.
 [width="100%",cols="2s,1m,1m,6",options="header"]
 |===
 | Name | Default | Java Type | Description
-| type | KeyValue | BindyType | Whether to use Csv, Fixed, or KeyValue.
+| type | Fixed | BindyType | Whether to use Csv, Fixed, or KeyValue.
 | classType |  | String | Name of model class to use.
 | locale |  | String | To configure a default locale to use, such as us for united states. To use the JVM platform default locale then use the name default
 | unwrapSingleInstance | true | Boolean | When unmarshalling should a single instance be unwrapped and returned instead of wrapped in a java.util.List.
diff --git a/docs/components/modules/ROOT/pages/bindy-dataformat.adoc b/docs/components/modules/ROOT/pages/bindy-dataformat.adoc
index 3192660..315ca94 100644
--- a/docs/components/modules/ROOT/pages/bindy-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/bindy-dataformat.adoc
@@ -60,7 +60,7 @@ The Bindy dataformat supports 6 options, which are listed below.
 [width="100%",cols="2s,1m,1m,6",options="header"]
 |===
 | Name | Default | Java Type | Description
-| type | KeyValue | BindyType | Whether to use Csv, Fixed, or KeyValue.
+| type | Fixed | BindyType | Whether to use Csv, Fixed, or KeyValue.
 | classType |  | String | Name of model class to use.
 | locale |  | String | To configure a default locale to use, such as us for united states. To use the JVM platform default locale then use the name default
 | unwrapSingleInstance | true | Boolean | When unmarshalling should a single instance be unwrapped and returned instead of wrapped in a java.util.List.