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 2022/10/03 16:55:57 UTC

[camel] branch regen_bot updated (eaa359b7eac -> 15031810259)

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 eaa359b7eac camel-jbang - Upgrade to Camel 3.19.0
     add 911dae99f7f CAMEL-18575: allow creating data directories from Path instances in camel-test-infra-activemq
     add 990559c66f7 CAMEL-18575: use JUnit's 5 TempDir annotation camel-activemq
     add 9acb1e0bacb CAMEL-18575: use JUnit's 5 TempDir annotation camel-barcode
     add f056d609caa CAMEL-18575: use JUnit's 5 TempDir annotation in camel-ftp
     add 79d5c376639 CAMEL-18575: use JUnit's 5 TempDir annotation in camel-jetty
     add b691215b6dd CAMEL-18575: use JUnit's 5 TempDir annotation in camel-stax
     add 229dfd18be3 CAMEL-18575: use JUnit's 5 TempDir annotation in camel-saxon
     add f812558136f CAMEL-18575: use JUnit's 5 TempDir annotation in camel-jaxb
     add 0dc0e99fb14 CAMEL-18575: use JUnit's 5 TempDir annotation camel-endpointdsl
     add bf66cf4302a CAMEL-18575: use JUnit's 5 TempDir annotation in camel-quartz
     add 15031810259 CAMEL-18575: removed unused test methods from CamelTestSupport

No new revisions were added by this update.

Summary of changes:
 .../camel/component/activemq/JmsJdbcXATest.java    |  9 ++-
 .../support/ActiveMQSpringTestSupport.java         |  7 ---
 .../activemq/support/ActiveMQSupport.java          |  8 ---
 .../activemq/support/ActiveMQTestSupport.java      |  5 --
 .../barcode/BarcodeDataFormatCamelTest.java        | 17 ++++--
 .../dataformat/barcode/BarcodeUnmarshalTest.java   |  7 ++-
 .../integration/FileToFtpTempFileNameIT.java       |  8 ++-
 .../remote/integration/FromFileToFtpDeleteIT.java  | 11 +++-
 .../integration/FromFileToFtpSplitParallelIT.java  |  9 ++-
 .../FromFtpDirectoryToBinaryFilesIT.java           | 11 +++-
 .../integration/FromFtpKeepLastModifiedIT.java     | 24 +++++---
 .../FromFtpSetNamesWithMultiDirectoriesIT.java     | 10 +++-
 .../remote/integration/FromFtpToAsciiFileIT.java   |  8 ++-
 .../FromFtpToAsciiFileNoBodyConversionIT.java      |  7 ++-
 .../remote/integration/FromFtpToBinaryFileIT.java  |  9 ++-
 .../remote/integration/FromFtpToBinaryFilesIT.java | 10 +++-
 .../FromFtpToFileNoFileNameHeaderIT.java           |  9 ++-
 .../remote/integration/FtpChangedReadLockIT.java   | 12 ++--
 .../integration/FtpChangedRootDirReadLockIT.java   | 12 ++--
 .../FtpChangedZeroLengthReadLockIT.java            |  8 ++-
 ...ConsumerLocalWorkDirectoryAsAbsolutePathIT.java | 16 +++---
 .../FtpConsumerLocalWorkDirectoryDirectIT.java     | 13 +++--
 .../FtpConsumerLocalWorkDirectoryIT.java           | 14 +++--
 ...pConsumerLocalWorkDirectoryWorkOnPayloadIT.java |  2 +-
 .../integration/FtpConsumerResumeDownloadIT.java   | 15 +++--
 .../FtpSimpleConsumeStreamingStepwiseIT.java       |  6 +-
 .../RemoteFileProduceOverruleOnlyOnceIT.java       |  9 ++-
 .../SftpConsumerLocalWorkDirectoryIT.java          | 14 +++--
 .../remote/manual/FtpConsumerCamelManualTest.java  |  7 ++-
 .../FtpConsumerCamelRecursiveManualTest.java       |  7 ++-
 .../FtpConsumerNotStepwiseCamelManualTest.java     |  7 ++-
 ...onsumerNotStepwiseCamelRecursiveManualTest.java |  7 ++-
 .../remote/manual/FtpConsumerScottManualTest.java  |  7 ++-
 .../FtpConsumerScottRecursiveManualTest.java       |  7 ++-
 .../sftp/integration/SftpChangedReadLockIT.java    | 11 +++-
 .../ExplicitEncodingAndXMLCharFilteringTest.java   | 10 +++-
 .../camel/example/ExplicitFileEncodingTest.java    | 11 +++-
 .../jetty/HttpStreamCacheFileIssueTest.java        | 12 +++-
 .../jetty/HttpStreamCacheFileResponseTest.java     |  8 ++-
 .../component/jetty/HttpStreamCacheFileTest.java   | 12 +++-
 .../camel/component/jetty/HttpToFileTest.java      |  8 ++-
 .../jetty/file/JettyFileConsumerTest.java          | 19 ++++---
 .../FileConsumerQuartzSchedulerRestartTest.java    | 11 +++-
 .../quartz/FileConsumerQuartzSchedulerTest.java    |  9 ++-
 .../saxon/XPathSplitChoicePerformanceTest.java     | 12 ++--
 .../xquery/XQueryFromFileExceptionTest.java        | 19 ++++---
 .../camel/component/xquery/XQueryFromFileTest.java |  8 ++-
 .../xquery/XQueryLanguageFromFileTest.java         | 11 +++-
 .../component/stax/IssueWithWrongEncodingTest.java | 23 ++++----
 .../xtokenizer/SplitGroupMultiXmlTokenTest.java    |  9 ++-
 .../SplitGroupWrappedMultiXmlTokenTest.java        |  9 ++-
 .../xtokenizer/SpringXMLTokenSplitTest.java        |  6 +-
 .../language/xtokenizer/XMLTokenSplitTest.java     | 13 +++--
 .../XMLTokenizeLanguageStreamingFileTest.java      |  9 ++-
 .../apache/camel/test/junit5/CamelTestSupport.java | 66 ++--------------------
 .../test/spring/junit5/CamelSpringTestSupport.java |  6 +-
 .../endpoint/FileAbsolutePathIssueTest.java        |  9 ++-
 .../services/ActiveMQEmbeddedServiceBuilder.java   |  5 ++
 58 files changed, 404 insertions(+), 244 deletions(-)