You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by wu...@apache.org on 2019/02/27 14:38:44 UTC

[incubator-skywalking] branch master updated: Update and rename Spring-bean-plugins.md to Spring-annotation-plugin.md (#2299)

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

wusheng pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 7dd1a01  Update and rename Spring-bean-plugins.md to Spring-annotation-plugin.md (#2299)
7dd1a01 is described below

commit 7dd1a016daed8aa3a24e2cd2d94361a954fbbd2c
Author: Chandu <yc...@gmail.com>
AuthorDate: Wed Feb 27 20:08:31 2019 +0530

    Update and rename Spring-bean-plugins.md to Spring-annotation-plugin.md (#2299)
    
    * Update and rename Spring-bean-plugins.md to Spring-annotation-plugin.md
    
    * Update README.md
    
    * Update README.md
---
 docs/en/setup/service-agent/java-agent/README.md                        | 2 +-
 .../{Spring-bean-plugins.md => Spring-annotation-plugin.md}             | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/en/setup/service-agent/java-agent/README.md b/docs/en/setup/service-agent/java-agent/README.md
index 8208197..cfdabc0 100644
--- a/docs/en/setup/service-agent/java-agent/README.md
+++ b/docs/en/setup/service-agent/java-agent/README.md
@@ -83,7 +83,7 @@ Java agent plugins are all pluggable. Optional plugins could be provided in `opt
 For using these plugins, you need to put the target plugin jar file into `/plugins`.
 
 Now, we have the following known optional plugins.
-* [Trace Spring beans](agent-optional-plugins/Spring-bean-plugins.md)
+* [Trace Spring annotation beans](agent-optional-plugins/Spring-annotation-plugin.md)
 * [Trace Oracle and Resin](agent-optional-plugins/Oracle-Resin-plugins.md)
 * [Filter traces through specified endpoint name patterns](agent-optional-plugins/trace-ignore-plugin.md)
 * Gson serialization lib in optional plugin folder
diff --git a/docs/en/setup/service-agent/java-agent/agent-optional-plugins/Spring-bean-plugins.md b/docs/en/setup/service-agent/java-agent/agent-optional-plugins/Spring-annotation-plugin.md
similarity index 93%
rename from docs/en/setup/service-agent/java-agent/agent-optional-plugins/Spring-bean-plugins.md
rename to docs/en/setup/service-agent/java-agent/agent-optional-plugins/Spring-annotation-plugin.md
index 206c6de..8f2336a 100644
--- a/docs/en/setup/service-agent/java-agent/agent-optional-plugins/Spring-bean-plugins.md
+++ b/docs/en/setup/service-agent/java-agent/agent-optional-plugins/Spring-annotation-plugin.md
@@ -1,4 +1,4 @@
-## Spring bean plugin
+## Spring annotation plugin
 This plugin allows to trace all methods of beans in Spring context, which are annotated with
 `@Bean`, `@Service`, `@Component` and `@Repository`.