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

Add Vanilla Netty to client core. #44302

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Add Vanilla Netty to client core. #44302

wants to merge 6 commits into from

Conversation

g2vinay
Copy link
Member

@g2vinay g2vinay commented Feb 20, 2025

No description provided.

import io.netty.bootstrap.Bootstrap;
import io.netty.buffer.ByteBuf;
import io.netty.buffer.Unpooled;
import io.netty.channel.*;
Copy link
Member Author

Choose a reason for hiding this comment

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

Fix checkstyle and spotbugs

<dependency>
<groupId>io.netty</groupId>
<artifactId>netty-handler</artifactId>
<version>4.1.115.Final</version> <!-- {x-version-update;io.netty:netty-handler;external_dependency} -->
Copy link
Member Author

Choose a reason for hiding this comment

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

cleanup netty deps references as suggestion from @alzimmermsft

@@ -0,0 +1 @@
io.clientcore.http.netty.NettyHttpClientProvider
Copy link
Member Author

Choose a reason for hiding this comment

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

not sure if this file is needed.

@@ -0,0 +1,192 @@
package io.clientcore.http.netty;

Copy link
Member Author

Choose a reason for hiding this comment

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

add package info for this layer

@g2vinay g2vinay self-assigned this Feb 20, 2025
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.

1 participant