* 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
|
|
@ -46,7 +46,7 @@ public class SerializationDocTest {
|
|||
|
||||
// Pick a unique identifier for your Serializer,
|
||||
// you've got a couple of billions to choose from,
|
||||
// 0 - 40 is reserved by Akka itself
|
||||
// 0 - 40 is reserved by Pekko itself
|
||||
@Override
|
||||
public int identifier() {
|
||||
return 1234567;
|
||||
|
|
@ -99,7 +99,7 @@ public class SerializationDocTest {
|
|||
|
||||
// Pick a unique identifier for your Serializer,
|
||||
// you've got a couple of billions to choose from,
|
||||
// 0 - 40 is reserved by Akka itself
|
||||
// 0 - 40 is reserved by Pekko itself
|
||||
@Override
|
||||
public int identifier() {
|
||||
return 1234567;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue