shenyu icon indicating copy to clipboard operation
shenyu copied to clipboard

[BUG] there are remaining references to alibaba dubbo jar that should probably be changed to apache dubbo jar

Open pjfanning opened this issue 2 years ago • 2 comments

Is there an existing issue for this?

  • [X] I have searched the existing issues

Current Behavior

  • https://github.com/apache/incubator-shenyu/blob/master/pom.xml#L96
  • https://github.com/apache/incubator-shenyu/blob/master/pom.xml#L263-277

Also appears in other pom files

  • https://github.com/advisories/GHSA-gw4j-4229-q4px - one CVE in alibaba dubbo
  • possibly other issues that might be fixed in apache version but not alibaba version

Expected Behavior

Use apache dubbo everywhere

Steps To Reproduce

No response

Environment

ShenYu version(s): dev

Debug logs

No response

Anything else?

No response

pjfanning avatar Apr 18 '22 08:04 pjfanning

hi, we should support alibab duoob and apache dubbo。

BTW ,apache dubbo fully compatible with alibaba dubbo?

yu199195 avatar Apr 20 '22 05:04 yu199195

hi, we should support alibab duoob and apache dubbo。

BTW ,apache dubbo fully compatible with alibaba dubbo?

I have tested that using apache dubbo client to access alibaba dubbo service is normal, this is protocol compatible, but I have not fully tested.

hutaishi avatar Apr 21 '22 06:04 hutaishi