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/12/15 11:15:54 UTC

(camel) branch regen_bot updated (5b2e1f805ac -> 7d655367124)

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 5b2e1f805ac Bump org.owasp:dependency-check-maven from 9.0.0 to 9.0.5 (#12458)
     add a08fca23645 Bump aws-java-sdk2-version from 2.21.44 to 2.21.46 (#12459)
     add 2cd73166fa7 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Files
     add 7a7b841dce4 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Files - Docs
     add f7b41da5034 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Files - Migration Docs
     add 7d655367124 CAMEL-18590 - Camel-Azure components: Define a unique configuration for authentication - Azure Files

No new revisions were added by this update.

Summary of changes:
 .../camel/catalog/components/azure-files.json      | 197 +++++++++++----------
 components/camel-azure/camel-azure-files/pom.xml   |  11 ++
 .../file/azure/FilesEndpointConfigurer.java        |   6 +
 .../file/azure/FilesEndpointUriFactory.java        |   3 +-
 .../camel/component/file/azure/azure-files.json    | 197 +++++++++++----------
 .../src/main/docs/azure-files-component.adoc       |   7 +-
 .../component/file/azure/CredentialType.java}      |  37 ++--
 .../component/file/azure/FilesConfiguration.java   |  29 ++-
 .../component/file/azure/FilesOperations.java      |  14 +-
 ...ationTests.java => FilesConfigurationTest.java} |   6 +-
 ...esEndpointTests.java => FilesEndpointTest.java} |   2 +-
 .../{FilesPathTests.java => FilesPathTest.java}    |   2 +-
 ...IStringsTests.java => FilesURIStringsTest.java} |   2 +-
 .../ROOT/pages/camel-4x-upgrade-guide-4_4.adoc     |   8 +
 parent/pom.xml                                     |   2 +-
 15 files changed, 288 insertions(+), 235 deletions(-)
 copy components/camel-azure/camel-azure-files/src/{test/java/org/apache/camel/component/file/azure/FilesURIStringsTests.java => main/java/org/apache/camel/component/file/azure/CredentialType.java} (54%)
 rename components/camel-azure/camel-azure-files/src/test/java/org/apache/camel/component/file/azure/{FilesConfigurationTests.java => FilesConfigurationTest.java} (95%)
 rename components/camel-azure/camel-azure-files/src/test/java/org/apache/camel/component/file/azure/{FilesEndpointTests.java => FilesEndpointTest.java} (97%)
 rename components/camel-azure/camel-azure-files/src/test/java/org/apache/camel/component/file/azure/{FilesPathTests.java => FilesPathTest.java} (98%)
 rename components/camel-azure/camel-azure-files/src/test/java/org/apache/camel/component/file/azure/{FilesURIStringsTests.java => FilesURIStringsTest.java} (97%)