You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Feb 25, 2023. It is now read-only.
Describe the bug
akka-2.6.6 has introduced a new jar, akka-pki, which does not have an OSGi manifest. This jar is used by akka-remote, which refers to versioned imports of packages contained therein.
To Reproduce
Steps to reproduce the behavior:
Attempt to load akka-remote with osgified dependencies
See error :)
Expected behavior
akka-remote should resolve its imports from akka-pki.
Environment
JDK 11.0.7
Scala 2.13.2
Akka 2.6.6
Bundle akka-remote, requiring akka-pki
Karaf 4.2.9 (OSGi R6)
Unable to resolve com.typesafe.akka.remote/2.6.6: missing requirement [com.typesafe.akka.remote/2.6.6] osgi.wiring.package; filter:="(&(osgi.wiring.package=akka.pki.pem)(version>=2.6.0)(!(version>=2.7.0)))"
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered:
Hello, at the moment we are not working actively on the project that is using OSGi, so the OSGi support is unlikely to evolve from our side. This having said, we are evaluating a new architecture outside of OSGi and Akka - looking to have a more FP oriented foundation for the next version of our framework.
I am afraid the Akka OSGi support is just dying out.
Describe the bug
akka-2.6.6 has introduced a new jar, akka-pki, which does not have an OSGi manifest. This jar is used by akka-remote, which refers to versioned imports of packages contained therein.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
akka-remote should resolve its imports from akka-pki.
Environment
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: