Github user bbende commented on the issue:
https://github.com/apache/nifi/pull/1615
@baolsen Thanks for the info. I believe only you can close the pull request
on your end.
As far as the automated checks, you can ignore appveryor, but the travis
build should be passing as of yesterday. Looking at the travis logs for your
build it shows:
[INFO] --- maven-checkstyle-plugin:2.15:check (check-style) @
nifi-hbase-client-service-api ---
[WARNING] src/main/java/org/apache/nifi/hbase/HBaseClientService.java[131]
(regexp) RegexpSinglelineJava: Line has trailing whitespace.
You can detect this locally by running "mvn clean install -Pcontrib-check"
before submitting anything. The contrib-check will fail if anything doesn't
pass checkstyles or the RAT licensing check.
---
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 [email protected] or file a JIRA ticket
with INFRA.
---