Skip to content

Simplify Netty library generic signature#16011

Merged
trask merged 5 commits intoopen-telemetry:mainfrom
trask:simplify-generic
Jan 28, 2026
Merged

Simplify Netty library generic signature#16011
trask merged 5 commits intoopen-telemetry:mainfrom
trask:simplify-generic

Conversation

@trask
Copy link
Copy Markdown
Member

@trask trask commented Jan 27, 2026

And deprecate methods that exposed an internal class (HttpServerResponseBeforeCommitHandler) in their API signatures.

@trask trask marked this pull request as ready for review January 27, 2026 02:13
@trask trask requested a review from a team as a code owner January 27, 2026 02:13
*/
public CombinedChannelDuplexHandler<
? extends ChannelInboundHandlerAdapter, ? extends ChannelOutboundHandlerAdapter>
public CombinedChannelDuplexHandler<ChannelInboundHandlerAdapter, ChannelOutboundHandlerAdapter>
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

perhaps we should use ChannelInboundHandler and ChannelOutboundHandler instead?

@trask trask merged commit 35edf87 into open-telemetry:main Jan 28, 2026
160 of 163 checks passed
@trask trask deleted the simplify-generic branch January 28, 2026 16:05
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