Azure / Azure/azure-sdk-for-java
[FEATURE REQ] Remove reference to io.netty
- Dominant language
- Java
- Stars
- 2.6k
- Forks
- 2.2k
- Avg merge
- 2d 8h
- Merged PRs (30d)
- 178
Description
**Is your feature request related to a problem? Please describe.**
We dont want distribute netty libraries in our product from multiply reasons.
**Describe the solution you'd like**
There is only one usage of this library in NetworkFriendlyExceptions that can be easly replaced by reflection or surraunded by ClassNotFoundException try catch block.
**Additional context**
Currently, the ClassNotFoundException triggered in NetworkFriendlyExceptions causes that, the telemetry is no longer sent. It happens in our product when we disable network connection.
**Information Checklist**
Kindly make sure that you have added all the following information above and checkoff the required fields otherwise we will treat the issuer as an incomplete report
- [V] Description Added
- [V] Expected solution specified
Contributor guide
Assessment
This issue has not been assessed yet.