You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2020/12/17 01:07:09 UTC

[servicecomb-java-chassis] branch master updated (7f8f71d -> b79423c)

This is an automated email from the ASF dual-hosted git repository.

liubao pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/servicecomb-java-chassis.git.


    from 7f8f71d  [SCB-2164]InstanceCacheCheckTask only print necessary message to avoid information leak
     add b79423c  [SCB-2166] swagger generator support securityDefinition (#2142)

No new revisions were added by this update.

Summary of changes:
 .../annotation/SwaggerDefinitionProcessor.java     | 129 +++++++++++++++++----
 .../annotation/SwaggerDefinitionProcessorTest.java |  62 ++++++++++
 ...SwaggerDefinition.yaml => security-apikey.yaml} |  16 ++-
 ...ySwaggerDefinition.yaml => security-basic.yaml} |  10 +-
 ...SwaggerDefinition.yaml => security-oauth2.yaml} |  28 ++++-
 5 files changed, 212 insertions(+), 33 deletions(-)
 copy swagger/swagger-generator/generator-core/src/test/resources/schemas/{emptySwaggerDefinition.yaml => security-apikey.yaml} (81%)
 copy swagger/swagger-generator/generator-core/src/test/resources/schemas/{emptySwaggerDefinition.yaml => security-basic.yaml} (87%)
 copy swagger/swagger-generator/generator-core/src/test/resources/schemas/{emptySwaggerDefinition.yaml => security-oauth2.yaml} (68%)