Re: [VOTE] Release Apache Streams (incubating) 0.4 RC3

2016-11-03 Thread Joey Frazee
+1 (non-binding) Note that the vote announcement references 'Checksums of streams-examples-0.3-incubating-source-release.zip'. Need to change to 0.4 this before sending to incubator-general. - Verified checksums - Verified signatures with ls *.asc | xargs -n1 gpg --verify - Successfully ran

Re: [VOTE] Release Apache Streams (incubating) 0.4 RC3

2016-11-03 Thread Suneel Marthi
+1 binding Sent from my iPhone > On Nov 3, 2016, at 3:28 PM, sblackmon wrote: > > +1 non-binding > > > On November 3, 2016 at 2:27:51 PM, sblackmon (sblack...@apache.org) wrote: > > I've created another combined 0.4-incubating release candidate (rc3), with > the

Re: [VOTE] Release Apache Streams (incubating) 0.4 RC3

2016-11-03 Thread sblackmon
+1 non-binding On November 3, 2016 at 2:27:51 PM, sblackmon (sblack...@apache.org) wrote: I've created another combined 0.4-incubating release candidate (rc3), with the following artifacts up for a vote:  incubator-streams-master source tag (r0.4-incubating):

[VOTE] Release Apache Streams (incubating) 0.4 RC3

2016-11-03 Thread sblackmon
I've created another combined 0.4-incubating release candidate (rc3), with the following artifacts up for a vote:  incubator-streams-master source tag (r0.4-incubating): https://git-wip-us.apache.org/repos/asf?p=incubator-streams-master.git;h=b87b23b19649dbd17a26f43aac3e51358d7e2b32

Re: provider.prepare(null) kicks NullPointerException

2016-11-03 Thread sblackmon
  Trevor, klass is a paradigm we used to use to allow the stream builder to tell the provider what type of (JVM) Object document to produce. In this case, the provider always produces documents of org.apache.streams.facebook.Post Yet the klass option hasn’t been fully removed. You’re

provider.prepare(null) kicks NullPointerException

2016-11-03 Thread Trevor Grant
Sorry, would normally put this on user@ but we don't seem to have one yet. creating a facebook provider. The following code give a NullPointerException ```scala import org.apache.streams.facebook.FacebookUserstreamConfiguration import