You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@skywalking.apache.org by GitBox <gi...@apache.org> on 2018/05/04 09:48:09 UTC

[GitHub] liuhaoyang closed pull request #1169: Remove components define that cannot be supported

liuhaoyang closed pull request #1169: Remove components define that cannot be supported
URL: https://github.com/apache/incubator-skywalking/pull/1169
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/apm-collector/apm-collector-boot/src/main/resources/component-libraries.yml b/apm-collector/apm-collector-boot/src/main/resources/component-libraries.yml
index e69ce0453..e70679509 100644
--- a/apm-collector/apm-collector-boot/src/main/resources/component-libraries.yml
+++ b/apm-collector/apm-collector-boot/src/main/resources/component-libraries.yml
@@ -151,23 +151,17 @@ Npgsql:
 MySqlConnector:
   id: 3008
   languages: C#
-EntityFrameworkCore.InMemory:
-  id: 3009
-  languages: C#
 EntityFrameworkCore.SqlServer:
-  id: 3010
+  id: 3009
   languages: C#
 EntityFrameworkCore.Sqlite:
-  id: 3011
+  id: 3010
   languages: C#
 Pomelo.EntityFrameworkCore.MySql:
-  id: 3012
+  id: 3011
   languages: C#
 Npgsql.EntityFrameworkCore.PostgreSQL:
-  id: 3013
-  languages: C#
-InMemoryDatabase:
-  id: 3014
+  id: 3012
   languages: C#
 
 # NoeJS components
@@ -188,7 +182,6 @@ Component-Server-Mappings:
   SqlClient: SqlServer
   Npgsql: PostgreSQL
   MySqlConnector: Mysql
-  EntityFrameworkCore.InMemory: InMemoryDatabase
   EntityFrameworkCore.SqlServer: SqlServer
   EntityFrameworkCore.Sqlite: SQLite
   Pomelo.EntityFrameworkCore.MySql: Mysql


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services