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

Grpc web proxy #2668

Merged
merged 11 commits into from
Sep 22, 2023
Merged

Grpc web proxy #2668

merged 11 commits into from
Sep 22, 2023

Conversation

x956
Copy link
Contributor

@x956 x956 commented Sep 20, 2023

add grpc web proxy server module

@CLAassistant
Copy link

CLAassistant commented Sep 20, 2023

CLA assistant check
All committers have signed the CLA.

<url>https://github.com/alibaba/arthas</url>
<properties>
<java.version>1.8</java.version>
<netty.version>4.1.92.Final</netty.version>
Copy link
Collaborator

Choose a reason for hiding this comment

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

在parent pom.xml 里已经有 netty version相关,不需要重复定义

</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
Copy link
Collaborator

Choose a reason for hiding this comment

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

arthas 工程已整体切换到 juni5

@hengyunabc
Copy link
Collaborator

Pair 类可以改用 com.taobao.arthas.common.Pair

@hengyunabc
Copy link
Collaborator

jdk 11 测试跑失败了。可能要加这个依赖

        <dependency>
            <groupId>javax.annotation</groupId>
            <artifactId>javax.annotation-api</artifactId>
            <scope>provided</scope>
            <optional>true</optional>
        </dependency>

@x956
Copy link
Contributor Author

x956 commented Sep 21, 2023

已按照要求更新pom

@hengyunabc hengyunabc merged commit 3745f08 into alibaba:master Sep 22, 2023
12 checks passed
@hengyunabc hengyunabc added this to the 4.0.0 milestone Sep 22, 2023
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.

3 participants