You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by or...@apache.org on 2022/03/13 16:13:31 UTC

[camel] branch main updated (98b0a06 -> 5d7b824)

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

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


    from 98b0a06  CAMEL-17763: cleaned up unused exceptions in camel-atmos (#7193)
     add 5d7b824  CAMEL-17763: cleaned up unused exceptions in camel-bindy

No new revisions were added by this update.

Summary of changes:
 .../org/apache/camel/dataformat/bindy/UnicodeHelperTest.java   |  4 ++--
 .../bindy/classtype/BindyCsvClassTypeAsStringTest.java         |  4 ++--
 .../dataformat/bindy/classtype/BindyCsvClassTypeTest.java      |  4 ++--
 .../bindy/csv/BindyCarQuoteAndCommaDelimiterTest.java          |  4 ++--
 .../dataformat/bindy/csv/BindyComplexRegexSeparatorTest.java   |  4 ++--
 .../bindy/csv/BindyCsvFieldEndingWithSeparatorIssueTest.java   |  2 +-
 .../camel/dataformat/bindy/csv/BindyCsvSkipFieldTest.java      |  2 +-
 .../dataformat/bindy/csv/BindyMarshalEndWithLineBreakTest.java |  4 ++--
 .../camel/dataformat/bindy/csv/BindyPatternLocaleTest.java     |  4 ++--
 .../camel/dataformat/bindy/csv/BindyPipeDelimiterTest.java     |  4 ++--
 .../csv/BindyRecordFieldStartingWithSeperatorCharTest.java     |  4 ++--
 .../dataformat/bindy/csv/BindySimpleCsvAutospanLineTest.java   |  4 ++--
 .../BindySimpleCsvContainingMultiQuoteCharEscapeFalseTest.java |  4 ++--
 .../BindySimpleCsvContainingMultiQuoteCharEscapeTrueTest.java  |  4 ++--
 .../bindy/csv/BindySimpleCsvFunctionWithClassMethodTest.java   |  4 ++--
 .../csv/BindySimpleCsvFunctionWithExternalMethodTest.java      |  4 ++--
 .../bindy/csv/BindySimpleCsvRegexAutospanLineTest.java         |  4 ++--
 .../camel/dataformat/bindy/csv/BindyTabSeparatorTest.java      |  4 ++--
 .../dataformat/bindy/csv/WickedHeaderWithCommaCsvTest.java     |  4 ++--
 .../bindy/csv2/BindyMarshalUnmarshalWithDefaultValueTest.java  |  6 +++---
 .../dataformat/bindy/csv2/BindyMarshalUnmarshalssueTest.java   |  4 ++--
 .../camel/dataformat/bindy/csv2/BindyMarshalWithQuoteTest.java |  4 ++--
 .../dataformat/bindy/csv2/BindyUnmarshalCommaIssue2Test.java   |  4 ++--
 .../dataformat/bindy/csv2/BindyUnmarshalCommaIssueTest.java    |  4 ++--
 .../dataformat/bindy/fix/BindySimpleKeyValuePairFixTest.java   |  2 +-
 .../fixed/BindyMarshallUnmarshallWithDefaultValueTest.java     |  6 +++---
 .../dataformat/bindy/fixed/BindyPaddingAndTrimmingTest.java    |  4 ++--
 .../dataformat/bindy/fixed/converter/BindyConverterTest.java   |  8 ++++----
 .../fixed/delimited/BindyFixedLengthDelimitedFieldTest.java    | 10 +++++-----
 .../bindy/fixed/dynamic/BindyFixedLengthDynamicFieldTest.java  |  6 +++---
 .../headerfooter/BindySimpleFixedLengthHeaderFooterTest.java   |  4 ++--
 .../ignoretrailing/BindySimpleIgnoreTrailingCharsTest.java     |  4 ++--
 .../bindy/fixed/link/BindySimpleFixedLengthWithLinkTest.java   |  4 ++--
 .../BindySimpleFixedLengthMarshallWithClipAndTrimTest.java     |  4 ++--
 .../simple/BindySimpleFixedLengthMarshallWithClipTest.java     |  4 ++--
 .../simple/BindySimpleFixedLengthMarshallWithNoClipTest.java   |  6 +++---
 .../dataformat/bindy/fixed/multibytes/BindyMultiBytesTest.java |  4 ++--
 .../fixed/ordinal/BindySimpleFixedLengthOrdinalPosTest.java    |  4 ++--
 .../bindy/fixed/skipfields/BindySimpleSkipFieldsTest.java      |  4 ++--
 .../skipheader/BindyFixedLengthHeaderFooterSkipHeaderTest.java |  4 ++--
 .../bindy/format/factories/BigDecimalFormatFactoryTest.java    |  2 +-
 .../bindy/model/date/BindyDatePatternCsvUnmarshallTest.java    |  4 ++--
 .../number/grouping/BindyBigDecimalGroupingUnmarshallTest.java |  2 +-
 .../number/rounding/BindyBigDecimalRoundingUnmarshallTest.java |  2 +-
 .../dataformat/bindy/util/AnnotationModuleLoaderTest.java      |  2 +-
 45 files changed, 92 insertions(+), 92 deletions(-)