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 19533e8  [SCB-1048]Provide a way to configure bootstrap information in 
Cloud Native enviroment
     new ea5e6ae  [SCB-925] Springmvc, when have defaultValue, required should 
be false,when param not exist,should check isRequired
     new cf54932  [SCB-925] add cookies,query and header integration-tests
     new 147802f  [SCB-925] delete containerType is null

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/common/rest/codec/RestCodec.java   |  3 +-
 .../rest/codec/param/AbstractParamProcessor.java   |  9 ++-
 .../rest/codec/param/CookieProcessorCreator.java   | 37 ++++++----
 .../rest/codec/param/FormProcessorCreator.java     | 29 +++++---
 .../rest/codec/param/HeaderProcessorCreator.java   | 25 ++++---
 .../rest/codec/param/PathProcessorCreator.java     |  6 +-
 .../rest/codec/param/QueryProcessorCreator.java    | 27 ++++++--
 .../rest/codec/param/TestCookieProcessor.java      | 62 ++++++++++++++++-
 .../common/rest/codec/param/TestFormProcessor.java | 31 +++++++--
 .../rest/codec/param/TestHeaderProcessor.java      | 45 ++++++++++--
 .../common/rest/codec/param/TestPathProcessor.java |  2 +-
 .../rest/codec/param/TestQueryProcessor.java       | 40 ++++++++++-
 .../main/resources/microservices/pojo/server.yaml  |  2 +-
 .../springmvc/server/SpringMvcDefaultValues.java   |  2 +-
 .../it/testcase/TestAnnotatedAttribute.java        | 79 ++++++++++++++++++++++
 .../servicecomb/it/testcase/TestDefaultValue.java  | 34 ++++++++++
 .../schema/AnnotatedAttributeSpringmvcSchema.java  | 12 ++++
 .../it/schema/DefaultValueSpringmvcSchema.java     | 24 +++++--
 .../tests/SpringMvcIntegrationTestBase.java        | 14 ++--
 .../parameter/AbstractParameterProcessor.java      |  5 +-
 .../annotation/CookieValueAnnotationProcessor.java |  6 ++
 .../RequestHeaderAnnotationProcessor.java          |  9 ++-
 .../RequestParamAnnotationProcessor.java           | 10 ++-
 23 files changed, 438 insertions(+), 75 deletions(-)

Reply via email to