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 2021/09/29 14:17:10 UTC

[skywalking] branch master updated: Add component definition for Jackson. (#7813)

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 3517cf2  Add component definition for Jackson. (#7813)
3517cf2 is described below

commit 3517cf245a7ed3f446de6082ea5b274dffa442ac
Author: 业余布道师 <Vi...@outlook.com>
AuthorDate: Wed Sep 29 22:16:58 2021 +0800

    Add component definition for Jackson. (#7813)
---
 CHANGES.md                                                           | 1 +
 oap-server/server-starter/src/main/resources/component-libraries.yml | 3 +++
 2 files changed, 4 insertions(+)

diff --git a/CHANGES.md b/CHANGES.md
index a599fc5..d6222f2 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -6,6 +6,7 @@ Release Notes.
 ------------------
 
 #### OAP Server
+* Add component definition for `Jackson`.
 
 #### 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 dc1ce85..cc75fc2 100644
--- a/oap-server/server-starter/src/main/resources/component-libraries.yml
+++ b/oap-server/server-starter/src/main/resources/component-libraries.yml
@@ -383,6 +383,9 @@ HikariCP:
 Fastjson:
   id: 117
   languages: Java
+Jackson:
+  id: 118
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only