linkedin / rest.li

Rest.li is a REST+JSON framework for building robust, scalable service architectures using dynamic discovery and simple asynchronous APIs.
rest.li
Other
2.51k stars 546 forks source link

Shade Netty into r2. #780

Open jpstewart opened 2 years ago

jpstewart commented 2 years ago

Shades Netty into a restli-netty package, with relocates the classes under com.linkedin.pegasus, to avoid conflicts with end users' own Netty version. Based on previous PR, with some modifications and fixes for some outstanding issues inthe shadow plugin and IntelliJ handling for shadowing. (https://github.com/linkedin/rest.li/pull/595).