This is an automated email from the ASF dual-hosted git repository.
mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git
The following commit(s) were added to refs/heads/main by this push:
new 34815bc196 Replace Akka reference with Pekko
34815bc196 is described below
commit 34815bc19664567c26ff81c0be41e502563c2d60
Author: Matthew de Detrich <[email protected]>
AuthorDate: Mon Oct 9 12:20:43 2023 -0300
Replace Akka reference with Pekko
---
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]