You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@nifi.apache.org by mattyb149 <gi...@git.apache.org> on 2016/12/01 20:53:06 UTC

[GitHub] nifi pull request #1276: NIFI-3095: Add EL support to Elasticsearch 2.x (and...

Github user mattyb149 commented on a diff in the pull request:

    https://github.com/apache/nifi/pull/1276#discussion_r90534894
  
    --- Diff: nifi-nar-bundles/nifi-elasticsearch-bundle/nifi-elasticsearch-processors/src/main/java/org/apache/nifi/processors/elasticsearch/AbstractElasticsearchProcessor.java ---
    @@ -28,14 +29,20 @@
     
     import java.util.Collection;
     import java.util.HashSet;
    -import java.util.Map;
     import java.util.Set;
     
     /**
      * A base class for all Elasticsearch processors
      */
     public abstract class AbstractElasticsearchProcessor extends AbstractProcessor {
     
    +    protected static final Validator NON_EMPTY_EL_VALIDATOR = (subject, value, context) -> {
    --- End diff --
    
    Opened [NIFI-3139](https://issues.apache.org/jira/browse/NIFI-3139) to move the validators to StandardValidators


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---