Skip to content
This repository was archived by the owner on Mar 27, 2025. It is now read-only.

Switch to pekko #130

Merged
merged 2 commits into from
Sep 18, 2023
Merged

Switch to pekko #130

merged 2 commits into from
Sep 18, 2023

Conversation

eloots
Copy link
Contributor

@eloots eloots commented Sep 18, 2023

No description provided.

- Update dependencies from Akka to Pekko
- Adjust imports
- Adjust application configuration to Pekko
@eloots eloots merged commit 751a13e into main Sep 18, 2023
@eloots eloots deleted the switch-to-pekko branch September 18, 2023 16:27
@mkurz
Copy link

mkurz commented Sep 18, 2023

Hey Eric, any blockers besides renaming?

@eloots
Copy link
Contributor Author

eloots commented Sep 19, 2023

@mkurz

Hey Eric, any blockers besides renaming?

None at all: I didn’t even read the Pekko documentation on migration.
It’s just:

  • change the dependencies from Akka to Pekko
  • do a global substitution of import akka. to import org.apache.pekko.
  • change the akka config toplevel from akka to org.apache.pekko

And that was it!

@mkurz
Copy link

mkurz commented Sep 20, 2023

Good, that was my experience as well with playframework/playframework#11847
Just checking if you ran into any critical problems, but it seems the transition is quite smooth, nevery heard anything bad so far 😉

@eloots
Copy link
Contributor Author

eloots commented Sep 20, 2023

@mkurz By the way, I forgot to update Pekko logging configuration & logging filters. Fixing that now in a new PR.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants