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

git-site-role pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/dubbo-website.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 221a904  Website updated with aecd573c3e020d5a4377f1ae4ca7b2bbe09bf08f
221a904 is described below

commit 221a90400dd37b17a7db22d4bed994117a0e5aae
Author: jenkins <us...@infra.apache.org>
AuthorDate: Tue Aug 13 05:19:27 2019 +0000

    Website updated with aecd573c3e020d5a4377f1ae4ca7b2bbe09bf08f
---
 COMMIT_ID               | 2 +-
 en-us/docs/dev/SPI.html | 2 +-
 en-us/docs/dev/SPI.json | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/COMMIT_ID b/COMMIT_ID
index e6a49a8..b4e9bef 100644
--- a/COMMIT_ID
+++ b/COMMIT_ID
@@ -1 +1 @@
-0141ec89606bf0074a9c29dc16b8686aec0decdf
+aecd573c3e020d5a4377f1ae4ca7b2bbe09bf08f
diff --git a/en-us/docs/dev/SPI.html b/en-us/docs/dev/SPI.html
index 6a6548e..1a08d5a 100644
--- a/en-us/docs/dev/SPI.html
+++ b/en-us/docs/dev/SPI.html
@@ -25,7 +25,7 @@
 <h3>Appointment:</h3>
 <p>In the jar file containing extension class <sup class="footnote-ref"><a 
href="#fn1" id="fnref1">[1]</a></sup>, places a config file 
<code>META-INF/dubbo/full interface name</code>, file content pattern: 
<code>SPI name=the fully qualified name for the extension class</code>, use new 
line seperator for multiple implementation.</p>
 <h3>Example:</h3>
-<p>To extend Dubbo Protocol, placee a text file in the extension jar file: 
<code>META-INF/dubbo/org.apache.dubbo.rpc.Protocol</code>, content:</p>
+<p>To extend Dubbo Protocol, place a text file in the extension jar file: 
<code>META-INF/dubbo/org.apache.dubbo.rpc.Protocol</code>, content:</p>
 <pre><code class="language-properties"><span 
class="hljs-attr">xxx</span>=<span 
class="hljs-string">com.alibaba.xxx.XxxProtocol</span>
 </code></pre>
 <p>content of the implementation <sup class="footnote-ref"><a href="#fn2" 
id="fnref2">[2]</a></sup>:</p>
diff --git a/en-us/docs/dev/SPI.json b/en-us/docs/dev/SPI.json
index 52602db..a9db56c 100644
--- a/en-us/docs/dev/SPI.json
+++ b/en-us/docs/dev/SPI.json
@@ -1,6 +1,6 @@
 {
   "filename": "SPI.md",
-  "__html": "<h1>SPI Loading</h1>\n<h2>SPI 
Config</h2>\n<h3>Source:</h3>\n<p>Dubbo SPI is inherited from standard JDK 
SPI(Service Provider Interface) and makes it more powerful.</p>\n<p>Dubbo fixed 
below issues of the standard JDK SPI:</p>\n<ul>\n<li>The standard JDK SPI will 
load and instantize all the implementations at once. It will be a waste of 
resources if one implementation is timecosted, but never be used.</li>\n<li>We 
can't accquire the SPI name, if loading the SPI implementatio [...]
+  "__html": "<h1>SPI Loading</h1>\n<h2>SPI 
Config</h2>\n<h3>Source:</h3>\n<p>Dubbo SPI is inherited from standard JDK 
SPI(Service Provider Interface) and makes it more powerful.</p>\n<p>Dubbo fixed 
below issues of the standard JDK SPI:</p>\n<ul>\n<li>The standard JDK SPI will 
load and instantize all the implementations at once. It will be a waste of 
resources if one implementation is timecosted, but never be used.</li>\n<li>We 
can't accquire the SPI name, if loading the SPI implementatio [...]
   "link": "/en-us/docs/dev/SPI.html",
   "meta": {}
 }
\ No newline at end of file

Reply via email to