* use pekko: in urls and fix other branding issues
* update comments
* fix artery test
* test changes
* scalafmt
* try to fix some tests and fixing more akka refs
* more akka refs
* more changes
* more akka refs
* Update LeaseMajoritySpec.scala
* Update docs/src/main/paradox/testing.md
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* Update docs/src/main/paradox/project/migration-guides.md
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* Update actor/src/main/scala/org/apache/pekko/serialization/Serialization.scala
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* Update scripts/release-train-issue-template.md
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* revert link-validation change
* Update JacksonModule.scala
* revert key name changes to fix 2 tests
* fix one test
* more test trouble
* more test issues
* fix hashing test
* Update RouterTest.java
* update code comment
---------
Co-authored-by: Johannes Rudolph <johannes.rudolph@gmail.com>
* modified all references in docs module
* replaced in inline scala docs
* renamed variable and changed access specifier
* reanmed in remaining places
* Adjusted path (instead of `akka` used `pekko`)
* Where applicable akka.io is replaced with pekko.apache.org
* replaced akka with pekko in the path
* Removed TODO
* Removed migration guide to gRPC (there is no user using pekko at the moment so no need of migration guide)
* Added back migration to gRPC section
* removed TODO
* alpakka is replaced with pekko-connectors
* the Akka online documentation -> the Pekko online documentation
* referring akka security docs
* reffering to akka migration guides (pekko is not managing them)
* Using pekkoBaseURL for platform-guide.base_url
* removed unnecessary redirects and used current instead of 2.6
* Changed akka discovery to pekko discovery
* Some more replacement
* fix merge issue
* revert platform-guide change because we
---------
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>