sofa-bolt
sofa-bolt copied to clipboard
Please consider using a minimal set of netty dependencies instead of netty-all.
Describe the bug Please consider using a minimal set of netty dependencies instead of netty-all.
That pulls all available submodules from netty polluting classpath and complicates dependency management. Plus current version of netty has security vulnerabilities, you can scan with OWASP dependency management maven plugin to get a full report.
Please let me know if you want a PR with the fix.
Very good suggestion, you are welcome to submit a PR to simplify the dependence on Netty.