You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@pegasus.apache.org by GitBox <gi...@apache.org> on 2022/06/02 07:54:59 UTC

[GitHub] [incubator-pegasus] WHBANG opened a new issue, #992: Remove redundant dependencies in java-client

WHBANG opened a new issue, #992:
URL: https://github.com/apache/incubator-pegasus/issues/992

   java-client as an underlying storage service client, or a library used by business parties, java-client should remove unnecessary dependent libraries, Here are some that can be removed.
    1. Do not rely on slf4j-log4j12, only slf4j-api .
    2. Don't rely on netty-all, only the parts you need. netty-all and other netty components can exist at the same time, if the version is different, it is easy to have problems at runtime.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org


[GitHub] [incubator-pegasus] acelyc111 closed issue #992: Remove redundant dependencies in java-client

Posted by GitBox <gi...@apache.org>.
acelyc111 closed issue #992: Remove redundant dependencies in java-client
URL: https://github.com/apache/incubator-pegasus/issues/992


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@pegasus.apache.org
For additional commands, e-mail: dev-help@pegasus.apache.org