You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nifi.apache.org by Andy LoPresto <al...@apache.org> on 2018/06/01 17:28:31 UTC

[DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Hi folks,

It’s been a little bit since 1.6.0 was released, and there have been a ton of new features and bug fixes that have made it in to master. With all this great work, I think it’s a good time to consider the next release. I volunteer to RM for this one.

I’m thinking the next couple weeks are a good timeframe, and I wanted to put this out there early so anyone who is working on something they want in can be aware of the approaching release and communicate on the list to keep everyone apprised. Thanks for all your hard work.

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69


Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Joe Witt <jo...@gmail.com>.
Ah thanks for the heads up Andy.  Makes sense.  The vote seems to be
going along quite well so this should sort itself out in a couple
hours.  Thanks

On Mon, Jun 18, 2018 at 3:51 PM, Andy LoPresto <al...@apache.org> wrote:
> Folks,
>
> As part of the 1.7.0 closeout effort, I accidentally merged PR 2801 [1]
> (Apache NiFi Registry 0.2.0 client integration) for NIFI-5319 before the
> 0.2.0 artifacts are released. The build will work normally for anyone who
> has done Registry 0.2.0 RC1 verification, because their local repository
> will contain the proper artifacts. However, as the Registry vote technically
> does not close until 2130 EDT tonight, the build will be broken for a few
> hours. If the release vote fails for whatever reason, I will revert this
> commit.
>
> For anyone encountering a build failure, there are two resolutions:
> * Build the NiFi Registry 0.2.0 artifacts locally
> -or-
> * Change the client version back to 0.1.0 in
> nifi-toolkit/nifi-toolkit-cli/pom.xml and
> nifi-nar-bundles/nifi-framework-bundle/pom.xml
>
> Thanks.
>
> [1] https://github.com/apache/nifi/pull/2801
>
> Andy LoPresto
> alopresto@apache.org
> alopresto.apache@gmail.com
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
> On Jun 11, 2018, at 12:35 PM, Joe Witt <jo...@gmail.com> wrote:
>
> Thanks Andy.  Will help keep up the review bandwidth as well.  Have
> also taken a particular focus again as of late on our license and
> notice work as we have more and more contributors/reviewers we need to
> really focus there.  Will share any findings.
>
> Thanks
>
> On Mon, Jun 11, 2018 at 2:17 PM, Kevin Doran <kd...@apache.org> wrote:
>
> This sounds like a good release plan / schedule for the upcoming versions of
> the sub projects. Thanks, Andy.
>
>
>
> Kevin
>
>
>
> From: Andy LoPresto <al...@apache.org>
> Reply-To: <de...@nifi.apache.org>
> Date: Monday, June 11, 2018 at 14:03
> To: <de...@nifi.apache.org>
> Subject: Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0
>
>
>
> Hi folks,
>
>
>
> With the upcoming release of Apache NiFi FDS 0.1.0 and the following release
> of Apache NiFi Registry 0.2.0, it makes sense to hold off this release a few
> days to get the latest versions of those projects.
>
>
>
> Here is the anticipated schedule:
>
>
>
> * 06/11 - NiFi FDS RC2 proposed
>
> * 06/14 - NiFi FDS RC2 accepted & released
>
> * 06/15 - NiFi Registry RC1 proposed
>
> * 06/18 - NiFi Registry RC1 accepted & released
>
> * 06/19 - NIFi RC1 proposed
>
> * 06/21 - NiFi RC1 accepted & released
>
>
>
> Obviously, as the version issue in FDS RC1 demonstrated, there can be
> obstacles to overcome that may slightly affect this timeline, but I think
> this is a reasonable expectation moving forward.
>
>
>
> As a reminder, this is the filter I am using for visibility into the close
> out tickets. Please work with each other to get pending PRs reviewed and
> merged quickly. Thank you.
>
>
>
> project = "Apache NiFi" AND status in ("In Progress", Reopened, "Patch
> Available") AND updated > '2018-05-28’ ORDER BY updated DESC
>
>
>
> https://issues.apache.org/jira/issues/?filter=12344019&jql=project%20%3D%20%22Apache%20NiFi%22%20AND%20status%20in%20(%22In%20Progress%22%2C%20Reopened%2C%20%22Patch%20Available%22)%20AND%20updated%20%3E%20%272018-05-28%27%20order%20by%20updated%20desc
>
>
>
>
>
> Andy LoPresto
>
> alopresto@apache.org
>
> alopresto.apache@gmail.com
>
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
>
>
> On Jun 11, 2018, at 7:53 AM, Joe Witt <jo...@gmail.com> wrote:
>
>
>
> NIFI-5022 is merged/resolved now Otto.
>
> Thanks
>
> On Mon, Jun 11, 2018 at 6:55 AM, Otto Fowler <ot...@gmail.com>
> wrote:
>
>
> I would really love to get a review for NIFI-5022 for this release.  Please
> let me know if there is a way to make this more likely.
>
>
>
> On June 5, 2018 at 15:09:50, Andy LoPresto (alopresto@apache.org) wrote:
>
> Sending out an update. I am using the following search query to take a look
> at what is still outstanding for 1.7.0. Currently I have visibility on the
> following issues:
>
> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
> Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress",
> "Reopened", "Patch Available")
>
> Patch Available (i.e. committers, please review these):
> * NIFI-5241 When calculating stats for components, use synchronized methods
> instead of atomic variables — Mark Payne
> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
> closed — Mark Payne
> * NIFI-5209 Remove toolkit migration without password functionality — Andy
> LoPresto
> * NIFI-5166 Create deep learning classification and regression processor —
> Mans Singh (Marked as In Progress but there is a PR with some comments)
> * NIFI-5226 Implement a Record API based PutInfluxDB processor — Unassigned
> (Marked as Open but there is a PR with some comments)
> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there
> is a PR with some comments)
> * NIFI-5268 JoltTransformJSON specification property fails with EL — Koji
> Kawamura
> * NIFI-5266 PutElasticsearchHttp processors should sanitize parameters —
> Matt Burgess
> * NIFI-5263 Address auditing of Controller Service Referencing Components —
> Matt Gilman
> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
> * NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji
> Kawamura
> * NIFI-5237 Wrong redirect from login behind a context path when using
> OpenID authentication — Matt Gilman
> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
> closed — Mark Payne
> * NIFI-5192 Allow expression language in ‘Schema File’ property for
> ValidateXML processor — Unassigned
> * NIFI-5059 MongoDBLookupService should be able to determine a schema or
> have one provided — Mike Thomsen
> * NIFI-5054 NiFi Couchbase Processors do not support User Authentication —
> Koji Kawamura
> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto
> Fowler
> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem —
> Bryan Bende
> * NIFI-1321 Support appending files in PutFile — Unassigned
>
> Reopened (i.e. Jeff, Mike, what do you need from the community to get these
> in?):
> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot
> handle null inputs — Mike Thomsen
> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck
>
> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri
>
> If anyone has other work that they are in the process of doing, please reply
> here and update the Jira appropriately. I’ll send out another summary on
> Friday. Thanks.
>
> Andy LoPresto
> alopresto@apache.org
> alopresto.apache@gmail.com
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:
>
> Hi folks,
>
> It’s been a little bit since 1.6.0 was released, and there have been a ton
> of new features and bug fixes that have made it in to master. With all this
> great work, I think it’s a good time to consider the next release. I
> volunteer to RM for this one.
>
> I’m thinking the next couple weeks are a good timeframe, and I wanted to put
> this out there early so anyone who is working on something they want in can
> be aware of the approaching release and communicate on the list to keep
> everyone apprised. Thanks for all your hard work.
>
> Andy LoPresto
> alopresto@apache.org
> alopresto.apache@gmail.com
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
>
>
>
>

Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Andy LoPresto <al...@apache.org>.
Folks,

As part of the 1.7.0 closeout effort, I accidentally merged PR 2801 [1] (Apache NiFi Registry 0.2.0 client integration) for NIFI-5319 before the 0.2.0 artifacts are released. The build will work normally for anyone who has done Registry 0.2.0 RC1 verification, because their local repository will contain the proper artifacts. However, as the Registry vote technically does not close until 2130 EDT tonight, the build will be broken for a few hours. If the release vote fails for whatever reason, I will revert this commit.

For anyone encountering a build failure, there are two resolutions:
	* Build the NiFi Registry 0.2.0 artifacts locally
		-or-
	* Change the client version back to 0.1.0 in nifi-toolkit/nifi-toolkit-cli/pom.xml and nifi-nar-bundles/nifi-framework-bundle/pom.xml

Thanks.

[1] https://github.com/apache/nifi/pull/2801 <https://github.com/apache/nifi/pull/2801>

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Jun 11, 2018, at 12:35 PM, Joe Witt <jo...@gmail.com> wrote:
> 
> Thanks Andy.  Will help keep up the review bandwidth as well.  Have
> also taken a particular focus again as of late on our license and
> notice work as we have more and more contributors/reviewers we need to
> really focus there.  Will share any findings.
> 
> Thanks
> 
> On Mon, Jun 11, 2018 at 2:17 PM, Kevin Doran <kd...@apache.org> wrote:
>> This sounds like a good release plan / schedule for the upcoming versions of the sub projects. Thanks, Andy.
>> 
>> 
>> 
>> Kevin
>> 
>> 
>> 
>> From: Andy LoPresto <al...@apache.org>
>> Reply-To: <de...@nifi.apache.org>
>> Date: Monday, June 11, 2018 at 14:03
>> To: <de...@nifi.apache.org>
>> Subject: Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0
>> 
>> 
>> 
>> Hi folks,
>> 
>> 
>> 
>> With the upcoming release of Apache NiFi FDS 0.1.0 and the following release of Apache NiFi Registry 0.2.0, it makes sense to hold off this release a few days to get the latest versions of those projects.
>> 
>> 
>> 
>> Here is the anticipated schedule:
>> 
>> 
>> 
>> * 06/11 - NiFi FDS RC2 proposed
>> 
>> * 06/14 - NiFi FDS RC2 accepted & released
>> 
>> * 06/15 - NiFi Registry RC1 proposed
>> 
>> * 06/18 - NiFi Registry RC1 accepted & released
>> 
>> * 06/19 - NIFi RC1 proposed
>> 
>> * 06/21 - NiFi RC1 accepted & released
>> 
>> 
>> 
>> Obviously, as the version issue in FDS RC1 demonstrated, there can be obstacles to overcome that may slightly affect this timeline, but I think this is a reasonable expectation moving forward.
>> 
>> 
>> 
>> As a reminder, this is the filter I am using for visibility into the close out tickets. Please work with each other to get pending PRs reviewed and merged quickly. Thank you.
>> 
>> 
>> 
>> project = "Apache NiFi" AND status in ("In Progress", Reopened, "Patch Available") AND updated > '2018-05-28’ ORDER BY updated DESC
>> 
>> 
>> 
>> https://issues.apache.org/jira/issues/?filter=12344019&jql=project%20%3D%20%22Apache%20NiFi%22%20AND%20status%20in%20(%22In%20Progress%22%2C%20Reopened%2C%20%22Patch%20Available%22)%20AND%20updated%20%3E%20%272018-05-28%27%20order%20by%20updated%20desc
>> 
>> 
>> 
>> 
>> 
>> Andy LoPresto
>> 
>> alopresto@apache.org
>> 
>> alopresto.apache@gmail.com
>> 
>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>> 
>> 
>> 
>> On Jun 11, 2018, at 7:53 AM, Joe Witt <jo...@gmail.com> wrote:
>> 
>> 
>> 
>> NIFI-5022 is merged/resolved now Otto.
>> 
>> Thanks
>> 
>> On Mon, Jun 11, 2018 at 6:55 AM, Otto Fowler <ot...@gmail.com> wrote:
>> 
>> 
>> I would really love to get a review for NIFI-5022 for this release.  Please
>> let me know if there is a way to make this more likely.
>> 
>> 
>> 
>> On June 5, 2018 at 15:09:50, Andy LoPresto (alopresto@apache.org) wrote:
>> 
>> Sending out an update. I am using the following search query to take a look
>> at what is still outstanding for 1.7.0. Currently I have visibility on the
>> following issues:
>> 
>> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
>> Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress",
>> "Reopened", "Patch Available")
>> 
>> Patch Available (i.e. committers, please review these):
>> * NIFI-5241 When calculating stats for components, use synchronized methods
>> instead of atomic variables — Mark Payne
>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
>> closed — Mark Payne
>> * NIFI-5209 Remove toolkit migration without password functionality — Andy
>> LoPresto
>> * NIFI-5166 Create deep learning classification and regression processor —
>> Mans Singh (Marked as In Progress but there is a PR with some comments)
>> * NIFI-5226 Implement a Record API based PutInfluxDB processor — Unassigned
>> (Marked as Open but there is a PR with some comments)
>> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there
>> is a PR with some comments)
>> * NIFI-5268 JoltTransformJSON specification property fails with EL — Koji
>> Kawamura
>> * NIFI-5266 PutElasticsearchHttp processors should sanitize parameters —
>> Matt Burgess
>> * NIFI-5263 Address auditing of Controller Service Referencing Components —
>> Matt Gilman
>> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
>> * NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji
>> Kawamura
>> * NIFI-5237 Wrong redirect from login behind a context path when using
>> OpenID authentication — Matt Gilman
>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
>> closed — Mark Payne
>> * NIFI-5192 Allow expression language in ‘Schema File’ property for
>> ValidateXML processor — Unassigned
>> * NIFI-5059 MongoDBLookupService should be able to determine a schema or
>> have one provided — Mike Thomsen
>> * NIFI-5054 NiFi Couchbase Processors do not support User Authentication —
>> Koji Kawamura
>> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto
>> Fowler
>> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem —
>> Bryan Bende
>> * NIFI-1321 Support appending files in PutFile — Unassigned
>> 
>> Reopened (i.e. Jeff, Mike, what do you need from the community to get these
>> in?):
>> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot
>> handle null inputs — Mike Thomsen
>> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck
>> 
>> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
>> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri
>> 
>> If anyone has other work that they are in the process of doing, please reply
>> here and update the Jira appropriately. I’ll send out another summary on
>> Friday. Thanks.
>> 
>> Andy LoPresto
>> alopresto@apache.org
>> alopresto.apache@gmail.com
>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>> 
>> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:
>> 
>> Hi folks,
>> 
>> It’s been a little bit since 1.6.0 was released, and there have been a ton
>> of new features and bug fixes that have made it in to master. With all this
>> great work, I think it’s a good time to consider the next release. I
>> volunteer to RM for this one.
>> 
>> I’m thinking the next couple weeks are a good timeframe, and I wanted to put
>> this out there early so anyone who is working on something they want in can
>> be aware of the approaching release and communicate on the list to keep
>> everyone apprised. Thanks for all your hard work.
>> 
>> Andy LoPresto
>> alopresto@apache.org
>> alopresto.apache@gmail.com
>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>> 
>> 
>> 
>> 


Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Joe Witt <jo...@gmail.com>.
Thanks Andy.  Will help keep up the review bandwidth as well.  Have
also taken a particular focus again as of late on our license and
notice work as we have more and more contributors/reviewers we need to
really focus there.  Will share any findings.

Thanks

On Mon, Jun 11, 2018 at 2:17 PM, Kevin Doran <kd...@apache.org> wrote:
> This sounds like a good release plan / schedule for the upcoming versions of the sub projects. Thanks, Andy.
>
>
>
> Kevin
>
>
>
> From: Andy LoPresto <al...@apache.org>
> Reply-To: <de...@nifi.apache.org>
> Date: Monday, June 11, 2018 at 14:03
> To: <de...@nifi.apache.org>
> Subject: Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0
>
>
>
> Hi folks,
>
>
>
> With the upcoming release of Apache NiFi FDS 0.1.0 and the following release of Apache NiFi Registry 0.2.0, it makes sense to hold off this release a few days to get the latest versions of those projects.
>
>
>
> Here is the anticipated schedule:
>
>
>
> * 06/11 - NiFi FDS RC2 proposed
>
> * 06/14 - NiFi FDS RC2 accepted & released
>
> * 06/15 - NiFi Registry RC1 proposed
>
> * 06/18 - NiFi Registry RC1 accepted & released
>
> * 06/19 - NIFi RC1 proposed
>
> * 06/21 - NiFi RC1 accepted & released
>
>
>
> Obviously, as the version issue in FDS RC1 demonstrated, there can be obstacles to overcome that may slightly affect this timeline, but I think this is a reasonable expectation moving forward.
>
>
>
> As a reminder, this is the filter I am using for visibility into the close out tickets. Please work with each other to get pending PRs reviewed and merged quickly. Thank you.
>
>
>
> project = "Apache NiFi" AND status in ("In Progress", Reopened, "Patch Available") AND updated > '2018-05-28’ ORDER BY updated DESC
>
>
>
> https://issues.apache.org/jira/issues/?filter=12344019&jql=project%20%3D%20%22Apache%20NiFi%22%20AND%20status%20in%20(%22In%20Progress%22%2C%20Reopened%2C%20%22Patch%20Available%22)%20AND%20updated%20%3E%20%272018-05-28%27%20order%20by%20updated%20desc
>
>
>
>
>
> Andy LoPresto
>
> alopresto@apache.org
>
> alopresto.apache@gmail.com
>
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
>
>
> On Jun 11, 2018, at 7:53 AM, Joe Witt <jo...@gmail.com> wrote:
>
>
>
> NIFI-5022 is merged/resolved now Otto.
>
> Thanks
>
> On Mon, Jun 11, 2018 at 6:55 AM, Otto Fowler <ot...@gmail.com> wrote:
>
>
> I would really love to get a review for NIFI-5022 for this release.  Please
> let me know if there is a way to make this more likely.
>
>
>
> On June 5, 2018 at 15:09:50, Andy LoPresto (alopresto@apache.org) wrote:
>
> Sending out an update. I am using the following search query to take a look
> at what is still outstanding for 1.7.0. Currently I have visibility on the
> following issues:
>
> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
> Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress",
> "Reopened", "Patch Available")
>
> Patch Available (i.e. committers, please review these):
> * NIFI-5241 When calculating stats for components, use synchronized methods
> instead of atomic variables — Mark Payne
> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
> closed — Mark Payne
> * NIFI-5209 Remove toolkit migration without password functionality — Andy
> LoPresto
> * NIFI-5166 Create deep learning classification and regression processor —
> Mans Singh (Marked as In Progress but there is a PR with some comments)
> * NIFI-5226 Implement a Record API based PutInfluxDB processor — Unassigned
> (Marked as Open but there is a PR with some comments)
> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there
> is a PR with some comments)
> * NIFI-5268 JoltTransformJSON specification property fails with EL — Koji
> Kawamura
> * NIFI-5266 PutElasticsearchHttp processors should sanitize parameters —
> Matt Burgess
> * NIFI-5263 Address auditing of Controller Service Referencing Components —
> Matt Gilman
> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
> * NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji
> Kawamura
> * NIFI-5237 Wrong redirect from login behind a context path when using
> OpenID authentication — Matt Gilman
> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
> closed — Mark Payne
> * NIFI-5192 Allow expression language in ‘Schema File’ property for
> ValidateXML processor — Unassigned
> * NIFI-5059 MongoDBLookupService should be able to determine a schema or
> have one provided — Mike Thomsen
> * NIFI-5054 NiFi Couchbase Processors do not support User Authentication —
> Koji Kawamura
> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto
> Fowler
> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem —
> Bryan Bende
> * NIFI-1321 Support appending files in PutFile — Unassigned
>
> Reopened (i.e. Jeff, Mike, what do you need from the community to get these
> in?):
> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot
> handle null inputs — Mike Thomsen
> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck
>
> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri
>
> If anyone has other work that they are in the process of doing, please reply
> here and update the Jira appropriately. I’ll send out another summary on
> Friday. Thanks.
>
> Andy LoPresto
> alopresto@apache.org
> alopresto.apache@gmail.com
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:
>
> Hi folks,
>
> It’s been a little bit since 1.6.0 was released, and there have been a ton
> of new features and bug fixes that have made it in to master. With all this
> great work, I think it’s a good time to consider the next release. I
> volunteer to RM for this one.
>
> I’m thinking the next couple weeks are a good timeframe, and I wanted to put
> this out there early so anyone who is working on something they want in can
> be aware of the approaching release and communicate on the list to keep
> everyone apprised. Thanks for all your hard work.
>
> Andy LoPresto
> alopresto@apache.org
> alopresto.apache@gmail.com
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
>
>
>

Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Kevin Doran <kd...@apache.org>.
This sounds like a good release plan / schedule for the upcoming versions of the sub projects. Thanks, Andy.

 

Kevin

 

From: Andy LoPresto <al...@apache.org>
Reply-To: <de...@nifi.apache.org>
Date: Monday, June 11, 2018 at 14:03
To: <de...@nifi.apache.org>
Subject: Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

 

Hi folks,

 

With the upcoming release of Apache NiFi FDS 0.1.0 and the following release of Apache NiFi Registry 0.2.0, it makes sense to hold off this release a few days to get the latest versions of those projects. 

 

Here is the anticipated schedule:

 

* 06/11 - NiFi FDS RC2 proposed

* 06/14 - NiFi FDS RC2 accepted & released

* 06/15 - NiFi Registry RC1 proposed

* 06/18 - NiFi Registry RC1 accepted & released

* 06/19 - NIFi RC1 proposed

* 06/21 - NiFi RC1 accepted & released

 

Obviously, as the version issue in FDS RC1 demonstrated, there can be obstacles to overcome that may slightly affect this timeline, but I think this is a reasonable expectation moving forward. 

 

As a reminder, this is the filter I am using for visibility into the close out tickets. Please work with each other to get pending PRs reviewed and merged quickly. Thank you. 

 

project = "Apache NiFi" AND status in ("In Progress", Reopened, "Patch Available") AND updated > '2018-05-28’ ORDER BY updated DESC

 

https://issues.apache.org/jira/issues/?filter=12344019&jql=project%20%3D%20%22Apache%20NiFi%22%20AND%20status%20in%20(%22In%20Progress%22%2C%20Reopened%2C%20%22Patch%20Available%22)%20AND%20updated%20%3E%20%272018-05-28%27%20order%20by%20updated%20desc

 

 

Andy LoPresto

alopresto@apache.org

alopresto.apache@gmail.com

PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

 

On Jun 11, 2018, at 7:53 AM, Joe Witt <jo...@gmail.com> wrote:

 

NIFI-5022 is merged/resolved now Otto.

Thanks

On Mon, Jun 11, 2018 at 6:55 AM, Otto Fowler <ot...@gmail.com> wrote:


I would really love to get a review for NIFI-5022 for this release.  Please
let me know if there is a way to make this more likely.



On June 5, 2018 at 15:09:50, Andy LoPresto (alopresto@apache.org) wrote:

Sending out an update. I am using the following search query to take a look
at what is still outstanding for 1.7.0. Currently I have visibility on the
following issues:

project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress",
"Reopened", "Patch Available")

Patch Available (i.e. committers, please review these):
* NIFI-5241 When calculating stats for components, use synchronized methods
instead of atomic variables — Mark Payne
* NIFI-5200 Nested ProcessSession.read resulting in outer stream being
closed — Mark Payne
* NIFI-5209 Remove toolkit migration without password functionality — Andy
LoPresto
* NIFI-5166 Create deep learning classification and regression processor —
Mans Singh (Marked as In Progress but there is a PR with some comments)
* NIFI-5226 Implement a Record API based PutInfluxDB processor — Unassigned
(Marked as Open but there is a PR with some comments)
* NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there
is a PR with some comments)
* NIFI-5268 JoltTransformJSON specification property fails with EL — Koji
Kawamura
* NIFI-5266 PutElasticsearchHttp processors should sanitize parameters —
Matt Burgess
* NIFI-5263 Address auditing of Controller Service Referencing Components —
Matt Gilman
* NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
* NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji
Kawamura
* NIFI-5237 Wrong redirect from login behind a context path when using
OpenID authentication — Matt Gilman
* NIFI-5200 Nested ProcessSession.read resulting in outer stream being
closed — Mark Payne
* NIFI-5192 Allow expression language in ‘Schema File’ property for
ValidateXML processor — Unassigned
* NIFI-5059 MongoDBLookupService should be able to determine a schema or
have one provided — Mike Thomsen
* NIFI-5054 NiFi Couchbase Processors do not support User Authentication —
Koji Kawamura
* NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto
Fowler
* NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem —
Bryan Bende
* NIFI-1321 Support appending files in PutFile — Unassigned

Reopened (i.e. Jeff, Mike, what do you need from the community to get these
in?):
* NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot
handle null inputs — Mike Thomsen
* NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck

Open (i.e. can someone please do an s/2017/2018/ on the docs?):
* NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri

If anyone has other work that they are in the process of doing, please reply
here and update the Jira appropriately. I’ll send out another summary on
Friday. Thanks.

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:

Hi folks,

It’s been a little bit since 1.6.0 was released, and there have been a ton
of new features and bug fixes that have made it in to master. With all this
great work, I think it’s a good time to consider the next release. I
volunteer to RM for this one.

I’m thinking the next couple weeks are a good timeframe, and I wanted to put
this out there early so anyone who is working on something they want in can
be aware of the approaching release and communicate on the list to keep
everyone apprised. Thanks for all your hard work.

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69


 


Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Andy LoPresto <al...@apache.org>.
Hi folks,

With the upcoming release of Apache NiFi FDS 0.1.0 and the following release of Apache NiFi Registry 0.2.0, it makes sense to hold off this release a few days to get the latest versions of those projects.

Here is the anticipated schedule:

* 06/11 - NiFi FDS RC2 proposed
* 06/14 - NiFi FDS RC2 accepted & released
* 06/15 - NiFi Registry RC1 proposed
* 06/18 - NiFi Registry RC1 accepted & released
* 06/19 - NIFi RC1 proposed
* 06/21 - NiFi RC1 accepted & released

Obviously, as the version issue in FDS RC1 demonstrated, there can be obstacles to overcome that may slightly affect this timeline, but I think this is a reasonable expectation moving forward.

As a reminder, this is the filter I am using for visibility into the close out tickets. Please work with each other to get pending PRs reviewed and merged quickly. Thank you.

project = "Apache NiFi" AND status in ("In Progress", Reopened, "Patch Available") AND updated > '2018-05-28’ ORDER BY updated DESC

https://issues.apache.org/jira/issues/?filter=12344019&jql=project%20%3D%20%22Apache%20NiFi%22%20AND%20status%20in%20(%22In%20Progress%22%2C%20Reopened%2C%20%22Patch%20Available%22)%20AND%20updated%20%3E%20%272018-05-28%27%20order%20by%20updated%20desc <https://issues.apache.org/jira/issues/?filter=12344019&jql=project%20=%20%22Apache%20NiFi%22%20AND%20status%20in%20(%22In%20Progress%22,%20Reopened,%20%22Patch%20Available%22)%20AND%20updated%20%3E%20'2018-05-28'%20order%20by%20updated%20desc>


Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Jun 11, 2018, at 7:53 AM, Joe Witt <jo...@gmail.com> wrote:
> 
> NIFI-5022 is merged/resolved now Otto.
> 
> Thanks
> 
> On Mon, Jun 11, 2018 at 6:55 AM, Otto Fowler <ot...@gmail.com> wrote:
>> I would really love to get a review for NIFI-5022 for this release.  Please
>> let me know if there is a way to make this more likely.
>> 
>> 
>> 
>> On June 5, 2018 at 15:09:50, Andy LoPresto (alopresto@apache.org) wrote:
>> 
>> Sending out an update. I am using the following search query to take a look
>> at what is still outstanding for 1.7.0. Currently I have visibility on the
>> following issues:
>> 
>> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
>> Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress",
>> "Reopened", "Patch Available")
>> 
>> Patch Available (i.e. committers, please review these):
>> * NIFI-5241 When calculating stats for components, use synchronized methods
>> instead of atomic variables — Mark Payne
>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
>> closed — Mark Payne
>> * NIFI-5209 Remove toolkit migration without password functionality — Andy
>> LoPresto
>> * NIFI-5166 Create deep learning classification and regression processor —
>> Mans Singh (Marked as In Progress but there is a PR with some comments)
>> * NIFI-5226 Implement a Record API based PutInfluxDB processor — Unassigned
>> (Marked as Open but there is a PR with some comments)
>> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there
>> is a PR with some comments)
>> * NIFI-5268 JoltTransformJSON specification property fails with EL — Koji
>> Kawamura
>> * NIFI-5266 PutElasticsearchHttp processors should sanitize parameters —
>> Matt Burgess
>> * NIFI-5263 Address auditing of Controller Service Referencing Components —
>> Matt Gilman
>> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
>> * NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji
>> Kawamura
>> * NIFI-5237 Wrong redirect from login behind a context path when using
>> OpenID authentication — Matt Gilman
>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
>> closed — Mark Payne
>> * NIFI-5192 Allow expression language in ‘Schema File’ property for
>> ValidateXML processor — Unassigned
>> * NIFI-5059 MongoDBLookupService should be able to determine a schema or
>> have one provided — Mike Thomsen
>> * NIFI-5054 NiFi Couchbase Processors do not support User Authentication —
>> Koji Kawamura
>> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto
>> Fowler
>> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem —
>> Bryan Bende
>> * NIFI-1321 Support appending files in PutFile — Unassigned
>> 
>> Reopened (i.e. Jeff, Mike, what do you need from the community to get these
>> in?):
>> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot
>> handle null inputs — Mike Thomsen
>> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck
>> 
>> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
>> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri
>> 
>> If anyone has other work that they are in the process of doing, please reply
>> here and update the Jira appropriately. I’ll send out another summary on
>> Friday. Thanks.
>> 
>> Andy LoPresto
>> alopresto@apache.org
>> alopresto.apache@gmail.com
>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>> 
>> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:
>> 
>> Hi folks,
>> 
>> It’s been a little bit since 1.6.0 was released, and there have been a ton
>> of new features and bug fixes that have made it in to master. With all this
>> great work, I think it’s a good time to consider the next release. I
>> volunteer to RM for this one.
>> 
>> I’m thinking the next couple weeks are a good timeframe, and I wanted to put
>> this out there early so anyone who is working on something they want in can
>> be aware of the approaching release and communicate on the list to keep
>> everyone apprised. Thanks for all your hard work.
>> 
>> Andy LoPresto
>> alopresto@apache.org
>> alopresto.apache@gmail.com
>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>> 
>> 


Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Joe Witt <jo...@gmail.com>.
NIFI-5022 is merged/resolved now Otto.

Thanks

On Mon, Jun 11, 2018 at 6:55 AM, Otto Fowler <ot...@gmail.com> wrote:
> I would really love to get a review for NIFI-5022 for this release.  Please
> let me know if there is a way to make this more likely.
>
>
>
> On June 5, 2018 at 15:09:50, Andy LoPresto (alopresto@apache.org) wrote:
>
> Sending out an update. I am using the following search query to take a look
> at what is still outstanding for 1.7.0. Currently I have visibility on the
> following issues:
>
> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
> Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress",
> "Reopened", "Patch Available")
>
> Patch Available (i.e. committers, please review these):
> * NIFI-5241 When calculating stats for components, use synchronized methods
> instead of atomic variables — Mark Payne
> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
> closed — Mark Payne
> * NIFI-5209 Remove toolkit migration without password functionality — Andy
> LoPresto
> * NIFI-5166 Create deep learning classification and regression processor —
> Mans Singh (Marked as In Progress but there is a PR with some comments)
> * NIFI-5226 Implement a Record API based PutInfluxDB processor — Unassigned
> (Marked as Open but there is a PR with some comments)
> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there
> is a PR with some comments)
> * NIFI-5268 JoltTransformJSON specification property fails with EL — Koji
> Kawamura
> * NIFI-5266 PutElasticsearchHttp processors should sanitize parameters —
> Matt Burgess
> * NIFI-5263 Address auditing of Controller Service Referencing Components —
> Matt Gilman
> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
> * NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji
> Kawamura
> * NIFI-5237 Wrong redirect from login behind a context path when using
> OpenID authentication — Matt Gilman
> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
> closed — Mark Payne
> * NIFI-5192 Allow expression language in ‘Schema File’ property for
> ValidateXML processor — Unassigned
> * NIFI-5059 MongoDBLookupService should be able to determine a schema or
> have one provided — Mike Thomsen
> * NIFI-5054 NiFi Couchbase Processors do not support User Authentication —
> Koji Kawamura
> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto
> Fowler
> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem —
> Bryan Bende
> * NIFI-1321 Support appending files in PutFile — Unassigned
>
> Reopened (i.e. Jeff, Mike, what do you need from the community to get these
> in?):
> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot
> handle null inputs — Mike Thomsen
> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck
>
> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri
>
> If anyone has other work that they are in the process of doing, please reply
> here and update the Jira appropriately. I’ll send out another summary on
> Friday. Thanks.
>
> Andy LoPresto
> alopresto@apache.org
> alopresto.apache@gmail.com
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:
>
> Hi folks,
>
> It’s been a little bit since 1.6.0 was released, and there have been a ton
> of new features and bug fixes that have made it in to master. With all this
> great work, I think it’s a good time to consider the next release. I
> volunteer to RM for this one.
>
> I’m thinking the next couple weeks are a good timeframe, and I wanted to put
> this out there early so anyone who is working on something they want in can
> be aware of the approaching release and communicate on the list to keep
> everyone apprised. Thanks for all your hard work.
>
> Andy LoPresto
> alopresto@apache.org
> alopresto.apache@gmail.com
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
>

Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Otto Fowler <ot...@gmail.com>.
I would really love to get a review for NIFI-5022 for this release.  Please let me know if there is a way to make this more likely.



On June 5, 2018 at 15:09:50, Andy LoPresto (alopresto@apache.org) wrote:

Sending out an update. I am using the following search query to take a look at what is still outstanding for 1.7.0. Currently I have visibility on the following issues:

project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress", "Reopened", "Patch Available")

Patch Available (i.e. committers, please review these):
* NIFI-5241 When calculating stats for components, use synchronized methods instead of atomic variables — Mark Payne
* NIFI-5200 Nested ProcessSession.read resulting in outer stream being closed — Mark Payne
* NIFI-5209 Remove toolkit migration without password functionality — Andy LoPresto
* NIFI-5166 Create deep learning classification and regression processor — Mans Singh (Marked as In Progress but there is a PR with some comments)
* NIFI-5226 Implement a Record API based PutInfluxDB processor — Unassigned (Marked as Open but there is a PR with some comments)
* NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there is a PR with some comments)
* NIFI-5268 JoltTransformJSON specification property fails with EL — Koji Kawamura
* NIFI-5266 PutElasticsearchHttp processors should sanitize parameters — Matt Burgess
* NIFI-5263 Address auditing of Controller Service Referencing Components — Matt Gilman
* NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
* NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji Kawamura
* NIFI-5237 Wrong redirect from login behind a context path when using OpenID authentication — Matt Gilman
* NIFI-5200 Nested ProcessSession.read resulting in outer stream being closed — Mark Payne
* NIFI-5192 Allow expression language in ‘Schema File’ property for ValidateXML processor — Unassigned
* NIFI-5059 MongoDBLookupService should be able to determine a schema or have one provided — Mike Thomsen
* NIFI-5054 NiFi Couchbase Processors do not support User Authentication — Koji Kawamura
* NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto Fowler
* NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem — Bryan Bende
* NIFI-1321 Support appending files in PutFile — Unassigned

Reopened (i.e. Jeff, Mike, what do you need from the community to get these in?):
* NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot handle null inputs — Mike Thomsen
* NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck

Open (i.e. can someone please do an s/2017/2018/ on the docs?):
* NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri

If anyone has other work that they are in the process of doing, please reply here and update the Jira appropriately. I’ll send out another summary on Friday. Thanks. 

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:

Hi folks,

It’s been a little bit since 1.6.0 was released, and there have been a ton of new features and bug fixes that have made it in to master. With all this great work, I think it’s a good time to consider the next release. I volunteer to RM for this one. 

I’m thinking the next couple weeks are a good timeframe, and I wanted to put this out there early so anyone who is working on something they want in can be aware of the approaching release and communicate on the list to keep everyone apprised. Thanks for all your hard work. 

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69



Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Matt Burgess <ma...@apache.org>.
I reviewed, tested, and merged, thanks for the fix!
On Sat, Jun 9, 2018 at 3:43 PM Mike Thomsen <mi...@gmail.com> wrote:
>
> Fixed an ugly bug in PutMongoRecord that relates to the MongoDB driver
> apparently not liking Java arrays:
>
> https://issues.apache.org/jira/browse/NIFI-5288
>
> It really needs to be included in 1.7.0 if possible because it was reported
> on the user list as a serious problem for the user.
>
> Thanks,
>
> Mike
>
> On Wed, Jun 6, 2018 at 12:07 PM Jeff <jt...@gmail.com> wrote:
>
> > Andy,
> >
> > NIFI-5175 as been resolved after doing some further testing.  Should be
> > good to go.
> >
> > On Tue, Jun 5, 2018 at 4:43 PM Andy LoPresto <al...@gmail.com>
> > wrote:
> >
> > > To add to that, I plan to cut the release candidate on 6/12 (one week
> > from
> > > today). Issues that are successfully merged to master at that time will
> > be
> > > included. Thanks.
> > >
> > > Andy LoPresto
> > > alopresto@apache.org
> > > alopresto.apache@gmail.com
> > > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> > >
> > > > On Jun 5, 2018, at 13:40, Andy LoPresto <al...@gmail.com>
> > > wrote:
> > > >
> > > > As a reminder to the community, please only set a fix version once the
> > > commit has been merged. The only exception to this is blocker issues
> > which
> > > prevent the release. As we have a frequent release cadence, any item that
> > > is not included in this release can go in the next. Thank you.
> > > >
> > > > Andy LoPresto
> > > > alopresto@apache.org
> > > > alopresto.apache@gmail.com
> > > > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> > > >
> > > >> On Jun 5, 2018, at 13:07, Mark Bean <ma...@gmail.com> wrote:
> > > >>
> > > >> I updated NIFI-4907 to have a fix version of 1.7.0.
> > > >>
> > > >> -Mark
> > > >>
> > > >>
> > > >>> On Tue, Jun 5, 2018 at 3:09 PM, Andy LoPresto <al...@apache.org>
> > > wrote:
> > > >>>
> > > >>> Sending out an update. I am using the following search query to take
> > a
> > > >>> look at what is still outstanding for 1.7.0. Currently I have
> > > visibility on
> > > >>> the following issues:
> > > >>>
> > > >>> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
> > > >>> Available" AND updated > '2018-05-28')) AND status in (Open, "In
> > > Progress",
> > > >>> "Reopened", "Patch Available")
> > > >>>
> > > >>> Patch Available (i.e. committers, please review these):
> > > >>> * NIFI-5241 When calculating stats for components, use synchronized
> > > >>> methods instead of atomic variables — Mark Payne
> > > >>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream
> > being
> > > >>> closed — Mark Payne
> > > >>> * NIFI-5209 Remove toolkit migration without password functionality —
> > > Andy
> > > >>> LoPresto
> > > >>> * NIFI-5166 Create deep learning classification and regression
> > > processor —
> > > >>> Mans Singh (Marked as In Progress but there is a PR with some
> > comments)
> > > >>> * NIFI-5226 Implement a Record API based PutInfluxDB processor —
> > > >>> Unassigned (Marked as Open but there is a PR with some comments)
> > > >>> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but
> > > there
> > > >>> is a PR with some comments)
> > > >>> * NIFI-5268 JoltTransformJSON specification property fails with EL —
> > > Koji
> > > >>> Kawamura
> > > >>> * NIFI-5266 PutElasticsearchHttp processors should sanitize
> > parameters
> > > —
> > > >>> Matt Burgess
> > > >>> * NIFI-5263 Address auditing of Controller Service Referencing
> > > Components
> > > >>> — Matt Gilman
> > > >>> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan
> > Bende
> > > >>> * NIFI-5257 Expand Couchbase Server integration as a cache storage —
> > > Koji
> > > >>> Kawamura
> > > >>> * NIFI-5237 Wrong redirect from login behind a context path when
> > using
> > > >>> OpenID authentication — Matt Gilman
> > > >>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream
> > being
> > > >>> closed — Mark Payne
> > > >>> * NIFI-5192 Allow expression language in ‘Schema File’ property for
> > > >>> ValidateXML processor — Unassigned
> > > >>> * NIFI-5059 MongoDBLookupService should be able to determine a schema
> > > or
> > > >>> have one provided — Mike Thomsen
> > > >>> * NIFI-5054 NiFi Couchbase Processors do not support User
> > > Authentication —
> > > >>> Koji Kawamura
> > > >>> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP —
> > Otto
> > > >>> Fowler
> > > >>> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version
> > > problem
> > > >>> — Bryan Bende
> > > >>> * NIFI-1321 Support appending files in PutFile — Unassigned
> > > >>>
> > > >>> Reopened (i.e. Jeff, Mike, what do you need from the community to get
> > > >>> these in?):
> > > >>> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile)
> > > cannot
> > > >>> handle null inputs — Mike Thomsen
> > > >>> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff
> > > Storck
> > > >>>
> > > >>> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
> > > >>> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin
> > Piri
> > > >>>
> > > >>> If anyone has other work that they are in the process of doing,
> > please
> > > >>> reply here and update the Jira appropriately. I’ll send out another
> > > summary
> > > >>> on Friday. Thanks.
> > > >>>
> > > >>> Andy LoPresto
> > > >>> alopresto@apache.org
> > > >>> *alopresto.apache@gmail.com <al...@gmail.com>*
> > > >>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> > > >>>
> > > >>> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org>
> > > wrote:
> > > >>>
> > > >>> Hi folks,
> > > >>>
> > > >>> It’s been a little bit since 1.6.0 was released, and there have been
> > a
> > > ton
> > > >>> of new features and bug fixes that have made it in to master. With
> > all
> > > this
> > > >>> great work, I think it’s a good time to consider the next release. I
> > > >>> volunteer to RM for this one.
> > > >>>
> > > >>> I’m thinking the next couple weeks are a good timeframe, and I wanted
> > > to
> > > >>> put this out there early so anyone who is working on something they
> > > want in
> > > >>> can be aware of the approaching release and communicate on the list
> > to
> > > keep
> > > >>> everyone apprised. Thanks for all your hard work.
> > > >>>
> > > >>> Andy LoPresto
> > > >>> alopresto@apache.org
> > > >>> *alopresto.apache@gmail.com <al...@gmail.com>*
> > > >>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> > > >>>
> > > >>>
> > > >>>
> > >
> >

Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Mike Thomsen <mi...@gmail.com>.
Fixed an ugly bug in PutMongoRecord that relates to the MongoDB driver
apparently not liking Java arrays:

https://issues.apache.org/jira/browse/NIFI-5288

It really needs to be included in 1.7.0 if possible because it was reported
on the user list as a serious problem for the user.

Thanks,

Mike

On Wed, Jun 6, 2018 at 12:07 PM Jeff <jt...@gmail.com> wrote:

> Andy,
>
> NIFI-5175 as been resolved after doing some further testing.  Should be
> good to go.
>
> On Tue, Jun 5, 2018 at 4:43 PM Andy LoPresto <al...@gmail.com>
> wrote:
>
> > To add to that, I plan to cut the release candidate on 6/12 (one week
> from
> > today). Issues that are successfully merged to master at that time will
> be
> > included. Thanks.
> >
> > Andy LoPresto
> > alopresto@apache.org
> > alopresto.apache@gmail.com
> > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> >
> > > On Jun 5, 2018, at 13:40, Andy LoPresto <al...@gmail.com>
> > wrote:
> > >
> > > As a reminder to the community, please only set a fix version once the
> > commit has been merged. The only exception to this is blocker issues
> which
> > prevent the release. As we have a frequent release cadence, any item that
> > is not included in this release can go in the next. Thank you.
> > >
> > > Andy LoPresto
> > > alopresto@apache.org
> > > alopresto.apache@gmail.com
> > > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> > >
> > >> On Jun 5, 2018, at 13:07, Mark Bean <ma...@gmail.com> wrote:
> > >>
> > >> I updated NIFI-4907 to have a fix version of 1.7.0.
> > >>
> > >> -Mark
> > >>
> > >>
> > >>> On Tue, Jun 5, 2018 at 3:09 PM, Andy LoPresto <al...@apache.org>
> > wrote:
> > >>>
> > >>> Sending out an update. I am using the following search query to take
> a
> > >>> look at what is still outstanding for 1.7.0. Currently I have
> > visibility on
> > >>> the following issues:
> > >>>
> > >>> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
> > >>> Available" AND updated > '2018-05-28')) AND status in (Open, "In
> > Progress",
> > >>> "Reopened", "Patch Available")
> > >>>
> > >>> Patch Available (i.e. committers, please review these):
> > >>> * NIFI-5241 When calculating stats for components, use synchronized
> > >>> methods instead of atomic variables — Mark Payne
> > >>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream
> being
> > >>> closed — Mark Payne
> > >>> * NIFI-5209 Remove toolkit migration without password functionality —
> > Andy
> > >>> LoPresto
> > >>> * NIFI-5166 Create deep learning classification and regression
> > processor —
> > >>> Mans Singh (Marked as In Progress but there is a PR with some
> comments)
> > >>> * NIFI-5226 Implement a Record API based PutInfluxDB processor —
> > >>> Unassigned (Marked as Open but there is a PR with some comments)
> > >>> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but
> > there
> > >>> is a PR with some comments)
> > >>> * NIFI-5268 JoltTransformJSON specification property fails with EL —
> > Koji
> > >>> Kawamura
> > >>> * NIFI-5266 PutElasticsearchHttp processors should sanitize
> parameters
> > —
> > >>> Matt Burgess
> > >>> * NIFI-5263 Address auditing of Controller Service Referencing
> > Components
> > >>> — Matt Gilman
> > >>> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan
> Bende
> > >>> * NIFI-5257 Expand Couchbase Server integration as a cache storage —
> > Koji
> > >>> Kawamura
> > >>> * NIFI-5237 Wrong redirect from login behind a context path when
> using
> > >>> OpenID authentication — Matt Gilman
> > >>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream
> being
> > >>> closed — Mark Payne
> > >>> * NIFI-5192 Allow expression language in ‘Schema File’ property for
> > >>> ValidateXML processor — Unassigned
> > >>> * NIFI-5059 MongoDBLookupService should be able to determine a schema
> > or
> > >>> have one provided — Mike Thomsen
> > >>> * NIFI-5054 NiFi Couchbase Processors do not support User
> > Authentication —
> > >>> Koji Kawamura
> > >>> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP —
> Otto
> > >>> Fowler
> > >>> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version
> > problem
> > >>> — Bryan Bende
> > >>> * NIFI-1321 Support appending files in PutFile — Unassigned
> > >>>
> > >>> Reopened (i.e. Jeff, Mike, what do you need from the community to get
> > >>> these in?):
> > >>> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile)
> > cannot
> > >>> handle null inputs — Mike Thomsen
> > >>> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff
> > Storck
> > >>>
> > >>> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
> > >>> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin
> Piri
> > >>>
> > >>> If anyone has other work that they are in the process of doing,
> please
> > >>> reply here and update the Jira appropriately. I’ll send out another
> > summary
> > >>> on Friday. Thanks.
> > >>>
> > >>> Andy LoPresto
> > >>> alopresto@apache.org
> > >>> *alopresto.apache@gmail.com <al...@gmail.com>*
> > >>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> > >>>
> > >>> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org>
> > wrote:
> > >>>
> > >>> Hi folks,
> > >>>
> > >>> It’s been a little bit since 1.6.0 was released, and there have been
> a
> > ton
> > >>> of new features and bug fixes that have made it in to master. With
> all
> > this
> > >>> great work, I think it’s a good time to consider the next release. I
> > >>> volunteer to RM for this one.
> > >>>
> > >>> I’m thinking the next couple weeks are a good timeframe, and I wanted
> > to
> > >>> put this out there early so anyone who is working on something they
> > want in
> > >>> can be aware of the approaching release and communicate on the list
> to
> > keep
> > >>> everyone apprised. Thanks for all your hard work.
> > >>>
> > >>> Andy LoPresto
> > >>> alopresto@apache.org
> > >>> *alopresto.apache@gmail.com <al...@gmail.com>*
> > >>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> > >>>
> > >>>
> > >>>
> >
>

Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Jeff <jt...@gmail.com>.
Andy,

NIFI-5175 as been resolved after doing some further testing.  Should be
good to go.

On Tue, Jun 5, 2018 at 4:43 PM Andy LoPresto <al...@gmail.com>
wrote:

> To add to that, I plan to cut the release candidate on 6/12 (one week from
> today). Issues that are successfully merged to master at that time will be
> included. Thanks.
>
> Andy LoPresto
> alopresto@apache.org
> alopresto.apache@gmail.com
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
> > On Jun 5, 2018, at 13:40, Andy LoPresto <al...@gmail.com>
> wrote:
> >
> > As a reminder to the community, please only set a fix version once the
> commit has been merged. The only exception to this is blocker issues which
> prevent the release. As we have a frequent release cadence, any item that
> is not included in this release can go in the next. Thank you.
> >
> > Andy LoPresto
> > alopresto@apache.org
> > alopresto.apache@gmail.com
> > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> >
> >> On Jun 5, 2018, at 13:07, Mark Bean <ma...@gmail.com> wrote:
> >>
> >> I updated NIFI-4907 to have a fix version of 1.7.0.
> >>
> >> -Mark
> >>
> >>
> >>> On Tue, Jun 5, 2018 at 3:09 PM, Andy LoPresto <al...@apache.org>
> wrote:
> >>>
> >>> Sending out an update. I am using the following search query to take a
> >>> look at what is still outstanding for 1.7.0. Currently I have
> visibility on
> >>> the following issues:
> >>>
> >>> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
> >>> Available" AND updated > '2018-05-28')) AND status in (Open, "In
> Progress",
> >>> "Reopened", "Patch Available")
> >>>
> >>> Patch Available (i.e. committers, please review these):
> >>> * NIFI-5241 When calculating stats for components, use synchronized
> >>> methods instead of atomic variables — Mark Payne
> >>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
> >>> closed — Mark Payne
> >>> * NIFI-5209 Remove toolkit migration without password functionality —
> Andy
> >>> LoPresto
> >>> * NIFI-5166 Create deep learning classification and regression
> processor —
> >>> Mans Singh (Marked as In Progress but there is a PR with some comments)
> >>> * NIFI-5226 Implement a Record API based PutInfluxDB processor —
> >>> Unassigned (Marked as Open but there is a PR with some comments)
> >>> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but
> there
> >>> is a PR with some comments)
> >>> * NIFI-5268 JoltTransformJSON specification property fails with EL —
> Koji
> >>> Kawamura
> >>> * NIFI-5266 PutElasticsearchHttp processors should sanitize parameters
> —
> >>> Matt Burgess
> >>> * NIFI-5263 Address auditing of Controller Service Referencing
> Components
> >>> — Matt Gilman
> >>> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
> >>> * NIFI-5257 Expand Couchbase Server integration as a cache storage —
> Koji
> >>> Kawamura
> >>> * NIFI-5237 Wrong redirect from login behind a context path when using
> >>> OpenID authentication — Matt Gilman
> >>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
> >>> closed — Mark Payne
> >>> * NIFI-5192 Allow expression language in ‘Schema File’ property for
> >>> ValidateXML processor — Unassigned
> >>> * NIFI-5059 MongoDBLookupService should be able to determine a schema
> or
> >>> have one provided — Mike Thomsen
> >>> * NIFI-5054 NiFi Couchbase Processors do not support User
> Authentication —
> >>> Koji Kawamura
> >>> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto
> >>> Fowler
> >>> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version
> problem
> >>> — Bryan Bende
> >>> * NIFI-1321 Support appending files in PutFile — Unassigned
> >>>
> >>> Reopened (i.e. Jeff, Mike, what do you need from the community to get
> >>> these in?):
> >>> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile)
> cannot
> >>> handle null inputs — Mike Thomsen
> >>> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff
> Storck
> >>>
> >>> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
> >>> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri
> >>>
> >>> If anyone has other work that they are in the process of doing, please
> >>> reply here and update the Jira appropriately. I’ll send out another
> summary
> >>> on Friday. Thanks.
> >>>
> >>> Andy LoPresto
> >>> alopresto@apache.org
> >>> *alopresto.apache@gmail.com <al...@gmail.com>*
> >>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> >>>
> >>> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org>
> wrote:
> >>>
> >>> Hi folks,
> >>>
> >>> It’s been a little bit since 1.6.0 was released, and there have been a
> ton
> >>> of new features and bug fixes that have made it in to master. With all
> this
> >>> great work, I think it’s a good time to consider the next release. I
> >>> volunteer to RM for this one.
> >>>
> >>> I’m thinking the next couple weeks are a good timeframe, and I wanted
> to
> >>> put this out there early so anyone who is working on something they
> want in
> >>> can be aware of the approaching release and communicate on the list to
> keep
> >>> everyone apprised. Thanks for all your hard work.
> >>>
> >>> Andy LoPresto
> >>> alopresto@apache.org
> >>> *alopresto.apache@gmail.com <al...@gmail.com>*
> >>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> >>>
> >>>
> >>>
>

Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Andy LoPresto <al...@gmail.com>.
To add to that, I plan to cut the release candidate on 6/12 (one week from today). Issues that are successfully merged to master at that time will be included. Thanks. 

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Jun 5, 2018, at 13:40, Andy LoPresto <al...@gmail.com> wrote:
> 
> As a reminder to the community, please only set a fix version once the commit has been merged. The only exception to this is blocker issues which prevent the release. As we have a frequent release cadence, any item that is not included in this release can go in the next. Thank you. 
> 
> Andy LoPresto
> alopresto@apache.org
> alopresto.apache@gmail.com
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
> 
>> On Jun 5, 2018, at 13:07, Mark Bean <ma...@gmail.com> wrote:
>> 
>> I updated NIFI-4907 to have a fix version of 1.7.0.
>> 
>> -Mark
>> 
>> 
>>> On Tue, Jun 5, 2018 at 3:09 PM, Andy LoPresto <al...@apache.org> wrote:
>>> 
>>> Sending out an update. I am using the following search query to take a
>>> look at what is still outstanding for 1.7.0. Currently I have visibility on
>>> the following issues:
>>> 
>>> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
>>> Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress",
>>> "Reopened", "Patch Available")
>>> 
>>> Patch Available (i.e. committers, please review these):
>>> * NIFI-5241 When calculating stats for components, use synchronized
>>> methods instead of atomic variables — Mark Payne
>>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
>>> closed — Mark Payne
>>> * NIFI-5209 Remove toolkit migration without password functionality — Andy
>>> LoPresto
>>> * NIFI-5166 Create deep learning classification and regression processor —
>>> Mans Singh (Marked as In Progress but there is a PR with some comments)
>>> * NIFI-5226 Implement a Record API based PutInfluxDB processor —
>>> Unassigned (Marked as Open but there is a PR with some comments)
>>> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there
>>> is a PR with some comments)
>>> * NIFI-5268 JoltTransformJSON specification property fails with EL — Koji
>>> Kawamura
>>> * NIFI-5266 PutElasticsearchHttp processors should sanitize parameters —
>>> Matt Burgess
>>> * NIFI-5263 Address auditing of Controller Service Referencing Components
>>> — Matt Gilman
>>> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
>>> * NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji
>>> Kawamura
>>> * NIFI-5237 Wrong redirect from login behind a context path when using
>>> OpenID authentication — Matt Gilman
>>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
>>> closed — Mark Payne
>>> * NIFI-5192 Allow expression language in ‘Schema File’ property for
>>> ValidateXML processor — Unassigned
>>> * NIFI-5059 MongoDBLookupService should be able to determine a schema or
>>> have one provided — Mike Thomsen
>>> * NIFI-5054 NiFi Couchbase Processors do not support User Authentication —
>>> Koji Kawamura
>>> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto
>>> Fowler
>>> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem
>>> — Bryan Bende
>>> * NIFI-1321 Support appending files in PutFile — Unassigned
>>> 
>>> Reopened (i.e. Jeff, Mike, what do you need from the community to get
>>> these in?):
>>> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot
>>> handle null inputs — Mike Thomsen
>>> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck
>>> 
>>> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
>>> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri
>>> 
>>> If anyone has other work that they are in the process of doing, please
>>> reply here and update the Jira appropriately. I’ll send out another summary
>>> on Friday. Thanks.
>>> 
>>> Andy LoPresto
>>> alopresto@apache.org
>>> *alopresto.apache@gmail.com <al...@gmail.com>*
>>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>>> 
>>> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:
>>> 
>>> Hi folks,
>>> 
>>> It’s been a little bit since 1.6.0 was released, and there have been a ton
>>> of new features and bug fixes that have made it in to master. With all this
>>> great work, I think it’s a good time to consider the next release. I
>>> volunteer to RM for this one.
>>> 
>>> I’m thinking the next couple weeks are a good timeframe, and I wanted to
>>> put this out there early so anyone who is working on something they want in
>>> can be aware of the approaching release and communicate on the list to keep
>>> everyone apprised. Thanks for all your hard work.
>>> 
>>> Andy LoPresto
>>> alopresto@apache.org
>>> *alopresto.apache@gmail.com <al...@gmail.com>*
>>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>>> 
>>> 
>>> 

Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Andy LoPresto <al...@gmail.com>.
As a reminder to the community, please only set a fix version once the commit has been merged. The only exception to this is blocker issues which prevent the release. As we have a frequent release cadence, any item that is not included in this release can go in the next. Thank you. 

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Jun 5, 2018, at 13:07, Mark Bean <ma...@gmail.com> wrote:
> 
> I updated NIFI-4907 to have a fix version of 1.7.0.
> 
> -Mark
> 
> 
>> On Tue, Jun 5, 2018 at 3:09 PM, Andy LoPresto <al...@apache.org> wrote:
>> 
>> Sending out an update. I am using the following search query to take a
>> look at what is still outstanding for 1.7.0. Currently I have visibility on
>> the following issues:
>> 
>> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
>> Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress",
>> "Reopened", "Patch Available")
>> 
>> Patch Available (i.e. committers, please review these):
>> * NIFI-5241 When calculating stats for components, use synchronized
>> methods instead of atomic variables — Mark Payne
>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
>> closed — Mark Payne
>> * NIFI-5209 Remove toolkit migration without password functionality — Andy
>> LoPresto
>> * NIFI-5166 Create deep learning classification and regression processor —
>> Mans Singh (Marked as In Progress but there is a PR with some comments)
>> * NIFI-5226 Implement a Record API based PutInfluxDB processor —
>> Unassigned (Marked as Open but there is a PR with some comments)
>> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there
>> is a PR with some comments)
>> * NIFI-5268 JoltTransformJSON specification property fails with EL — Koji
>> Kawamura
>> * NIFI-5266 PutElasticsearchHttp processors should sanitize parameters —
>> Matt Burgess
>> * NIFI-5263 Address auditing of Controller Service Referencing Components
>> — Matt Gilman
>> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
>> * NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji
>> Kawamura
>> * NIFI-5237 Wrong redirect from login behind a context path when using
>> OpenID authentication — Matt Gilman
>> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
>> closed — Mark Payne
>> * NIFI-5192 Allow expression language in ‘Schema File’ property for
>> ValidateXML processor — Unassigned
>> * NIFI-5059 MongoDBLookupService should be able to determine a schema or
>> have one provided — Mike Thomsen
>> * NIFI-5054 NiFi Couchbase Processors do not support User Authentication —
>> Koji Kawamura
>> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto
>> Fowler
>> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem
>> — Bryan Bende
>> * NIFI-1321 Support appending files in PutFile — Unassigned
>> 
>> Reopened (i.e. Jeff, Mike, what do you need from the community to get
>> these in?):
>> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot
>> handle null inputs — Mike Thomsen
>> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck
>> 
>> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
>> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri
>> 
>> If anyone has other work that they are in the process of doing, please
>> reply here and update the Jira appropriately. I’ll send out another summary
>> on Friday. Thanks.
>> 
>> Andy LoPresto
>> alopresto@apache.org
>> *alopresto.apache@gmail.com <al...@gmail.com>*
>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>> 
>> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:
>> 
>> Hi folks,
>> 
>> It’s been a little bit since 1.6.0 was released, and there have been a ton
>> of new features and bug fixes that have made it in to master. With all this
>> great work, I think it’s a good time to consider the next release. I
>> volunteer to RM for this one.
>> 
>> I’m thinking the next couple weeks are a good timeframe, and I wanted to
>> put this out there early so anyone who is working on something they want in
>> can be aware of the approaching release and communicate on the list to keep
>> everyone apprised. Thanks for all your hard work.
>> 
>> Andy LoPresto
>> alopresto@apache.org
>> *alopresto.apache@gmail.com <al...@gmail.com>*
>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>> 
>> 
>> 

Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Mark Bean <ma...@gmail.com>.
I updated NIFI-4907 to have a fix version of 1.7.0.

-Mark


On Tue, Jun 5, 2018 at 3:09 PM, Andy LoPresto <al...@apache.org> wrote:

> Sending out an update. I am using the following search query to take a
> look at what is still outstanding for 1.7.0. Currently I have visibility on
> the following issues:
>
> project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch
> Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress",
> "Reopened", "Patch Available")
>
> Patch Available (i.e. committers, please review these):
> * NIFI-5241 When calculating stats for components, use synchronized
> methods instead of atomic variables — Mark Payne
> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
> closed — Mark Payne
> * NIFI-5209 Remove toolkit migration without password functionality — Andy
> LoPresto
> * NIFI-5166 Create deep learning classification and regression processor —
> Mans Singh (Marked as In Progress but there is a PR with some comments)
> * NIFI-5226 Implement a Record API based PutInfluxDB processor —
> Unassigned (Marked as Open but there is a PR with some comments)
> * NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there
> is a PR with some comments)
> * NIFI-5268 JoltTransformJSON specification property fails with EL — Koji
> Kawamura
> * NIFI-5266 PutElasticsearchHttp processors should sanitize parameters —
> Matt Burgess
> * NIFI-5263 Address auditing of Controller Service Referencing Components
> — Matt Gilman
> * NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
> * NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji
> Kawamura
> * NIFI-5237 Wrong redirect from login behind a context path when using
> OpenID authentication — Matt Gilman
> * NIFI-5200 Nested ProcessSession.read resulting in outer stream being
> closed — Mark Payne
> * NIFI-5192 Allow expression language in ‘Schema File’ property for
> ValidateXML processor — Unassigned
> * NIFI-5059 MongoDBLookupService should be able to determine a schema or
> have one provided — Mike Thomsen
> * NIFI-5054 NiFi Couchbase Processors do not support User Authentication —
> Koji Kawamura
> * NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto
> Fowler
> * NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem
> — Bryan Bende
> * NIFI-1321 Support appending files in PutFile — Unassigned
>
> Reopened (i.e. Jeff, Mike, what do you need from the community to get
> these in?):
> * NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot
> handle null inputs — Mike Thomsen
> * NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck
>
> Open (i.e. can someone please do an s/2017/2018/ on the docs?):
> * NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri
>
> If anyone has other work that they are in the process of doing, please
> reply here and update the Jira appropriately. I’ll send out another summary
> on Friday. Thanks.
>
> Andy LoPresto
> alopresto@apache.org
> *alopresto.apache@gmail.com <al...@gmail.com>*
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:
>
> Hi folks,
>
> It’s been a little bit since 1.6.0 was released, and there have been a ton
> of new features and bug fixes that have made it in to master. With all this
> great work, I think it’s a good time to consider the next release. I
> volunteer to RM for this one.
>
> I’m thinking the next couple weeks are a good timeframe, and I wanted to
> put this out there early so anyone who is working on something they want in
> can be aware of the approaching release and communicate on the list to keep
> everyone apprised. Thanks for all your hard work.
>
> Andy LoPresto
> alopresto@apache.org
> *alopresto.apache@gmail.com <al...@gmail.com>*
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>
>
>

Re: [DISCUSS] Release candidate timeframe for Apache NiFi 1.7.0

Posted by Andy LoPresto <al...@apache.org>.
Sending out an update. I am using the following search query to take a look at what is still outstanding for 1.7.0. Currently I have visibility on the following issues:

project = "Apache NiFi" AND (fixVersion = "1.7.0" OR (status = "Patch Available" AND updated > '2018-05-28')) AND status in (Open, "In Progress", "Reopened", "Patch Available")

Patch Available (i.e. committers, please review these):
* NIFI-5241 When calculating stats for components, use synchronized methods instead of atomic variables — Mark Payne
* NIFI-5200 Nested ProcessSession.read resulting in outer stream being closed — Mark Payne
* NIFI-5209 Remove toolkit migration without password functionality — Andy LoPresto
* NIFI-5166 Create deep learning classification and regression processor — Mans Singh (Marked as In Progress but there is a PR with some comments)
* NIFI-5226 Implement a Record API based PutInfluxDB processor — Unassigned (Marked as Open but there is a PR with some comments)
* NIFI-5102 MarkLogic DB Processors — Unassigned (Marked as Open but there is a PR with some comments)
* NIFI-5268 JoltTransformJSON specification property fails with EL — Koji Kawamura
* NIFI-5266 PutElasticsearchHttp processors should sanitize parameters — Matt Burgess
* NIFI-5263 Address auditing of Controller Service Referencing Components — Matt Gilman
* NIFI-5260 Regression in nifi-processor-bundle-archetype — Bryan Bende
* NIFI-5257 Expand Couchbase Server integration as a cache storage — Koji Kawamura
* NIFI-5237 Wrong redirect from login behind a context path when using OpenID authentication — Matt Gilman
* NIFI-5200 Nested ProcessSession.read resulting in outer stream being closed — Mark Payne
* NIFI-5192 Allow expression language in ‘Schema File’ property for ValidateXML processor — Unassigned
* NIFI-5059 MongoDBLookupService should be able to determine a schema or have one provided — Mike Thomsen
* NIFI-5054 NiFi Couchbase Processors do not support User Authentication — Koji Kawamura
* NIFI-5022 Create an AWS Gateway Web API version of InvokeHTTP — Otto Fowler
* NIFI-4930 Nar-Dependency-Version - timestamped snapshot version problem — Bryan Bende
* NIFI-1321 Support appending files in PutFile — Unassigned

Reopened (i.e. Jeff, Mike, what do you need from the community to get these in?):
* NIFI-5145 MockPropertyValue.evaluateExpressionLanguage(FlowFile) cannot handle null inputs — Mike Thomsen
* NIFI-5175 NiFi built with Java 1.8 needs to run on Java 1.9 — Jeff Storck

Open (i.e. can someone please do an s/2017/2018/ on the docs?):
* NIFI-5106 Update docs to reflect 2018 where applicable — Aldrin Piri

If anyone has other work that they are in the process of doing, please reply here and update the Jira appropriately. I’ll send out another summary on Friday. Thanks.

Andy LoPresto
alopresto@apache.org
alopresto.apache@gmail.com
PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69

> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <al...@apache.org> wrote:
> 
> Hi folks,
> 
> It’s been a little bit since 1.6.0 was released, and there have been a ton of new features and bug fixes that have made it in to master. With all this great work, I think it’s a good time to consider the next release. I volunteer to RM for this one.
> 
> I’m thinking the next couple weeks are a good timeframe, and I wanted to put this out there early so anyone who is working on something they want in can be aware of the approaching release and communicate on the list to keep everyone apprised. Thanks for all your hard work.
> 
> Andy LoPresto
> alopresto@apache.org <ma...@apache.org>
> alopresto.apache@gmail.com <ma...@gmail.com>
> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4  BACE 3C6E F65B 2F7D EF69
>