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

panjuan pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git.


    from 133f8b2  #6985, for checkstyle (#7114)
     new 4f7ea65  move opentracing
     new f5fc960  adjust project structure
     new 9374cea  adjust project structure
     new b444b32  refactor package name
     new b89ff4b  remove unused import
     new b33acce  polish code style
     new 8526c99  polish code style
     new c08f4f1  Merge pull request #7116 from kimmking/observability1

The 26471 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml                                                        |  1 +
 shardingsphere-control-panel/pom.xml                           |  1 -
 .../pom.xml                                                    |  4 ++--
 .../shardingsphere-tracing}/pom.xml                            |  6 +++---
 .../shardingsphere-tracing-opentracing}/pom.xml                |  4 ++--
 .../shardingsphere/tracing}/opentracing/OpenTracingTracer.java |  4 ++--
 .../tracing}/opentracing/constant/ShardingErrorLogTags.java    |  2 +-
 .../tracing}/opentracing/constant/ShardingTags.java            |  2 +-
 .../tracing}/opentracing/hook/OpenTracingParsingHook.java      |  6 +++---
 .../tracing}/opentracing/hook/OpenTracingRootInvokeHook.java   |  6 +++---
 .../tracing}/opentracing/hook/OpenTracingSQLExecutionHook.java |  6 +++---
 .../tracing}/opentracing/hook/ShardingErrorSpan.java           |  4 ++--
 ....apache.shardingsphere.control.panel.spi.ControlPanelFacade |  2 +-
 ...che.shardingsphere.infra.executor.sql.hook.SQLExecutionHook |  2 +-
 .../org.apache.shardingsphere.infra.hook.RootInvokeHook        |  2 +-
 .../org.apache.shardingsphere.sql.parser.hook.ParsingHook      |  2 +-
 .../tracing}/opentracing/OpenTracingTracerTest.java            | 10 +++++-----
 .../shardingsphere/tracing}/opentracing/fixture/FooTracer.java |  2 +-
 .../tracing}/opentracing/hook/BaseOpenTracingHookTest.java     |  6 +++---
 .../tracing}/opentracing/hook/OpenTracingParsingHookTest.java  |  4 ++--
 .../opentracing/hook/OpenTracingRootInvokeHookTest.java        |  2 +-
 .../opentracing/hook/OpenTracingSQLExecutionHookTest.java      |  4 ++--
 .../resources/mockito-extensions/org.mockito.plugins.MockMaker |  0
 23 files changed, 41 insertions(+), 41 deletions(-)
 copy {shardingsphere-kernel => shardingsphere-observability}/pom.xml (93%)
 copy {shardingsphere-kernel => 
shardingsphere-observability/shardingsphere-tracing}/pom.xml (88%)
 rename {shardingsphere-control-panel/shardingsphere-opentracing => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing}/pom.xml
 (94%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/main/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/main/java/org/apache/shardingsphere/tracing}/opentracing/OpenTracingTracer.java
 (93%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/main/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/main/java/org/apache/shardingsphere/tracing}/opentracing/constant/ShardingErrorLogTags.java
 (95%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/main/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/main/java/org/apache/shardingsphere/tracing}/opentracing/constant/ShardingTags.java
 (95%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/main/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/main/java/org/apache/shardingsphere/tracing}/opentracing/hook/OpenTracingParsingHook.java
 (89%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/main/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/main/java/org/apache/shardingsphere/tracing}/opentracing/hook/OpenTracingRootInvokeHook.java
 (89%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/main/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/main/java/org/apache/shardingsphere/tracing}/opentracing/hook/OpenTracingSQLExecutionHook.java
 (93%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/main/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/main/java/org/apache/shardingsphere/tracing}/opentracing/hook/ShardingErrorSpan.java
 (92%)
 rename {shardingsphere-control-panel/shardingsphere-opentracing => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing}/src/main/resources/META-INF/services/org.apache.shardingsphere.control.panel.spi.ControlPanelFacade
 (92%)
 rename {shardingsphere-control-panel/shardingsphere-opentracing => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing}/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.executor.sql.hook.SQLExecutionHook
 (90%)
 rename {shardingsphere-control-panel/shardingsphere-opentracing => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing}/src/main/resources/META-INF/services/org.apache.shardingsphere.infra.hook.RootInvokeHook
 (91%)
 rename {shardingsphere-control-panel/shardingsphere-opentracing => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing}/src/main/resources/META-INF/services/org.apache.shardingsphere.sql.parser.hook.ParsingHook
 (91%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/test/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/test/java/org/apache/shardingsphere/tracing}/opentracing/OpenTracingTracerTest.java
 (88%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/test/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/test/java/org/apache/shardingsphere/tracing}/opentracing/fixture/FooTracer.java
 (96%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/test/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/test/java/org/apache/shardingsphere/tracing}/opentracing/hook/BaseOpenTracingHookTest.java
 (93%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/test/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/test/java/org/apache/shardingsphere/tracing}/opentracing/hook/OpenTracingParsingHookTest.java
 (95%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/test/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/test/java/org/apache/shardingsphere/tracing}/opentracing/hook/OpenTracingRootInvokeHookTest.java
 (96%)
 rename 
{shardingsphere-control-panel/shardingsphere-opentracing/src/test/java/org/apache/shardingsphere
 => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing/src/test/java/org/apache/shardingsphere/tracing}/opentracing/hook/OpenTracingSQLExecutionHookTest.java
 (98%)
 rename {shardingsphere-control-panel/shardingsphere-opentracing => 
shardingsphere-observability/shardingsphere-tracing/shardingsphere-tracing-opentracing}/src/test/resources/mockito-extensions/org.mockito.plugins.MockMaker
 (100%)

Reply via email to