Yeah, hadn't paid enough attention to the affected folders - removing those (and then a couple more) has cleared up the issues.
Thanks all --- *Chris Sampson* IT Consultant chris.samp...@naimuri.com <https://www.naimuri.com/> On Thu, 14 Jan 2021 at 14:09, Bryan Bende <bbe...@gmail.com> wrote: > Yea usually when you get RAT issues and the files referenced are in > target and other project related config files, it is because that > module was actually deleted and those files weren't under source > control so when you pulled the latest code it kept a copy of them > locally. > > > On Thu, Jan 14, 2021 at 8:48 AM Mark Payne <marka...@hotmail.com> wrote: > > > > The nifi-docker/dockermaven-stateless module no longer exists. So you’d > need to do a “git clean -fd” I think is the command to remove directories > that no longer exist on your branch. > > > > > On Jan 14, 2021, at 8:44 AM, Mark Bean <mark.o.b...@gmail.com> wrote: > > > > > > The grpc-bundle is normally excluded from builds unless activated by a > > > profile. So, it is often left excluded from 'mvn clean'. You can clean > it > > > up manually, or by > > > > > > mvn -Pinclude-grpc clean > > > > > > That will take care of many of your issues. As for the ones in > nifi-docker, > > > you may have to go in there and clean that one individually. > > > > > > -Mark > > > > > > > > > On Thu, Jan 14, 2021 at 4:30 AM Chris Sampson > > > <chris.samp...@naimuri.com.invalid> wrote: > > > > > >> Running the contrib-check against current main fails due to "too many > files > > >> with unapproved licences". > > >> > > >> Command I'm running: mvn -T 2.0C -Pcontrib-check clean install > > >> > > >> mvn --version: > > >> > > >> Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) > > >> Java version: 11.0.9, vendor: AdoptOpenJDK, runtime: > > >> .../java/11.0.9.hs-adpt > > >> Default locale: en_GB, platform encoding: UTF-8 > > >> OS name: "linux", version: "5.8.0-36-generic", arch: "amd64", family: > > >> "unix" > > >> > > >> > > >> RAT reports failing: > > >> > > >> - nifi-docker > > >> > > >> nifi-docker/dockermaven-stateless/target/maven-archiver/pom.properties > > >> nifi-docker/dockermaven-stateless/target/.plxarc > > >> nifi-docker/dockermaven-stateless/dockermaven-stateless.iml > > >> nifi-docker/dockermaven-stateless/.settings/org.eclipse.m2e.core.prefs > > >> nifi-docker/dockermaven-stateless/.project > > >> > > >> - nifi-nar-bundles > > >> > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/.settings/org.eclipse.core.resources.prefs > > >> nifi-nar-bundles/nifi-grpc-bundle/.settings/org.eclipse.m2e.core.prefs > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/.settings/org.eclipse.m2e.core.prefs > > >> nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-nar/.project > > >> nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/.project > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/field_mask.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/api.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/struct.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/duration.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/source_context.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/wrappers.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/timestamp.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/empty.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/compiler/plugin.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/type.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/any.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/target/protoc-dependencies/f83446e3c1ecbf8612db34fa4a039ef0/google/protobuf/descriptor.proto > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/.settings/org.eclipse.core.resources.prefs > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/.settings/org.eclipse.jdt.core.prefs > > >> > > >> > nifi-nar-bundles/nifi-grpc-bundle/nifi-grpc-processors/.settings/org.eclipse.m2e.core.prefs > > >> nifi-nar-bundles/nifi-grpc-bundle/.project > > >> > > >> > > >> Would appear someone's accidentally pushed some Eclipse > settings/project > > >> files and some protobuf files (generated in the build?) aren't being > > >> ignored. > > >> > > >> > > >> --- > > >> *Chris Sampson* > > >> IT Consultant > > >> chris.samp...@naimuri.com > > >> <https://www.naimuri.com/> > > >> > > >> > > >> On Wed, 13 Jan 2021 at 18:00, Joe Witt <joe.w...@gmail.com> wrote: > > >> > > >>> Otto/Chris - i see your notes and will see if I can help shake them > > >>> through. The elastic one at first glance looks easy to include. > Named > > >>> captures looks a lot more adventurous so I'm hoping you work that out > > >> with > > >>> a reviewer soon. But will monitor. > > >>> > > >>> I'll take RM duties. Would hope to kick this off early next week > time > > >>> allowing. > > >>> > > >>> Thanks > > >>> Joe > > >>> > > >>> On Wed, Jan 13, 2021 at 10:18 AM Otto Fowler < > ottobackwa...@gmail.com> > > >>> wrote: > > >>> > > >>>> I would still like to get https://github.com/apache/nifi/pull/4384 > < > > >>>> https://github.com/apache/nifi/pull/4384> in and not miss the > release. > > >>>> > > >>>>> On Jan 12, 2021, at 13:17, Pierre Villard < > > >> pierre.villard...@gmail.com > > >>>> > > >>>> wrote: > > >>>>> > > >>>>> Hi all, > > >>>>> > > >>>>> Current status about what we want to get in based on this thread: > > >>>>> - NIFI-8034 - PropertyValue.isExpressionLanguagePresent always > > >> returns > > >>>> true > > >>>>> for non-null values - https://github.com/apache/nifi/pull/4746 > > >>>>> - NIFI-7989 - Add Hive "data drift" processor - > > >>>>> https://github.com/apache/nifi/pull/4750 > > >>>>> - NIFI-7356 - TLS + embedded Zookeeper - pull request to be > submitted > > >>> by > > >>>>> Nathan > > >>>>> > > >>>>> If we can wrap up these JIRAs, we could get a release candidate for > > >>> NiFi > > >>>>> 1.13 soon. > > >>>>> > > >>>>> Thanks, > > >>>>> Pierre > > >>>>> > > >>>>> > > >>>>> > > >>>>> Le mer. 6 janv. 2021 à 04:17, Joey Frazee <joey.fra...@icloud.com > > >>>> .invalid> > > >>>>> a écrit : > > >>>>> > > >>>>>> I have https://github.com/apache/nifi/pull/4632 which fixes an > OOME > > >>> in > > >>>>>> PutAzureBlobStorage reported in > > >>>>>> > > >>>> > > >>> > > >> > https://lists.apache.org/x/thread.html/rdef82be24828277b85bdc94dc57a8fb9df6f73552daeda289c941a51%40%3Cusers.nifi.apache.org%3E > > >>>>>> > > >>>>>> It’s a pretty small change. > > >>>>>> > > >>>>>> -joey > > >>>>>> > > >>>>>>> On Jan 5, 2021, at 3:14 PM, Matt Burgess <mattyb...@gmail.com> > > >>> wrote: > > >>>>>>> > > >>>>>>> I am reviewing a PR at the moment but intend to review the graph > > >>> stuff > > >>>>>> right afterwards. > > >>>>>>> > > >>>>>>>> On Jan 5, 2021, at 5:35 PM, Mike Thomsen < > mikerthom...@gmail.com> > > >>>>>> wrote: > > >>>>>>>> > > >>>>>>>> I have a PR for graph that we need to close out because part of > > >> the > > >>>>>> graph > > >>>>>>>> bundle will be broken without it. > > >>>>>>>> > > >>>>>>>>>> On Tue, Jan 5, 2021, 11:50 Mark Bean <mark.o.b...@gmail.com> > > >>> wrote: > > >>>>>>>>> > > >>>>>>>>> I'd like to see this PR completed as well > > >>>>>>>>> https://github.com/apache/nifi/pull/4225 > > >>>>>>>>> > > >>>>>>>>> There's been discussion on it, and I don't see any further > > >>>> objections. > > >>>>>>>>> > > >>>>>>>>> Thanks, > > >>>>>>>>> Mark > > >>>>>>>>> > > >>>>>>>>> On Thu, Nov 26, 2020 at 4:55 AM Pierre Villard < > > >>>>>>>>> pierre.villard...@gmail.com> > > >>>>>>>>> wrote: > > >>>>>>>>> > > >>>>>>>>>> Hi community, > > >>>>>>>>>> > > >>>>>>>>>> Starting a discussion thread around the release of NiFi > 1.13.0. > > >> We > > >>>>>> added > > >>>>>>>>>> quite a lot of significant improvements and features since the > > >>>>>> release of > > >>>>>>>>>> 1.12.1 - I see 143 JIRAs with 1.13.0 as the fix version. I > think > > >>> it > > >>>>>> makes > > >>>>>>>>>> sense to consider a new release. > > >>>>>>>>>> > > >>>>>>>>>> Please share here the JIRAs with opened pull requests that we > > >>> would > > >>>>>> need > > >>>>>>>>> to > > >>>>>>>>>> look at to make this release happen. > > >>>>>>>>>> > > >>>>>>>>>> Thanks, > > >>>>>>>>>> Pierre > > >>>>>>>>>> > > >>>>>>>>> > > >>>>>> > > >>>> > > >>>> > > >>> > > >> > > >