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/11/14 10:00:14 UTC

[skywalking] branch master updated: fix component-libraries.yml miss component:rest-high-level-client (#3859)

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 db0b748  fix component-libraries.yml miss component:rest-high-level-client (#3859)
db0b748 is described below

commit db0b7486a5c7de3b441bea5b2ddcb11e3a710886
Author: 于玉桔 <zh...@apache.org>
AuthorDate: Thu Nov 14 17:59:59 2019 +0800

    fix component-libraries.yml miss component:rest-high-level-client (#3859)
    
    * fix component-libraries.yml miss component:rest-high-level-client
    
    * Update component-libraries.yml
    
    Add mapping.
---
 oap-server/server-core/src/test/resources/component-libraries.yml | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/oap-server/server-core/src/test/resources/component-libraries.yml b/oap-server/server-core/src/test/resources/component-libraries.yml
index 7aec146..23c7585 100755
--- a/oap-server/server-core/src/test/resources/component-libraries.yml
+++ b/oap-server/server-core/src/test/resources/component-libraries.yml
@@ -230,6 +230,9 @@ Ehcache:
 SocketIO:
   id: 76
   languages: Java
+rest-high-level-client:
+  id: 77
+  languages: Java
 
 # .NET/.NET Core components
 # [3000, 4000) for C#/.NET only
@@ -327,5 +330,6 @@ Component-Server-Mappings:
   Pomelo.EntityFrameworkCore.MySql: Mysql
   Npgsql.EntityFrameworkCore.PostgreSQL: PostgreSQL
   transport-client: Elasticsearch
+  rest-high-level-client: Elasticsearch
   SolrJ: Solr
-  cassandra-java-driver: Cassandra
\ No newline at end of file
+  cassandra-java-driver: Cassandra