You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2019/10/29 07:46:07 UTC

[camel] branch master updated (93fc144 -> 77723bd)

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

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


    from 93fc144  CAMEL-14085: Update camel-bindy to document that fixed length is based on number of characters and not number of bytes.
     new a22cc75  CAMEL-13952: Corrected url to use https
     new 89cad77  Upgrade maven compiler plugin
     new 77723bd  Regen

The 3 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:
 docs/components/modules/ROOT/pages/bindy-dataformat.adoc |  8 ++++----
 pom.xml                                                  | 11 ++++-------
 2 files changed, 8 insertions(+), 11 deletions(-)


[camel] 01/03: CAMEL-13952: Corrected url to use https

Posted by da...@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 a22cc7530c9438a775446d70872c482ae1882bf8
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Oct 29 08:08:02 2019 +0100

    CAMEL-13952: Corrected url to use https
---
 pom.xml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/pom.xml b/pom.xml
index 285f2b0..35fb917 100644
--- a/pom.xml
+++ b/pom.xml
@@ -33,20 +33,17 @@
     <packaging>pom</packaging>
 
     <name>Camel</name>
-    <description>Camel build POM</description>
-    <url>http://camel.apache.org</url>
+    <description>Camel Root POM</description>
+    <url>https://camel.apache.org</url>
     <inceptionYear>2007</inceptionYear>
 
     <developers>
         <developer>
             <name>The Apache Camel Team</name>
             <email>dev@camel.apache.org</email>
-            <url>http://camel.apache.org</url>
+            <url>https://camel.apache.org</url>
             <organization>Apache Software Foundation</organization>
             <organizationUrl>http://apache.org/</organizationUrl>
-            <properties>
-                <picUrl>http://camel.apache.org/banner.data/apache-camel-7.png</picUrl>
-            </properties>
         </developer>
     </developers>
 


[camel] 03/03: Regen

Posted by da...@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 77723bdf260ecef76cff68cfa59d77bf867a0d05
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Oct 29 08:45:48 2019 +0100

    Regen
---
 docs/components/modules/ROOT/pages/bindy-dataformat.adoc | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/components/modules/ROOT/pages/bindy-dataformat.adoc b/docs/components/modules/ROOT/pages/bindy-dataformat.adoc
index 2e6f5f1..849cd71 100644
--- a/docs/components/modules/ROOT/pages/bindy-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/bindy-dataformat.adoc
@@ -464,7 +464,7 @@ from 1 to ... - See the position parameter.
 
 |pattern |string |optional - default value = "" - will be used to format Decimal, Date,
 
-|length |int |optional - represents the length of the field for fixed length format
+|length |int |optional - represents the length of the field (number of characters) for fixed length format
 
 |precision |int |optional - represents the precision to be used when the Decimal number
 will be formatted/parsed
@@ -763,8 +763,8 @@ This attribute is only applicable to optional fields.
 
 The FixedLengthRecord annotation is used to identified the root class of
 the model. It represents a record = a line of a file/message containing
-data fixed length formatted and can be linked to several children model
-classes. This format is a bit particular beause data of a field can be
+data fixed length (number of characters) formatted and can be linked to several children model
+classes. This format is a bit particular because data of a field can be
 aligned to the right or to the left. +
  When the size of the data does not fill completely the length of the
 field, we can then add 'padd' characters.
@@ -794,7 +794,7 @@ provided line delimiter as "WINDOWS" unless any other value is provided
 
 |paddingChar |char |mandatory - default value = ' '
 
-|length |int |mandatory = size of the fixed length record
+|length |int |mandatory = size of the fixed length record (number of characters)
 
 |hasHeader |boolean |optional - Indicates that the record(s) of this type may
 be preceded by a single header record at the beginning of the file /


[camel] 02/03: Upgrade maven compiler plugin

Posted by da...@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 89cad775025848f120d38b5d9d44bd6c2208696a
Author: Claus Ibsen <cl...@gmail.com>
AuthorDate: Tue Oct 29 08:08:17 2019 +0100

    Upgrade maven compiler plugin
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 35fb917..82e29284 100644
--- a/pom.xml
+++ b/pom.xml
@@ -115,7 +115,7 @@
         <jdk.version>1.8</jdk.version>
         <compiler.fork>false</compiler.fork>
 
-        <maven-compiler-plugin-version>3.8.0</maven-compiler-plugin-version>
+        <maven-compiler-plugin-version>3.8.1</maven-compiler-plugin-version>
         <maven-javadoc-plugin-version>3.0.1</maven-javadoc-plugin-version>
         <maven-surefire-plugin-version>2.22.1</maven-surefire-plugin-version>
         <!-- we need to override the version inherited from Apache POM for modules that use this POM as parent -->