migrate from akka to pekko#1531
Merged
brharrington merged 20 commits intoNetflix:mainfrom Sep 5, 2023
Merged
Conversation
Try out migrating to the pekko nightly. No major issues found, mostly adjusting the name and imports.
Compiler crashes when building docs otherwise: ``` [error] Caused by: java.lang.AssertionError: assertion failed: invalid prefix MethodType(List(), List(), AppliedType(TypeRef(ThisType(TypeRef(NoPrefix,module class util)),trait Set),List(TypeRef(TypeRef(ThisType(TypeRef(NoPrefix,module class stream)),module class Evaluator$),class DataSource)))) [error] at scala.runtime.Scala3RunTime$.assertFailed(Scala3RunTime.scala:8) [error] at dotty.tools.dotc.core.Types$NamedType.<init>(Types.scala:2188) [error] at dotty.tools.dotc.core.Types$TermRef.<init>(Types.scala:2783) [error] at dotty.tools.dotc.core.Types$CachedTermRef.<init>(Types.scala:2880) [error] at dotty.tools.dotc.core.Uniques$NamedTypeUniques.newType$1(Uniques.scala:44) [error] at dotty.tools.dotc.core.Uniques$NamedTypeUniques.enterIfNew(Uniques.scala:46) [error] at dotty.tools.dotc.core.Types$TermRef$.apply(Types.scala:2934) [error] at dotty.tools.dotc.core.Types$TermRef$.apply(Types.scala:2940) ```
manolama
pushed a commit
to manolama/atlas
that referenced
this pull request
May 22, 2024
Akka license changed in newer versions. Switch to Pekko which is a fork that maintains the ApacheV2 license.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Try out migrating to the pekko nightly. No major issues found, mostly adjusting the name and imports. This shouldn't be merged until there is a 1.0 release, but it is a good sign the migration was straightforward.