Re: [DISCUSS] Release of Apache NiFi 1.13.0

2021-01-14 Thread Eduardo Fontes
Hi Pierre, Is there any chance to include https://issues.apache.org/jira/browse/NIFI-8109 ( https://github.com/apache/nifi/pull/4759) in 1.13.0? Thanks. Eduardo Fontes On Tue, Jan 12, 2021 at 3:18 PM Pierre Villard wrote: > Hi all, > > Current status about what we want to get in based on this

Re: [DISCUSS] Release of Apache NiFi 1.13.0

2021-01-14 Thread Chris Sampson
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 On Thu, 14 Jan 2021 at 14:09, Bryan Bende wrote: > Yea usually whe

Re: [DISCUSS] Release of Apache NiFi 1.13.0

2021-01-14 Thread Bryan Bende
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

Re: [DISCUSS] Release of Apache NiFi 1.13.0

2021-01-14 Thread Mark Payne
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 wrote: > > The grpc-bundle is normally excluded from builds unless act

Re: [DISCUSS] Release of Apache NiFi 1.13.0

2021-01-14 Thread Mark Bean
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

Re: [DISCUSS] Release of Apache NiFi 1.13.0

2021-01-14 Thread Chris Sampson
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: