[GitHub] nifi issue #2585: NIFI-5019 - Added HTTP 'basic' authentication to ListenHTT...

2018-04-03 Thread zenfenan
Github user zenfenan commented on the issue: https://github.com/apache/nifi/pull/2585 @sbouchex The project has checkstyle configuration which is checked/enabled when you build with the `contrib-check` Maven profile. The nifi-grpc-processors has some problem in getting built with the

[GitHub] nifi issue #2585: NIFI-5019 - Added HTTP 'basic' authentication to ListenHTT...

2018-04-03 Thread sbouchex
Github user sbouchex commented on the issue: https://github.com/apache/nifi/pull/2585 @zenfenan the contril-check rat.txt file reports issues on the nifi-grpc-processors which has not been touched by my changes. Are you speaking of them or a different one ? ---

[GitHub] nifi issue #2585: NIFI-5019 - Added HTTP 'basic' authentication to ListenHTT...

2018-03-30 Thread zenfenan
Github user zenfenan commented on the issue: https://github.com/apache/nifi/pull/2585 @sbouchex Also please ensure that you run with `contrib-check` profile enabled i.e `mvn clean install -Pcontrib-check`. It has 60 checkstyle violations ---