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/skywalking.git


The following commit(s) were added to refs/heads/master by this push:
     new 3b4f642b83 Add component ID for WebSphere.(#10887) (#10974)
3b4f642b83 is described below

commit 3b4f642b8315445a16f603f6cb180a59f87aba2f
Author: weixiang1862 <[email protected]>
AuthorDate: Wed Jun 21 10:23:47 2023 +0800

    Add component ID for WebSphere.(#10887) (#10974)
    
    Co-authored-by: weixiang1862 <[email protected]>
---
 docs/en/changes/changes.md                                           | 1 +
 oap-server/server-starter/src/main/resources/component-libraries.yml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/docs/en/changes/changes.md b/docs/en/changes/changes.md
index dc22c946a5..5564d78ca4 100644
--- a/docs/en/changes/changes.md
+++ b/docs/en/changes/changes.md
@@ -12,6 +12,7 @@
 * Wrap `deleteProperty` API to the BanyanDBStorageClient.
 * [Breaking change] Remove `matchedCounter` from 
`HttpUriRecognitionService#feedRawData`.
 * Remove patterns from `HttpUriRecognitionService#feedRawData` and add max 10 
candidates of raw URIs for each pattern.
+* Add component ID for WebSphere.
 
 #### UI
 
diff --git 
a/oap-server/server-starter/src/main/resources/component-libraries.yml 
b/oap-server/server-starter/src/main/resources/component-libraries.yml
index 18c4045ad6..7db2ce4c69 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -493,6 +493,9 @@ Jersey:
 Grizzly:
   id: 147
   languages: Java
+WebSphere:
+  id: 148
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only

Reply via email to