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/04/06 08:02:27 UTC

[skywalking] branch v8-core updated (01625a3 -> 8054779)

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

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


    from 01625a3  Fix MySQL and H2 storage implementation.
     add 8054779  Update e2e submodule and remove component name.

No new revisions were added by this update.

Summary of changes:
 .../apm/toolkit/opentracing/SkywalkingSpanBuilder.java  | 13 +------------
 .../apm/agent/core/context/trace/AbstractSpan.java      |  8 --------
 .../agent/core/context/trace/AbstractTracingSpan.java   | 17 -----------------
 .../apm/agent/core/context/trace/EntrySpan.java         | 10 ----------
 .../apm/agent/core/context/trace/ExitSpan.java          |  9 ---------
 .../apm/agent/core/context/trace/NoopSpan.java          |  5 -----
 .../apm/agent/core/context/ContextManagerTest.java      |  2 --
 .../span/ConstructorWithSpanBuilderInterceptor.java     |  3 +--
 .../opentracing/span/SpanSetTagInterceptor.java         | 10 ++++------
 test/e2e/e2e-protocol/src/main/proto                    |  2 +-
 .../org/apache/skywalking/e2e/ttl/StorageTTLE2E.java    | 10 +++++-----
 11 files changed, 12 insertions(+), 77 deletions(-)