Skip to content
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

Merged
merged 6 commits into from
Feb 16, 2023

Conversation

pjfanning
Copy link
Contributor

splits out some of the changes in #184 so that can focus more on the Pekko/Akka URL protocol

@@ -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 {
Copy link
Contributor

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?

Copy link
Contributor

@jrudolph jrudolph left a 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?

@pjfanning
Copy link
Contributor Author

196

I was trying to fix an issue in #196 and committed the change to this PR by mistake. I committed a revert of that commit to this PR after committing the fix to #196. I am getting no conflicts showing for this PR now that #196 is merged.

@pjfanning pjfanning merged commit 2824a44 into apache:main Feb 16, 2023
@pjfanning pjfanning deleted the akka-refs-logging-framework branch February 16, 2023 09:46
@pjfanning
Copy link
Contributor Author

The squash merge led to this commit: 2824a44

There appears to be no change to SerializeSpec in that commit.

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

Successfully merging this pull request may close these issues.

2 participants