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 2021/04/16 06:45:03 UTC

[camel] branch master updated (aa4a194 -> 129b89c)

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 aa4a194  Sync deps
     new c24dad8  Upgrade JBPM to version 7.52.0.Final
     new c95ab4b  Sync deps
     new 129b89c  Fixed CS

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:
 camel-dependencies/pom.xml                                          | 2 +-
 .../org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java  | 6 +++---
 parent/pom.xml                                                      | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

[camel] 01/03: Upgrade JBPM to version 7.52.0.Final

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 c24dad8dbc4ad36fb139d29af4e4fd558b541f61
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 16 08:38:12 2021 +0200

    Upgrade JBPM to version 7.52.0.Final
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 984a253..d3607e4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -298,7 +298,7 @@
         <glassfish-javax-json>1.0.4</glassfish-javax-json>
         <glassfish-jaxb-runtime-version>2.3.3</glassfish-jaxb-runtime-version>
         <jaxb2-maven-plugin-version>2.5.0</jaxb2-maven-plugin-version>
-        <jbpm-version>7.50.0.Final</jbpm-version>
+        <jbpm-version>7.52.0.Final</jbpm-version>
         <jboss-el-api_3.0_spec-version>2.0.0.Final</jboss-el-api_3.0_spec-version>
         <jboss-logging-version>3.4.0.Final</jboss-logging-version>
         <jboss-marshalling-version>1.4.10.Final</jboss-marshalling-version>

[camel] 03/03: Fixed CS

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 129b89c2d006550d493bfcb57c0e26ccfdd17976
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 16 08:44:27 2021 +0200

    Fixed CS
---
 .../org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java  | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java
index d40657c..884ddc2 100644
--- a/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java
+++ b/components/camel-bindy/src/main/java/org/apache/camel/dataformat/bindy/BindyFixedLengthFactory.java
@@ -41,9 +41,9 @@ import org.slf4j.Logger;
 import org.slf4j.LoggerFactory;
 
 /**
- * The BindyFixedLengthFactory is the class who allows to : Generate a model associated to a fixed length record, bind data from
- * a record to the POJOs, export data of POJOs to a fixed length record and format data into String, Date, Double, ...
- * according to the format/pattern defined
+ * The BindyFixedLengthFactory is the class who allows to : Generate a model associated to a fixed length record, bind
+ * data from a record to the POJOs, export data of POJOs to a fixed length record and format data into String, Date,
+ * Double, ... according to the format/pattern defined
  */
 public class BindyFixedLengthFactory extends BindyAbstractFactory implements BindyFactory {
 

[camel] 02/03: Sync deps

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 c95ab4b9e71a5c90632d764e4b6b56f16286c0bd
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Fri Apr 16 08:40:04 2021 +0200

    Sync deps
---
 camel-dependencies/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/camel-dependencies/pom.xml b/camel-dependencies/pom.xml
index 93015f4..91b4b97 100644
--- a/camel-dependencies/pom.xml
+++ b/camel-dependencies/pom.xml
@@ -320,7 +320,7 @@
     <jboss-marshalling-version>1.4.10.Final</jboss-marshalling-version>
     <jboss-transaction-spi.version>7.5.1.Final</jboss-transaction-spi.version>
     <jboss-xnio-version>3.3.8.Final</jboss-xnio-version>
-    <jbpm-version>7.50.0.Final</jbpm-version>
+    <jbpm-version>7.52.0.Final</jbpm-version>
     <jcache-bundle-version>1.1.0_1</jcache-bundle-version>
     <jclouds-google-guava-version>18.0</jclouds-google-guava-version>
     <jclouds-google-guava-version-range>[18.0,19.0)</jclouds-google-guava-version-range>