Commit 0787c76
committed
fix(cache): remove @SwaggerCompliant to avoid annotation validation on existing endpoints
Adding @SwaggerCompliant triggers compliance tests that require @operation
and @parameter on ALL endpoints in the class. The existing legacy endpoints
lack these annotations and we chose not to modify them. Our new endpoints
already have full Swagger annotations independently.1 parent e117b27 commit 0787c76
1 file changed
Lines changed: 0 additions & 2 deletions
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | 9 | | |
11 | 10 | | |
12 | 11 | | |
| |||
53 | 52 | | |
54 | 53 | | |
55 | 54 | | |
56 | | - | |
57 | 55 | | |
58 | 56 | | |
59 | 57 | | |
| |||
0 commit comments