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 2020/03/29 03:34:53 UTC

[skywalking] branch core-refactor updated (db4afc9 -> 90a3813)

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

wusheng pushed a change to branch core-refactor
in repository https://gitbox.apache.org/repos/asf/skywalking.git.


    from db4afc9  Fix bootstrap issue.
     add 90a3813  Remove @IDColumn, we are using object#equals now.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/skywalking/oal/rt/OALRuntime.java   | 10 -------
 .../expectedFiles/MetricsImplementorExpected.java  |  2 --
 .../oap/server/core/alarm/AlarmRecord.java         |  6 ++--
 .../EndpointRelationServerSideMetrics.java         |  5 ----
 .../ServiceInstanceRelationClientSideMetrics.java  |  8 ++----
 .../ServiceInstanceRelationServerSideMetrics.java  |  8 ++----
 .../service/ServiceRelationClientSideMetrics.java  |  8 ++----
 .../service/ServiceRelationServerSideMetrics.java  |  5 ----
 .../analysis/worker/MetricsPersistentWorker.java   |  3 +-
 .../server/core/storage/annotation/IDColumn.java   | 32 ----------------------
 .../storage/plugin/jaeger/JaegerSpanRecord.java    | 13 ---------
 .../storage/plugin/zipkin/ZipkinSpanRecord.java    | 13 ---------
 12 files changed, 10 insertions(+), 103 deletions(-)
 delete mode 100644 oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/storage/annotation/IDColumn.java