[VOTE] Release Apache NiFi MiNiFI C++ 0.3.0 (RC2)

2017-11-27 Thread Marc
Hello Apache NiFi Community,

I am pleased to call this vote for the source release of Apache NiFi MiNiFi
C++, nifi-minifi-cpp-0.3.0.

The source archive, signature, and digests can be located at:

Source Archive:

https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi-cpp/0.3.0/nifi-minifi-cpp-0.3.0-source.tar.gz
GPG armored signature:

https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi-cpp/0.3.0/nifi-minifi-cpp-0.3.0-source.tar.gz.asc
Source MD5:

https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi-cpp/0.3.0/nifi-minifi-cpp-0.3.0-source.tar.gz.md5
Source SHA1:

https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi-cpp/0.3.0/nifi-minifi-cpp-0.3.0-source.tar.gz.sha1
Source SHA256:

https://dist.apache.org/repos/dist/dev/nifi/nifi-minifi-cpp/0.3.0/nifi-minifi-cpp-0.3.0-source.tar.gz.sha256

The Git tag is minifi-cpp-0.3.0-RC2
The Git commit hash is 0e4ce79b78cbc9c89189eabb8042749a873d9723
*
https://git-wip-us.apache.org/repos/asf?p=nifi-minifi-cpp.git;a=commit;h=0e4ce79b78cbc9c89189eabb8042749a873d9723
*
https://github.com/apache/nifi-minifi-cpp/commit/0e4ce79b78cbc9c89189eabb8042749a873d9723

Checksums of nifi-minifi-cpp-0.3.0-source.tar.gz:
MD5: aeb800c4bc8829fe8af300e75d2cd15b
SHA1: 6dbc094ba876c7120ceb6a96d19ae8d37c62d662
SHA256: 1fffb6697c3cff6dd4b9ceb7c91a575df149acd160315aeb9c8a55f20d159372

Release artifacts are signed with the following key:
https://people.apache.org/keys/committer/phrocker

KEYS file available here:
https://dist.apache.org/repos/dist/dev/nifi/KEYS

61 issues were closed/resolved for this release:
https://issues.apache.org/jira/secure/ReleaseNote.jspa?projectId=12321520=12341640

Release note highlights can be found here:
https://cwiki.apache.org/confluence/display/MINIFI/Release+Notes#ReleaseNotes-Versioncpp-0.3.0

The vote will be open for 72 hours and will close 30 Nov at 12PM EDT [1].

Please download the release candidate and evaluate the necessary items
including checking hashes, signatures, build from source, and test. Then
please vote:

[ ] +1 Release this package as nifi-minifi-cpp-0.3.0
[ ] +0 no opinion
[ ] -1 Do not release this package because...

Thanks!


[1] You can determine this time for your local time zone at
https://s.apache.org/minifi-cpp-0.3.0-rc2-close


Bug in NiFi XML processor

2017-11-27 Thread Sadasivan, Sreejith
Hi,

I have been using NiFi for a while without any issues. Recently I found a bug 
in the EvaluateXPath processor (I was using the 1.2.0 version of it, recently 
using 1.4.0). The problem is described below:

I have a CDATA section in my xml. All the CDATA are processed properly but the 
processor fails if it has [JM] at the end of the CDATA section. Please find the 
screen shot attached.

 this will fail.
 providing a space after [JM] will work.

So I think this is a bug in the NiFi XML processors, which considers the 
closing bracket of [JM] as the end of CDATA.

Thanks,
Sreejith