Re: [akka-user] Re: Multipart Fileupload problem with Akka 2.4.8 and 2.4.9-RC1

2016-08-05 Thread Scott Lunel
Ah ok that explains a lot. No worries, thanks for the reply. I appreciate it! On Friday, August 5, 2016 at 5:49:14 AM UTC-4, Konrad Malawski wrote: > > Hi Scott, > OSGi messed up our RC1 release. > Sorry for the trouble, though glad we did the RC which is there for > finding such issues before

Re: [akka-user] Re: Multipart Fileupload problem with Akka 2.4.8 and 2.4.9-RC1

2016-08-05 Thread Konrad Malawski
Hi Scott, OSGi messed up our RC1 release. Sorry for the trouble, though glad we did the RC which is there for finding such issues before we release a stable version. The bug is explained in https://github.com/akka/akka/issues/21105 and I've fixed both root cause and sbt plugin so we'll never have

[akka-user] Re: Multipart Fileupload problem with Akka 2.4.8 and 2.4.9-RC1

2016-08-05 Thread Scott Lunel
Hey, sorry but I have yet another stupid question. All of my dependencies seem to be correct now, but when I switch from version 2.4.8 to 2.4.9-RC1, I get this error: [ERROR] error: missing or invalid dependency detected while loading class file 'Unmarshaller.class'. [INFO] Could not access

Re: [akka-user] Re: Multipart Fileupload problem with Akka 2.4.8 and 2.4.9-RC1

2016-08-04 Thread Konrad Malawski
Glad that was it Scott. I'd recommend keeping an akka.version property in properties in Maven, and bump it there each time instead of specifically keeping the version in all dependencies explicitly. Hope this helps, happy hakking! -- Konrad `ktoso` Malawski Akka @ Lightbend

[akka-user] Re: Multipart Fileupload problem with Akka 2.4.8 and 2.4.9-RC1

2016-08-04 Thread Scott Lunel
Hey Johan, Thanks for the quick reply. Looks like you were right. My Maven configuration is rather complicated, and one of the child projects was not pulling in the correct version of akka-http. Such a silly mistake. On Thursday, August 4, 2016 at 11:30:15 AM UTC-4, Johan Andrén wrote: > >