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
The following commit(s) were added to refs/heads/master by this push: new 80570a6 Upgrade Univocity Parsers to version 2.6.3 80570a6 is described below commit 80570a6475281af44ea9174f3ac4d5ebeeb3edbc Author: Andrea Cosentino <anco...@gmail.com> AuthorDate: Mon Jun 11 07:58:42 2018 +0200 Upgrade Univocity Parsers to version 2.6.3 --- .../univocity/UniVocityFixedWidthDataFormatMarshalSpringTest.java | 2 +- .../dataformat/univocity/UniVocityFixedWidthDataFormatMarshalTest.java | 2 +- parent/pom.xml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/components/camel-univocity-parsers/src/test/java/org/apache/camel/dataformat/univocity/UniVocityFixedWidthDataFormatMarshalSpringTest.java b/components/camel-univocity-parsers/src/test/java/org/apache/camel/dataformat/univocity/UniVocityFixedWidthDataFormatMarshalSpringTest.java index 7b07e21..4c8ffc8 100644 --- a/components/camel-univocity-parsers/src/test/java/org/apache/camel/dataformat/univocity/UniVocityFixedWidthDataFormatMarshalSpringTest.java +++ b/components/camel-univocity-parsers/src/test/java/org/apache/camel/dataformat/univocity/UniVocityFixedWidthDataFormatMarshalSpringTest.java @@ -115,7 +115,7 @@ public final class UniVocityFixedWidthDataFormatMarshalSpringTest extends CamelS result.assertIsSatisfied(); String body = assertIsInstanceOf(String.class, result.getExchanges().get(0).getIn().getBody()); - assertEquals(join("N/A__empty", "one__two__"), body); + assertEquals(join("_____empty", "one__two__"), body); } @Override diff --git a/components/camel-univocity-parsers/src/test/java/org/apache/camel/dataformat/univocity/UniVocityFixedWidthDataFormatMarshalTest.java b/components/camel-univocity-parsers/src/test/java/org/apache/camel/dataformat/univocity/UniVocityFixedWidthDataFormatMarshalTest.java index 6789da1..d8a3311 100644 --- a/components/camel-univocity-parsers/src/test/java/org/apache/camel/dataformat/univocity/UniVocityFixedWidthDataFormatMarshalTest.java +++ b/components/camel-univocity-parsers/src/test/java/org/apache/camel/dataformat/univocity/UniVocityFixedWidthDataFormatMarshalTest.java @@ -116,7 +116,7 @@ public final class UniVocityFixedWidthDataFormatMarshalTest extends CamelTestSup result.assertIsSatisfied(); String body = assertIsInstanceOf(String.class, result.getExchanges().get(0).getIn().getBody()); - assertEquals(join("N/A__empty", "one__two__"), body); + assertEquals(join("_____empty", "one__two__"), body); } @Override diff --git a/parent/pom.xml b/parent/pom.xml index 2342640..4e18f68 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -694,7 +694,7 @@ <twitter4j-version>4.0.6</twitter4j-version> <uberfire-maven-support-version>1.3.0.Final</uberfire-maven-support-version> <undertow-version>1.4.25.Final</undertow-version> - <univocity-parsers-version>2.3.1</univocity-parsers-version> + <univocity-parsers-version>2.6.3</univocity-parsers-version> <unix-socket-factory-version>2015-01-27T15-02-14</unix-socket-factory-version> <unix-socket-factory-bundle-version>1.0.0</unix-socket-factory-bundle-version> <urlrewritefilter-version>4.0.4</urlrewritefilter-version> -- To stop receiving notification emails like this one, please contact acosent...@apache.org.