Hi all, I should have written about the state of the project clearer, and be careful about talking these things. I am sorry that I spread it out without proper naming and disclaimer in the presentation.
The presentation has been updated with a disclaimer page and title page now has "NOT RELEASED YET" note. The new features list are created originally for myself to catch-up what has been added (BUT SUBJECT TO CHANGE), I thought it would be helpful for other people, too. To come up with the contents, I searched JIRA with 1.2.0 and "new feature/improvement" and I wrote things only 'Resolved' state. To list up new Processors, I used following git command: git diff rel/nifi-1.1.2 --name-status |grep '^A' |grep java |grep -v test > /tmp/added.txt and git diff rel/nifi-1.1.2 --name-status |grep META-INF/services/org.apache.nifi.processor.Processor Then I looked through added source file names to pick up processors. Joe, thank you for guiding me to the right direction. I hope it will not affect our release negatively. Looking forward these great new features are come true soon. Sincerely, Koji On Fri, Apr 28, 2017 at 11:28 PM, Anshuman Ghosh <[email protected]> wrote: > Thank you Bryan, it will be very helpful :-) > Have a great weekend! > > > ______________________ > > *Kind Regards,* > *Anshuman Ghosh* > *Contact - +49 179 9090964* > > > On Fri, Apr 28, 2017 at 4:15 PM, Bryan Bende <[email protected]> wrote: > >> Anshuman, >> >> You shouldn't have to download anything to use the NiFI NAR Maven Plugin. >> >> If you are building the latest NiFi code on the master branch then it >> will already be using version 1.2.0: >> >> https://github.com/apache/nifi/blob/master/pom.xml#L1780 >> >> If you are building your own NARs then you just need to update the >> version wherever you declare the plugin. >> >> In either case, Maven will fetch the plugin from Maven central. >> >> Thanks, >> >> Bryan >> >> >> On Fri, Apr 28, 2017 at 10:06 AM, Anshuman Ghosh >> <[email protected]> wrote: >> > Hello Andre, >> > >> > Thank you so much for the reply! >> > Yes we are excited about the Schema Registry also :-) >> > As per the release note "NiFi NAR Maven Plugin Version 1.2.0" was >> supposed >> > to release by March 17, 2017 >> > I do not find that here though - https://nifi.apache.org/download.html >> > >> > Any idea how to merge this. >> > Thanking you in advance! >> > >> > >> > ______________________ >> > >> > *Kind Regards,* >> > *Anshuman Ghosh* >> > *Contact - +49 179 9090964* >> > >> > >> > On Fri, Apr 28, 2017 at 3:19 PM, Andre <[email protected]> wrote: >> > >> >> Anshuman, >> >> >> >> The GCS processors have been merged to master a few weeks ago so in my >> >> personal opinion it should be a fairly safe bet to assume they will >> make to >> >> 1.2.0. Emphasis on assume. :-) >> >> >> >> From what I gather the code base is reaching stability and as per email >> >> from Bryan earlier this week we should soon see the RC leaving the oven. >> >> >> >> Not sure if looked at the merge history lately and I certainly don't >> want >> >> to set high expectations.... But the changes since 1.1.2 are looking >> >> amazing... Like... Truly amazing. >> >> >> >> But as I said, don't want to set high expectations so hold tight as >> Bryan >> >> continues to roast the RC. >> >> >> >> Cheers >> >> >> >> >> >> >> >> On Fri, Apr 28, 2017 at 11:01 PM, Anshuman Ghosh < >> >> [email protected]> wrote: >> >> >> >> > Hello Joe, >> >> > >> >> > I was about to write an email to the community and just then I have >> >> > received this email. Thank you! >> >> > >> >> > I would like to know whether GCS processors are available or not? >> >> > We have a requirement to use them. >> >> > From where I get this latest version as the one we have downloaded >> >> doesn't >> >> > seem to have GCS processors. >> >> > >> >> > Thanking you in advance! >> >> > >> >> > >> >> > ______________________ >> >> > >> >> > *Kind Regards,* >> >> > *Anshuman Ghosh* >> >> > *Contact - +49 179 9090964* >> >> > >> >> > >> >> > On Fri, Apr 28, 2017 at 2:45 PM, Joe Witt <[email protected]> wrote: >> >> > >> >> > > Team, >> >> > > >> >> > > Just noticed these slides >> >> > > https://www.slideshare.net/KojiKawamura/whats-newnifi120 >> >> > > >> >> > > While the deck itself seems quite solid and does cover a lot of >> really >> >> > > important materials we must be very careful in presenting such >> >> > > materials before the release is an officially PMC voted upon >> artifact. >> >> > > >> >> > > The note on the description is good "Summarizes new capabilities >> added >> >> > > to Apache NiFi 1.2.0 (soon to be released)." but the slides >> themselves >> >> > > need to adhere to the naming guidelines and need to make it very >> clear >> >> > > that the features/fixes/etc.. being described are not released and >> >> > > subject to change. >> >> > > >> >> > > The first use of naming should always call out the proper full name >> >> > > which would be Apache NiFi. >> >> > > >> >> > > Thanks >> >> > > Joe >> >> > > >> >> > >> >> >>
