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/incubator-servicecomb-java-chassis.git.


    from 0a7966e  [SCB-652] refactor schema register logic
     new 28c9ddb  [SCB-203] avoid servlet can not read chinese file name
     new 7e6897a  [SCB-203] read upload config
     new ba4d889  [SCB-203] set upload parameters to servlet
     new 1203f6c  [SCB-203] change demo to test features over servlet

The 4 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:
 common/common-rest/pom.xml                         |   2 +-
 .../apache/servicecomb/common/rest/RestConst.java  |  12 +++
 .../servicecomb/common/rest/UploadConfig.java      | 102 ++++++++++++++++++
 .../rest/codec/param/RestClientRequestImpl.java    |   2 +-
 .../servicecomb/common/rest/TestUploadConfig.java  |  86 +++++++++++++++
 .../codec/param/TestRestClientRequestImpl.java     |  27 +++++
 demo/demo-server-servlet/pom.xml                   |   2 +-
 .../src/main/resources/microservice.yaml           |   5 +
 .../src/main/webapp/WEB-INF/web.xml                |   1 -
 .../demo/signature/ServerSignature.java            |   5 +-
 .../servicecomb/demo/signature/SignatureUtils.java |  11 +-
 .../demo/springmvc/server/CodeFirstSpringmvc.java  |  12 +--
 demo/perf/src/main/resources/microservice.yaml     |   2 +-
 .../starter/transport/RestServletInitializer.java  |   5 +-
 .../rest/servlet/CseXmlWebApplicationContext.java  |   3 +-
 .../transport/rest/servlet/ServletUtils.java       |  68 ++++++++++--
 .../transport/rest/servlet/TestServletUtils.java   | 117 +++++++++++++++++++++
 .../rest/vertx/AbstractVertxHttpDispatcher.java    |  19 ++--
 18 files changed, 436 insertions(+), 45 deletions(-)
 create mode 100644 
common/common-rest/src/main/java/org/apache/servicecomb/common/rest/UploadConfig.java
 create mode 100644 
common/common-rest/src/test/java/org/apache/servicecomb/common/rest/TestUploadConfig.java

-- 
To stop receiving notification emails like this one, please contact
liu...@apache.org.

Reply via email to