Rename akka to pekko in configuration (#63)
Resolves https://github.com/apache/incubator-pekko/issues/54
This commit is contained in:
parent
708da8caec
commit
3d93dbcb81
1047 changed files with 4472 additions and 4464 deletions
|
|
@ -44,7 +44,8 @@ public class TestKitDocTest extends AbstractJavaTest {
|
|||
public static AkkaJUnitActorSystemResource actorSystemResource =
|
||||
new AkkaJUnitActorSystemResource(
|
||||
"TestKitDocTest",
|
||||
ConfigFactory.parseString("akka.loggers = [org.apache.pekko.testkit.TestEventListener]"));
|
||||
ConfigFactory.parseString(
|
||||
"pekko.loggers = [org.apache.pekko.testkit.TestEventListener]"));
|
||||
|
||||
private final ActorSystem system = actorSystemResource.getSystem();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue