I brought this up before 
<https://groups.google.com/d/topic/akka-user/P4zoMesgWes/discussion> for 
10.0.11, but forgot to open the PR like was suggested! It appears OSGi 
support was removed <https://github.com/akka/akka-http/issues/1852> in 
10.1.0-RC1, though they are actively seeking help.


On Thursday, March 1, 2018 at 7:30:21 AM UTC-5, Cristian Tarsoaga wrote:
>
> Hi,
>
> I plan to use akka http 10.0.11 under an osgi container (apache karaf 
> 4.1.5)
>
> I ran into troubles while trying to setup the provisioning for my 
> application. (feature.xml descriptor with all required dependencies).
>
>
>
> An OSGi-fied jar uses some extra manifest entries and I noticed that these 
> 3 jars that I need (transitive dependencies)
>
> - com.typesafe.akka/akka-http_2.12/10.0.11
> - com.typesafe.akka/akka-http-core_2.12/10.0.11
> - com.typesafe.akka/akka-parsing_2.12/10.0.11
>
> have a line in their manifests, like this
>
> Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version=1.8_144))"
>
>
>
> which I believe is wrong, and should be something like
>
> Require-Capability: osgi.ee;filter:="(&(osgi.ee=JavaSE)(version>=1.8))"
>
>
>
>
>
> I assume that a precise java version is not what is required.
> Can someone confirm this?
>

-- 
>>>>>>>>>>      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 akka-user+unsubscr...@googlegroups.com.
To post to this group, send email to akka-user@googlegroups.com.
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