* 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
|
|
@ -460,8 +460,8 @@ public class RouterDocTest extends AbstractJavaTest {
|
|||
public void demonstrateRemoteDeploy() {
|
||||
// #remoteRoutees
|
||||
Address[] addresses = {
|
||||
new Address("akka", "remotesys", "otherhost", 1234),
|
||||
AddressFromURIString.parse("akka://othersys@anotherhost:1234")
|
||||
new Address("pekko", "remotesys", "otherhost", 1234),
|
||||
AddressFromURIString.parse("pekko://othersys@anotherhost:1234")
|
||||
};
|
||||
ActorRef routerRemote =
|
||||
system.actorOf(
|
||||
|
|
@ -474,8 +474,8 @@ public class RouterDocTest extends AbstractJavaTest {
|
|||
public void demonstrateRemoteDeployWithArtery() {
|
||||
// #remoteRoutees-artery
|
||||
Address[] addresses = {
|
||||
new Address("akka", "remotesys", "otherhost", 1234),
|
||||
AddressFromURIString.parse("akka://othersys@anotherhost:1234")
|
||||
new Address("pekko", "remotesys", "otherhost", 1234),
|
||||
AddressFromURIString.parse("pekko://othersys@anotherhost:1234")
|
||||
};
|
||||
ActorRef routerRemote =
|
||||
system.actorOf(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue