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 3ca168a [SCB-442] add springmvc archetype (#650)
new dddbc5d [SCB-487] prepare HttpUtils for parse download file name from
http header content-disposition
new be790e6 [SCB-487] ReadStreamPart support
saveAsBytes/saveAsString/saveToFile
new a62d7b9 [SCB-487] fix bug: avoid service center remote call during
UT, which will cause random failed.
new afb77b3 [SCB-487] add download consumer demo
new 3b05f06 [SCB-487] fix bug: maven project name is not a valid dir
name, so change from project name to artifactId
The 5 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:
.../java/org/apache/servicecomb/demo/TestMgr.java | 10 +-
.../client/CodeFirstRestTemplateSpringmvc.java | 4 +
...roserviceArray.java => DownloadSchemaIntf.java} | 23 +--
.../demo/springmvc/client/TestDownload.java | 124 ++++++++++++++++
.../demo/springmvc/server/DownloadSchema.java | 91 +++++++++---
demo/pom.xml | 2 +-
.../foundation/common/http/HttpUtils.java | 85 +++++++++++
.../foundation/common/http/TestHttpUtils.java | 104 ++++++++++++++
.../foundation/vertx/http/ReadStreamPart.java | 103 +++++++++++++-
.../io/vertx/core/file/impl/AsyncFileUitls.java | 22 ++-
.../foundation/vertx/http/TestReadStreamPart.java | 158 ++++++++++++++++++++-
.../registry/RemoteServiceRegistry.java | 10 +-
.../registry/TestServiceRegistryFactory.java | 6 +-
.../rest/client/http/RestClientInvocation.java | 2 +-
14 files changed, 688 insertions(+), 56 deletions(-)
copy
demo/demo-springmvc/springmvc-client/src/main/java/org/apache/servicecomb/demo/springmvc/client/{MicroserviceArray.java
=> DownloadSchemaIntf.java} (63%)
create mode 100644
demo/demo-springmvc/springmvc-client/src/main/java/org/apache/servicecomb/demo/springmvc/client/TestDownload.java
create mode 100644
foundations/foundation-common/src/main/java/org/apache/servicecomb/foundation/common/http/HttpUtils.java
create mode 100644
foundations/foundation-common/src/test/java/org/apache/servicecomb/foundation/common/http/TestHttpUtils.java
copy
archetypes/business-service-jaxrs/src/main/java/org/apache/servicecomb/archetypes/HelloEndpoint.java
=>
foundations/foundation-vertx/src/test/java/io/vertx/core/file/impl/AsyncFileUitls.java
(66%)
--
To stop receiving notification emails like this one, please contact
[email protected].