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

The 11 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/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(-)

Reply via email to