cloudendpoints / endpoints-java

A Java framework for building RESTful APIs on Google App Engine
Apache License 2.0
32 stars 35 forks source link

de-couple new and old audiences in the model #21

Closed tangiel closed 8 years ago

tangiel commented 8 years ago

Right now, the legacy audiences directly impact the data structures used for third party JWT issuers. However, if you add audiences below the @Api level, then this means some ApiConfig objects will have Google issuer configs and some will not. This change removes the effect of the legacy audiences on the new and instead lets other code merge them as necessary, to keep the model consistent.

codecov-io commented 8 years ago

Current coverage is 79.00% (diff: 85.36%)

Merging #21 into master will decrease coverage by 0.16%

@@             master        #21   diff @@
==========================================
  Files           155        155          
  Lines          5166       5182    +16   
  Methods           0          0          
  Messages          0          0          
  Branches        856        860     +4   
==========================================
+ Hits           4090       4094     +4   
- Misses          805        813     +8   
- Partials        271        275     +4   

Powered by Codecov. Last update 442a3d7...b8d43e5