Re: [DISCUSS] Graduation to a top-level project

2016-11-24 Thread Maximilian Michels
+1 I see a healthy project which deserves to graduate. On Wed, Nov 23, 2016 at 6:03 PM, Davor Bonaci wrote: > Thanks everyone for the enthusiastic support! > > Please keep the thread going, as we kick off the process on private@. > Please don’t forget to bring up any data points that might help

Jenkins build is back to normal : beam_Release_NightlySnapshot #243

2016-11-24 Thread Apache Jenkins Server
See

Re: java.lang.IllegalAccessError with KafkaIO

2016-11-24 Thread Stephan Ewen
I think have seen these kind of errors before. It is the JVM checking upon class loading (lazy linking) that a private/protected access is valid. It could be that this violation is because there are multiple versions of that class loaded - some in the SystemClassLoader and some in the user library