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 <[email protected]> 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 <[email protected]> > 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 > > [email protected] > > [email protected] > > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > > > > On Jun 5, 2018, at 13:40, Andy LoPresto <[email protected]> > > 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 > > > [email protected] > > > [email protected] > > > PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > > > > >> On Jun 5, 2018, at 13:07, Mark Bean <[email protected]> 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 <[email protected]> > > 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 > > >>> [email protected] > > >>> *[email protected] <[email protected]>* > > >>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > >>> > > >>> On Jun 1, 2018, at 10:28 AM, Andy LoPresto <[email protected]> > > 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 > > >>> [email protected] > > >>> *[email protected] <[email protected]>* > > >>> PGP Fingerprint: 70EC B3E5 98A6 5A3F D3C4 BACE 3C6E F65B 2F7D EF69 > > >>> > > >>> > > >>> > > >
