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

midnight2104 pushed a change to branch midnight2104
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu.git.


    from 9f9ffa8  refactor shenyu-common: code polish
     add 44fd5f5  refactor shenyu-common: code polish. (#2330)
     add d19239d  support spi in javaagent (#2334)
     add fde0e53  #2308, update dockerfile for admin (#2335)
     new fccdb2a  Merge branch 'master' into midnight2104
     new c54eb99  refactor shenyu-data-sync-center: code polish
     new c1ae1fe  refactor shenyu-data-sync-center: code polish

The 3 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:
 shenyu-agent/shenyu-agent-api/pom.xml              |  8 +++
 .../apache/shenyu/agent/spi/PluginAdviceDef.java   |  3 +
 shenyu-agent/shenyu-agent-core/pom.xml             |  5 --
 .../org/apache/shenyu/agent/AgentInstaller.java    |  8 +--
 .../tracing/jaeger/JaegerPluginAdviceDef.java      |  2 +
 .../org.apache.shenyu.agent.spi.PluginAdviceDef    |  2 +-
 shenyu-dist/shenyu-admin-dist/Dockerfile           |  3 -
 .../sync/data/consul/ConsulSyncDataService.java    | 25 +++++---
 .../apache/shenyu/sync/data/etcd/EtcdClient.java   | 72 ++++++++++------------
 .../shenyu/sync/data/etcd/EtcdSyncDataService.java | 22 ++++---
 .../shenyu/sync/data/http/HttpSyncDataService.java | 21 +++++--
 .../data/http/refresh/AbstractDataRefresh.java     | 18 +++---
 .../sync/data/nacos/handler/NacosCacheHandler.java |  5 +-
 .../data/websocket/WebsocketSyncDataService.java   |  2 +
 .../data/zookeeper/ZookeeperSyncDataService.java   | 14 ++++-
 15 files changed, 122 insertions(+), 88 deletions(-)
 copy 
shenyu-spi/src/test/resources/META-INF/shenyu/org.apache.shenyu.spi.fixture.HasDefaultSPI
 => 
shenyu-agent/shenyu-agent-plugins/shenyu-agent-plugin-tracing/shenyu-agent-plugin-tracing-jaeger/src/main/resources/META-INF/shenyu/org.apache.shenyu.agent.spi.PluginAdviceDef
 (92%)

Reply via email to