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

davsclaus pushed a change to branch camel-4.10.x
in repository https://gitbox.apache.org/repos/asf/camel.git


    from b5b3436a920 CAMEL-21770: Avoid closing autowired KubernetesClient in 
ConfigmapsReloadTriggerTask
     new 0b86d55c32b CAMEL-21779: camel-smb - The consumer should also support 
autoCreate
     new 262d113b321 CAMEL-21779: camel-smb - The path is common

The 2 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:
 .../org/apache/camel/catalog/components/smb.json   | 145 +++++++++++----------
 .../camel/component/smb/SmbEndpointConfigurer.java |   6 +
 .../camel/component/smb/SmbEndpointUriFactory.java |   3 +-
 .../org/apache/camel/component/smb/smb.json        | 145 +++++++++++----------
 .../camel/component/smb/SmbConfiguration.java      |  24 +++-
 .../apache/camel/component/smb/SmbConsumer.java    |  34 +++++
 .../apache/camel/component/smb/SmbEndpoint.java    |   6 +-
 .../apache/camel/component/smb/SmbOperations.java  |   5 +
 ...NoFilesIT.java => SmbConsumerAutoCreateIT.java} |  19 +--
 .../SmbConsumerStartingDirectoryMustExistIT.java}  |  42 +++---
 .../endpoint/dsl/SmbEndpointBuilderFactory.java    | 104 ++++++++++++---
 11 files changed, 324 insertions(+), 209 deletions(-)
 copy 
components/camel-smb/src/test/java/org/apache/camel/component/smb/{FromSmbNoFilesIT.java
 => SmbConsumerAutoCreateIT.java} (74%)
 copy 
components/{camel-spring-xml/src/test/java/org/apache/camel/spring/processor/JavaDslTransactedNoTXManagerTest.java
 => 
camel-smb/src/test/java/org/apache/camel/component/smb/SmbConsumerStartingDirectoryMustExistIT.java}
 (57%)

Reply via email to