My mistake I guess, I thought I saw RC3 when I did the process below. However now it's working as expected. :-) Thanks!
Process: google "akka" click top link taking me to "akka.io" click documentation see RC3 instead of RC4 On Mon, Jun 29, 2015 at 7:00 AM, Endre Varga <[email protected]> wrote: > > > On Mon, Jun 29, 2015 at 12:41 PM, Endre Varga <[email protected]> > wrote: > >> >> >> On Sun, Jun 28, 2015 at 2:40 AM, Gary Struthers <[email protected]> >> wrote: >> >>> After updating I can't find *akka-http-spray-json-experimental *for >>> RC4 and get this error >>> >>> [error] missing or invalid dependency detected while loading class file >>> 'SprayJsonSupport.class'. >>> >>> [error] Could not access type FlowMaterializer in package akka.stream, >>> >> This has been renamed from FlowMaterializer to Materializer. I suspect a > version mismatch in your build setup. All artifacts should be the RC4 > artifacts. > > -Endre > > > >> [error] because it (or its dependencies) are missing. Check your build >>> definition for >>> >>> [error] missing or conflicting dependencies. (Re-run with >>> `-Ylog-classpath` to see the problematic classpath.) >>> >>> [error] A full rebuild may help if 'SprayJsonSupport.class' was >>> compiled against an incompatible version of akka.stream >>> >>> >>> Also, I can't find *akka-http-testkit-experimental* for RC4 >>> >> >> It is there: >> https://search.maven.org/#artifactdetails%7Ccom.typesafe.akka%7Cakka-http-spray-json-experimental_2.10%7C1.0-RC4%7Cjar >> >> Same for 2.11: >> >> >> https://search.maven.org/#artifactdetails%7Ccom.typesafe.akka%7Cakka-http-spray-json-experimental_2.11%7C1.0-RC4%7Cjar >> >> >>> Are these jars coming soon? >>> >>> >>> Gary >>> >>> -- >>> >>>>>>>>>> Read the docs: http://akka.io/docs/ >>> >>>>>>>>>> Check the FAQ: >>> http://doc.akka.io/docs/akka/current/additional/faq.html >>> >>>>>>>>>> Search the archives: >>> https://groups.google.com/group/akka-user >>> --- >>> You received this message because you are subscribed to the Google >>> Groups "Akka User List" group. >>> To unsubscribe from this group and stop receiving emails from it, send >>> an email to [email protected]. >>> To post to this group, send email to [email protected]. >>> Visit this group at http://groups.google.com/group/akka-user. >>> For more options, visit https://groups.google.com/d/optout. >>> >> >> > -- > >>>>>>>>>> Read the docs: http://akka.io/docs/ > >>>>>>>>>> Check the FAQ: > http://doc.akka.io/docs/akka/current/additional/faq.html > >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user > --- > You received this message because you are subscribed to a topic in the > Google Groups "Akka User List" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/akka-user/-GMxTVpZaDM/unsubscribe. > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > Visit this group at http://groups.google.com/group/akka-user. > For more options, visit https://groups.google.com/d/optout. > -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: >>>>>>>>>> http://doc.akka.io/docs/akka/current/additional/faq.html >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/d/optout.
