From da5c2116647a60a33e73c33a04a2ba131f4e86d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E9=A9=AC=E5=93=A5?= Date: Mon, 14 Jan 2019 17:48:03 +0800 Subject: [PATCH] 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(+) create mode 100644 DISCLAIMER create mode 100644 NOTICE diff --git a/DISCLAIMER b/DISCLAIMER new file mode 100644 index 000000000..bed312a0d --- /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 to be fully endorsed by the ASF. \ No newline at end of file diff --git a/NOTICE b/NOTICE new file mode 100644 index 000000000..97fefd076 --- /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