Hi,

I am using Akka in an OSGi environment with Apache Felix. After updating 
from version 2.5.4 to 2.5.6, the bundles can no longer be resolved due to a 
change in the osgi.ee requirement. I get the following error message:

org.osgi.framework.BundleException: Unable to resolve 
com.typesafe.akka.actor [5](R 5.0): missing requirement 
[com.typesafe.akka.actor [5](R 5.0)] osgi.ee; 
(&(osgi.ee=JavaSE)(version=1.8.0_141)) Unresolved requirements: 
[[com.typesafe.akka.actor [5](R 5.0)] osgi.ee; 
(&(osgi.ee=JavaSE)(version=1.8.0_141))]

Note the very specific version number 1.8.0_141. Earlier versions of Akka 
required the more generic version 1.8. Obviously, my OSGi framework cannot 
deal with this specific requirement out of the box.

Was this an intended change?

Thanks
Oliver

-- 
>>>>>>>>>>      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 https://groups.google.com/group/akka-user.
For more options, visit https://groups.google.com/d/optout.

Reply via email to