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

Fix the deprecated configuration name used in the PegasusPlugin #865

Closed njuliyu closed 2 years ago

njuliyu commented 2 years ago

The pegasus used the compile and testCompile configuration in the code, but they are not supported by Gradle 7, this PR is to fix that.

I also added a integration test to verify data-template classes in api module can be consumed by other modules