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

Update netty 4.1.60 -> 4.1.63, netty-tcnative 2.0.36 -> 2.0.38 #1466

Merged
merged 4 commits into from
Apr 5, 2021

Conversation

Scottmitch
Copy link
Member

No description provided.

@Scottmitch
Copy link
Member Author

test failures fixed by netty/netty#11133

@normanmaurer
Copy link
Member

@Scottmitch netty 4.1.63.Final was released... please update

@Scottmitch Scottmitch changed the title Update netty 4.1.60 -> 4.1.62, netty-tcnative 2.0.36 -> 2.0.38 Update netty 4.1.60 -> 4.1.63, netty-tcnative 2.0.36 -> 2.0.38 Apr 1, 2021
} else if (optionalWrapperClass.isInstance(cause) && expectedClass.isInstance(cause.getCause())) {
return (T1) cause.getCause();
} else {
throw new AssertionError("expected " + className(expectedClass) + " optionally caused by " +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optionally caused by -> optionally wrapped by?

classNameNullable(cause.getCause()));
}
}
throw new AssertionError("expected " + className(expectedClass) + " optionally caused by " +
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

optionally caused by -> optionally wrapped by?

@Scottmitch Scottmitch merged commit d4037d3 into apple:main Apr 5, 2021
@Scottmitch Scottmitch deleted the update_netty branch April 5, 2021 17:34
bondolo pushed a commit to bondolo/servicetalk that referenced this pull request Apr 6, 2021
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.

5 participants