* Rename some base_url values in Paradox.scala * Rename Akka to Pekko in documentation, also adapt/remove small blocks of text that were no longer consistent or adequate * Rename Akka to Pekko in some related files outside the doc directory * Rename akka-bom to pekko-bom * Rename artifacts prefixes from akka to pekko * Add links to Apache documents in licenses.md * Add links to Akka migration guides for earlier versions
This commit is contained in:
parent
6594ccd3d3
commit
3d93c29737
224 changed files with 1469 additions and 2871 deletions
|
|
@ -53,7 +53,7 @@ public class LambdaPersistencePluginDocTest {
|
|||
class SharedStorageUsage extends AbstractActor {
|
||||
@Override
|
||||
public void preStart() throws Exception {
|
||||
String path = "akka://example@127.0.0.1:2552/user/store";
|
||||
String path = "pekko://example@127.0.0.1:2552/user/store";
|
||||
ActorSelection selection = getContext().actorSelection(path);
|
||||
selection.tell(new Identify(1), getSelf());
|
||||
}
|
||||
|
|
@ -178,7 +178,7 @@ public class LambdaPersistencePluginDocTest {
|
|||
|
||||
static Object o4 =
|
||||
new Object() {
|
||||
// https://github.com/akka/akka/issues/26826
|
||||
// https://github.com/pekko/pekko/issues/26826
|
||||
// #journal-tck-before-after-java
|
||||
@RunWith(JUnitRunner.class)
|
||||
class MyJournalSpecTest extends JavaJournalSpec {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue