You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by me...@apache.org on 2019/01/14 09:48:08 UTC

[incubator-dubbo-spring-boot-project] branch 0.1.x updated: 0.1.x (#388)

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

mercyblitz pushed a commit to branch 0.1.x
in repository https://gitbox.apache.org/repos/asf/incubator-dubbo-spring-boot-project.git


The following commit(s) were added to refs/heads/0.1.x by this push:
     new da5c211  0.1.x (#388)
da5c211 is described below

commit da5c2116647a60a33e73c33a04a2ba131f4e86d4
Author: 小马哥 <me...@gmail.com>
AuthorDate: Mon Jan 14 17:48:03 2019 +0800

    0.1.x (#388)
    
    * Bug fix on test case
    
    * Polish apache/incubator-dubbo-spring-boot-project#327 & apache/incubator-dubbo-spring-boot-project#325
    
    * Polish apache/incubator-dubbo-spring-boot-project#321
    
    * Polish apache/incubator-dubbo-spring-boot-project#220 no program
    
    * Switch Yaml file
    
    * Update version to be 0.2.0
    
    * Polish apache/incubator-dubbo-spring-boot-project#218
    
    * Update Documents
    
    * Fix the test case's bugs
    
    * Fix plugins' issues
    
    * Fix test-cases
    
    * Fix test cases
    
    * Fixes an issue on DubboMvcEndpoint
    
    * Polish: Fix a relaxed property name issue
    
    * Optimize Awaiting implementation
    
    * Remove author from JavaDoc
    
    * Refactor
    
    * Merge
    
    * Update dependencies and implementations
    
    * Update Samples
    
    * Fix the test cases
    
    * Polish apache/incubator-dubbo-spring-boot-project#366
    
    * Sync upstream
    
    * Sync upstream
    
    * Polish apache/incubator-dubbo-spring-boot-project#370
    
    * Remove the duplicated plugin
    
    * Polish apache/incubator-dubbo-spring-boot-project#370
    
    * Add NOTICE and DISCLAIMER
---
 DISCLAIMER |  1 +
 NOTICE     | 14 ++++++++++++++
 2 files changed, 15 insertions(+)

diff --git a/DISCLAIMER b/DISCLAIMER
new file mode 100644
index 0000000..bed312a
--- /dev/null
+++ b/DISCLAIMER
@@ -0,0 +1 @@
+Apache Dubbo is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Incubator. Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has yet  [...]
\ No newline at end of file
diff --git a/NOTICE b/NOTICE
new file mode 100644
index 0000000..97fefd0
--- /dev/null
+++ b/NOTICE
@@ -0,0 +1,14 @@
+Apache Dubbo (incubating)
+Copyright 2018-2019 The Apache Software Foundation
+
+This product includes software developed at
+The Apache Software Foundation (http://www.apache.org/).
+
+This product contains code form the Netty Project:
+
+The Netty Project
+=================
+Please visit the Netty web site for more information:
+  * http://netty.io/
+
+Copyright 2014 The Netty Project
\ No newline at end of file