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

convert netty4.1 to java #12108

Merged
merged 16 commits into from
Sep 13, 2024
Merged

convert netty4.1 to java #12108

merged 16 commits into from
Sep 13, 2024

Conversation

shalk
Copy link
Contributor

@shalk shalk commented Aug 26, 2024

relate to #7195

@shalk shalk requested a review from a team August 26, 2024 07:30
@shalk shalk changed the title convert netty4.1 to java [WIP] convert netty4.1 to java Aug 26, 2024
@zeitlinger
Copy link
Member

no groovy files are deleted

@shalk
Copy link
Contributor Author

shalk commented Aug 26, 2024

no groovy files are deleted

done

@shalk shalk changed the title [WIP] convert netty4.1 to java [DRAFT] convert netty4.1 to java Aug 26, 2024
@shalk shalk changed the title [DRAFT] convert netty4.1 to java convert netty4.1 to java Aug 27, 2024
channelPipeline.removeLast();

// http and instrumentation handlers will be remained;
assertThat(channelPipeline.first()).isEqualTo(handler);
Copy link
Member

Choose a reason for hiding this comment

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

same as above, we're missing the assertions for the channelPipeline.toMap().size() in most of these

Copy link
Contributor Author

Choose a reason for hiding this comment

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

done, add more assertions

@trask trask merged commit c477eca into open-telemetry:main Sep 13, 2024
109 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants