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

mdedetrich pushed a commit to branch 1.0.x
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/1.0.x by this push:
     new d320e3508b Replace Akka reference with Pekko
d320e3508b is described below

commit d320e3508bf9328bd426cd3d466715a111663507
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Oct 9 12:20:43 2023 -0300

    Replace Akka reference with Pekko
    
    (cherry picked from commit 34815bc19664567c26ff81c0be41e502563c2d60)
---
 actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala 
b/actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala
index dcd11d1169..f5a113e078 100644
--- a/actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala
+++ b/actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala
@@ -847,7 +847,7 @@ private[pekko] class ActorSystemImpl(
                 s"""Detected ${cause.getClass.getName} error, which MAY be 
caused by incompatible Pekko versions on the classpath.
                   | Please note that a given Pekko version MUST be the same 
across all modules of Pekko that you are using,
                   | e.g. if you use pekko-actor [${pekko.Version.current} 
(resolved from current classpath)] all other core
-                  | Akka modules MUST be of the same version. External 
projects like Connectors, Persistence plugins or Pekko
+                  | Pekko modules MUST be of the same version. External 
projects like Connectors, Persistence plugins or Pekko
                   | HTTP etc. have their own version numbers - please make 
sure you're using a compatible set of libraries.
                  """.stripMargin.replaceAll("[\r\n]", ""))
 


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

Reply via email to