This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new 2a04e9649e Add OSGi headers to pekko-pki (#2107)
2a04e9649e is described below

commit 2a04e9649ea0ae47c89252f99d1c3bdafedc96bd
Author: Robert Varga <[email protected]>
AuthorDate: Sat Aug 30 14:32:26 2025 +0200

    Add OSGi headers to pekko-pki (#2107)
    
    Signed-off-by: Robert Varga <[email protected]>
---
 build.sbt          | 1 +
 project/OSGi.scala | 2 ++
 2 files changed, 3 insertions(+)

diff --git a/build.sbt b/build.sbt
index dcc14d774c..9bd058dbc5 100644
--- a/build.sbt
+++ b/build.sbt
@@ -387,6 +387,7 @@ lazy val pki =
     .dependsOn(actor) // this dependency only exists for "@ApiMayChange"
     .settings(Dependencies.pki)
     .settings(AutomaticModuleName.settings("pekko.pki"))
+    .settings(OSGi.pki)
     .disablePlugins(MimaPlugin)
 
 lazy val remote =
diff --git a/project/OSGi.scala b/project/OSGi.scala
index 0c500e7cc2..dcb1b67252 100644
--- a/project/OSGi.scala
+++ b/project/OSGi.scala
@@ -122,6 +122,8 @@ object OSGi {
 
   lazy val coordination = exports(Seq("org.apache.pekko.coordination.*"))
 
+  lazy val pki = exports(Seq("org.apache.pekko.pki.*"))
+
   lazy val osgiOptionalImports = Seq(
     // needed because testkit is normally not used in the application bundle,
     // but it should still be included as transitive dependency and used by 
BundleDelegatingClassLoader


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to