There is no problem (ahh, some is, but I understand, why, and I don't blame anyone :) ).
Btw. Do you know that Akka 1.3.1 don't work with current Java 1.7? I don't know since with version exactly, but problem has started +- 2-3 months ago. When you try create new actor, everything freeze. I try this on many (just installed) machines, so it is not only one machine problem. This is really only reason, why I have to migrate this code to the newest akka (new akka means new scala, new scala mean migration to last versions other libraries, small scala hell). Regards Daniel 2015-05-17 16:59 GMT+02:00 Roland Kuhn <[email protected]>: > For a little more background on this change: the fact that these artifacts > were available via repo.typesafe.com was unintentional as well as very > costly—the latter led to the discovery of the former. Instead of mirroring > the whole world we now only host our own artifacts, as it should have been > done from the beginning. Akka is completely on Maven Central since version > 2.1.0, which implies that all dependencies are there as well, but for older > versions “convenience” build configurations will need to be adapted. To > make it very clear: of course it is not you who is to blame here. We are > truly sorry for the disruption. > > Regards, > > Roland > > 16 maj 2015 kl. 12:10 skrev Daniel Roziecki <[email protected]>: > > resolved: > > resolvers += "GuiceyFruit Repo" at " > http://guiceyfruit.googlecode.com/svn/repo/releases/" > > and > > "org.guiceyfruit" % "guice-all" % "2.0" > > but was quite hard to find. > > Regards. > > Daniel > > W dniu sobota, 16 maja 2015 11:47:39 UTC+2 użytkownik Daniel Roziecki > napisał: >> >> Ok, but after I changed resolver I have another problem: >> >> [warn] :::::::::::::::::::::::::::::::::::::::::::::: >> [warn] :: UNRESOLVED DEPENDENCIES :: >> [warn] :::::::::::::::::::::::::::::::::::::::::::::: >> [warn] :: org.guiceyfruit#guice-all;2.0: not found >> [warn] :::::::::::::::::::::::::::::::::::::::::::::: >> [warn] >> [warn] Note: Unresolved dependencies path: >> [warn] org.guiceyfruit:guice-all:2.0 >> [warn] +- se.scalablesolutions.akka:akka-typed-actor:1.3.1 >> [warn] +- se.scalablesolutions.akka:akka-remote:1.3.1 >> (/vagrant/dev/sowase/build.sbt#L22-33) >> [warn] +- EMSSIK.NET:sowase_2.9.2:0.0.1 >> sbt.ResolveException: unresolved dependency: >> org.guiceyfruit#guice-all;2.0: not found >> >> Regards >> >> Daniel >> >> W dniu sobota, 16 maja 2015 09:52:28 UTC+2 użytkownik Patrik Nordwall >> napisał: >>> >>> It is in repository: http://repo.akka.io/releases/ >>> >>> The repo.typesafe.com has been discontinued. >>> >>> /Patrik >>> >>> 16 maj 2015 kl. 08:17 skrev Daniel Roziecki <[email protected]>: >>> >>> Hello, >>> >>> (sowase/*:update) sbt.ResolveException: unresolved dependency: >>> se.scalablesolutions.akka#akka-actor;1.3.1: not found >>> [error] unresolved dependency: >>> se.scalablesolutions.akka#akka-remote;1.3.1: not found >>> [error] unresolved dependency: se.scalablesolutions.akka#akka-stm;1.3.1: >>> not found >>> >>> what happens? Not so long ago (if I good remember last sbt update I did >>> 2 weeks ago), everything works fine, but when I try yesterday it didn't. >>> >>> I know 1.3.1 is old version, and I am migrating now to the current akka, >>> but first, this is a lot of work to do, you really change a lot of things, >>> and second, current version of this app has to work with 1.3.1, too many >>> other dependencies to change it on the fly. >>> >>> So how I can get 1.3.1 back? ;) >>> >>> Regards >>> >>> Daniel Roziecki >>> >>> -- >>> >>>>>>>>>> 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 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. > > > > > *Dr. Roland Kuhn* > *Akka Tech Lead* > Typesafe <http://typesafe.com/> – Reactive apps on the JVM. > twitter: @rolandkuhn > <http://twitter.com/#!/rolandkuhn> > > -- > >>>>>>>>>> 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/YH0gAULodHg/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.
