You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nifi.apache.org by ex...@apache.org on 2022/11/21 19:52:35 UTC

[nifi] branch main updated (a861bab34d -> d23e50168f)

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

exceptionfactory pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


    from a861bab34d NIFI-9920 Fetching all bulletins of a process group on update process group (#6335)
     add d23e50168f NIFI-10776 Added NONE and PKI AuthorizationSchemes for ElasticSearchClientService

No new revisions were added by this update.

Summary of changes:
 .../nifi-elasticsearch-bundle/README.md            |  25 +++-
 .../nifi/elasticsearch/AuthorizationScheme.java    |   2 +
 .../elasticsearch/ElasticSearchClientService.java  |   2 +-
 .../ElasticSearchClientServiceImpl.java            |  41 ++++--
 .../unit/ElasticSearchClientServiceImplTest.java   | 144 +++++++++++++++++++++
 .../integration/AbstractElasticsearchITBase.java   |  16 ++-
 nifi-nar-bundles/nifi-elasticsearch-bundle/pom.xml |   1 +
 7 files changed, 213 insertions(+), 18 deletions(-)
 create mode 100644 nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-client-service/src/test/java/org/apache/nifi/elasticsearch/unit/ElasticSearchClientServiceImplTest.java