This is an automated email from the ASF dual-hosted git repository.
wujimin pushed a change to branch master
in repository
https://gitbox.apache.org/repos/asf/incubator-servicecomb-java-chassis.git.
from b6095d7 [SCB-886] add IT to test path param encoding
new 912f8c0 [SCB-873] Make the validation result display the parameter
name instead of arg0, arg1
new 34a69c7 [SCB-873] cache the getParameterNames,and optimize
new 51eeae6 [SCB-873] modify the name DefaultParameterNameProvider
The 3 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../servicecomb/demo/jaxrs/client/JaxrsClient.java | 12 +--
.../client/validation/ValidationServiceClient.java | 14 ++-
.../swagger/generator/core/utils/ParamUtils.java | 13 ++-
.../validator/DefaultParameterNameProvider.java | 55 ++++++++++
.../invocation/validator/ParameterValidator.java | 6 +-
.../TestDefaultParameterNameProvider.java | 115 +++++++++++++++++++++
6 files changed, 200 insertions(+), 15 deletions(-)
create mode 100644
swagger/swagger-invocation/invocation-validator/src/main/java/org/apache/servicecomb/swagger/invocation/validator/DefaultParameterNameProvider.java
create mode 100644
swagger/swagger-invocation/invocation-validator/src/test/java/org/apache/servicecomb/swagger/invocation/validator/TestDefaultParameterNameProvider.java