-
Notifications
You must be signed in to change notification settings - Fork 156
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
replace akka based names in logging code #197
Conversation
This reverts commit b709a29.
@@ -276,7 +276,7 @@ class SerializeSpec extends PekkoSpec(SerializationTests.serializeConf) { | |||
} | |||
|
|||
"log warning if non-Pekko serializer is configured for Pekko message" in { | |||
EventFilter.warning(pattern = ".*not implemented by Apache Pekko.*", occurrences = 1).intercept { | |||
EventFilter.warning(pattern = ".*not implemented by Pekko.*", occurrences = 1).intercept { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Weird, a reverse change like this is also proposed as part of #196?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't mind the change but it looks as if it would conflict with #196?
The squash merge led to this commit: 2824a44 There appears to be no change to SerializeSpec in that commit. |
splits out some of the changes in #184 so that can focus more on the Pekko/Akka URL protocol