apache / servicecomb-toolkit

Apache servicecomb
https://servicecomb.apache.org/
Apache License 2.0
437 stars 34 forks source link

SCB-1580 Configurable oas style check rules #52

Closed chanjarster closed 5 years ago

chanjarster commented 5 years ago
  1. Make ValidatorFactory create Validators by FactoryOptions
  2. Remove @Configuration and use *ValidatorFactory instead
  3. Update cli and oas-validator-web to adapt to the change mentioned above
  4. Some unit test codes
chanjarster commented 5 years ago

@WillemJiang what this PR does are:

  1. Make ValidatorFactory create Validators by FactoryOptions
  2. Remove @Configuration and use *ValidatorFactory instead
  3. Update cli and oas-validator-web to adapt to the change mentioned above
  4. Some unit test codes