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

acosentino pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 093c504  Regen
     new 0a8a767  CAMEL-13998 - Kerberos authentication for HDFS connections
     new 51df429  CAMEL-13998 - update all to LF
     new bc16593  CAMEL-13998 - Unit tests
     new 00ae596  CAMEL-13998 - Unit tests
     new f884323  CAMEL-13998 - Documentation
     new 28298f6  CAMEL-13998 - fix sonar issue
     new 973edb0  CAMEL-13998 - formatting + unit tests
     new 415c299  CAMEL-13998 - code review (add license header)
     new 9370dee  CAMEL-13998 - code review (mistake in documentation)
     new 0d277e7  CAMEL-13998 - code review (refactor + codestyle)
     new b494c59  CAMEL-13998 - code review (mistake in documentation)
     new 62a557b  CAMEL-13998 - code review (use isNotEmpty)
     new c73ea21  Fix minor slip in the documentation.
     new 98bdbc2  removed exception from method signature (no longer thrown 
after code review)
     new 402b379  Fix failing tests.
     new 27fb5ed  CAMEL-13998 - Fixed compilation and tests

The 16 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-hdfs/src/main/docs/hdfs-component.adoc   |  22 ++-
 .../apache/camel/component/hdfs/HdfsComponent.java |  23 +++
 .../camel/component/hdfs/HdfsConfiguration.java    | 115 ++++++++++++---
 .../apache/camel/component/hdfs/HdfsConsumer.java  |  21 +--
 .../camel/component/hdfs/HdfsFileSystemType.java   |   4 +-
 .../apache/camel/component/hdfs/HdfsFileType.java  |  72 ++++------
 .../org/apache/camel/component/hdfs/HdfsInfo.java  |  41 +++++-
 .../camel/component/hdfs/HdfsInfoFactory.java      |   4 +-
 .../camel/component/hdfs/HdfsInputStream.java      |   7 +-
 .../camel/component/hdfs/HdfsOutputStream.java     |   4 +-
 .../apache/camel/component/hdfs/HdfsProducer.java  |  10 +-
 .../hdfs/kerberos/KerberosConfiguration.java       | 113 +++++++++++++++
 .../hdfs/kerberos/KerberosConfigurationTest.java   |  94 ++++++++++++
 .../src/test/resources/kerberos/test-kerb5.conf    |  12 ++
 .../src/test/resources/kerberos/test-keytab.bin    |   1 +
 .../endpoint/dsl/HdfsEndpointBuilderFactory.java   | 157 +++++++++++++++++++++
 .../springboot/HdfsComponentConfiguration.java     |  15 ++
 17 files changed, 624 insertions(+), 91 deletions(-)
 create mode 100644 
components/camel-hdfs/src/main/java/org/apache/camel/component/hdfs/kerberos/KerberosConfiguration.java
 create mode 100644 
components/camel-hdfs/src/test/java/org/apache/camel/component/hdfs/kerberos/KerberosConfigurationTest.java
 create mode 100644 
components/camel-hdfs/src/test/resources/kerberos/test-kerb5.conf
 create mode 100644 
components/camel-hdfs/src/test/resources/kerberos/test-keytab.bin

Reply via email to