You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2023/01/04 13:31:06 UTC

[camel] branch regen_bot updated (a3ac6af2d7c -> a1d9b184595)

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

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git


    from a3ac6af2d7c CAMEL-18856: camel-main - Unable to declare java.util.List bean
     add a1d9b184595 (chores) tests: move utility method to TestSupport

No new revisions were added by this update.

Summary of changes:
 .../dataformat/barcode/BarcodeDataFormatCamelTest.java      | 13 +++++++------
 .../file/remote/integration/FileToFtpTempFileNameIT.java    |  6 ++++--
 .../file/remote/integration/FromFileToFtpDeleteIT.java      |  6 ++++--
 .../remote/integration/FromFtpDirectoryToBinaryFilesIT.java |  3 ++-
 .../file/remote/integration/FromFtpKeepLastModifiedIT.java  |  7 ++++---
 .../integration/FromFtpSetNamesWithMultiDirectoriesIT.java  |  3 ++-
 .../file/remote/integration/FromFtpToAsciiFileIT.java       |  3 ++-
 .../integration/FromFtpToAsciiFileNoBodyConversionIT.java   |  3 ++-
 .../file/remote/integration/FromFtpToBinaryFileIT.java      |  3 ++-
 .../file/remote/integration/FromFtpToBinaryFilesIT.java     |  3 ++-
 .../remote/integration/FromFtpToFileNoFileNameHeaderIT.java |  3 ++-
 .../file/remote/integration/FtpChangedReadLockIT.java       |  3 ++-
 .../remote/integration/FtpChangedRootDirReadLockIT.java     |  3 ++-
 .../remote/integration/FtpChangedZeroLengthReadLockIT.java  |  3 ++-
 .../FtpConsumerLocalWorkDirectoryAsAbsolutePathIT.java      |  3 ++-
 .../integration/FtpConsumerLocalWorkDirectoryDirectIT.java  |  3 ++-
 .../remote/integration/FtpConsumerLocalWorkDirectoryIT.java |  3 ++-
 .../FtpConsumerLocalWorkDirectoryWorkOnPayloadIT.java       |  3 ++-
 .../remote/integration/FtpConsumerResumeDownloadIT.java     |  3 ++-
 .../integration/FtpSimpleConsumeStreamingStepwiseIT.java    |  3 ++-
 .../integration/RemoteFileProduceOverruleOnlyOnceIT.java    |  3 ++-
 .../integration/SftpConsumerLocalWorkDirectoryIT.java       |  3 ++-
 .../file/remote/manual/FtpConsumerCamelManualTest.java      |  3 ++-
 .../remote/manual/FtpConsumerCamelRecursiveManualTest.java  |  4 +++-
 .../manual/FtpConsumerNotStepwiseCamelManualTest.java       |  4 +++-
 .../FtpConsumerNotStepwiseCamelRecursiveManualTest.java     |  3 ++-
 .../file/remote/manual/FtpConsumerScottManualTest.java      |  4 +++-
 .../remote/manual/FtpConsumerScottRecursiveManualTest.java  |  4 +++-
 .../file/remote/sftp/integration/SftpChangedReadLockIT.java |  3 ++-
 .../example/ExplicitEncodingAndXMLCharFilteringTest.java    |  3 ++-
 .../org/apache/camel/example/ExplicitFileEncodingTest.java  |  3 ++-
 .../org/apache/camel/component/jetty/HttpToFileTest.java    |  3 ++-
 .../camel/component/jetty/file/JettyFileConsumerTest.java   | 10 ++++++----
 .../quartz/FileConsumerQuartzSchedulerRestartTest.java      |  7 ++++---
 .../quartz/FileConsumerQuartzSchedulerTest.java             |  6 ++++--
 .../builder/saxon/XPathSplitChoicePerformanceTest.java      |  3 ++-
 .../camel/component/xquery/XQueryFromFileExceptionTest.java |  5 +++--
 .../apache/camel/component/xquery/XQueryFromFileTest.java   |  6 ++++--
 .../camel/component/xquery/XQueryLanguageFromFileTest.java  |  7 ++++---
 .../language/xtokenizer/SplitGroupMultiXmlTokenTest.java    |  5 +++--
 .../xtokenizer/SplitGroupWrappedMultiXmlTokenTest.java      |  5 +++--
 .../camel/language/xtokenizer/SpringXMLTokenSplitTest.java  |  3 ++-
 .../apache/camel/language/xtokenizer/XMLTokenSplitTest.java |  9 +++++----
 .../xtokenizer/XMLTokenizeLanguageStreamingFileTest.java    |  5 +++--
 .../java/org/apache/camel/test/junit5/CamelTestSupport.java | 10 ----------
 .../main/java/org/apache/camel/test/junit5/TestSupport.java |  8 ++++++++
 46 files changed, 130 insertions(+), 79 deletions(-)