Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/aderm/skywalking
Browse files Browse the repository at this point in the history
  • Loading branch information
adermxzs committed Oct 19, 2019
2 parents 93c8a89 + f76657e commit 14a4d86
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 7 deletions.
1 change: 0 additions & 1 deletion docs/en/setup/service-agent/java-agent/Supported-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@
* [SolrJ](https://github.com/apache/lucene-solr/tree/master/solr/solrj) 7.x
* [Cassandra](https://github.com/apache/cassandra) 3.x
* [cassandra-java-driver](https://github.com/datastax/java-driver) 3.6.0-3.7.2

* Service Discovery
* [Netflix Eureka](https://github.com/Netflix/eureka)
* Distributed Coordination
Expand Down
2 changes: 1 addition & 1 deletion test/plugin/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ agent_home_selector() {

target_agent_home=${workspace}/${target_agent_dir}
mkdir -p ${target_agent_home}
cp -fur ${agent_home}/* ${target_agent_home}
cp -fr ${agent_home}/* ${target_agent_home}

with_plugins=`echo $with_plugins |sed -e "s/;/ /g"`
for plugin in ${with_plugins};
Expand Down
1 change: 1 addition & 0 deletions test/plugin/scenarios/gateway-scenario/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,3 +20,4 @@ healthCheck: http://localhost:8080/provider/b/healthCheck
startScript: ./bin/startup.sh
framework: spring-cloud-gateway
runningMode: with_optional
withPlugins: apm-spring-cloud-gateway-2.x-plugin-*.jar
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@
package org.apache.skywalking.apm.testcase.sc.gateway.projectA;

import org.springframework.context.annotation.Bean;
import org.springframework.context.annotation.Configuration;

@Configuration
public class TestFilterConfig {

@Bean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,4 @@ spring:
- id: provider_route
uri: http://localhost:18070
predicates:
- Path=/provider/b/*
endpoints:
refresh:
sensitive: false
- Path=/provider/b/*

0 comments on commit 14a4d86

Please sign in to comment.