Skip to content

Commit 6943903

Browse files
Line endings
1 parent 3b1b6da commit 6943903

File tree

11 files changed

+922
-922
lines changed
  • tests/otel
    • spring-cloud-sleuth-instrumentation-actuator-tests
    • spring-cloud-sleuth-instrumentation-batch-tests
    • spring-cloud-sleuth-instrumentation-circuitbreaker-reactive-tests
    • spring-cloud-sleuth-instrumentation-config-server-tests
    • spring-cloud-sleuth-instrumentation-jdbc-tests
    • spring-cloud-sleuth-instrumentation-kafka-tests
    • spring-cloud-sleuth-instrumentation-r2dbc-tests
    • spring-cloud-sleuth-instrumentation-rsocket-tests
    • spring-cloud-sleuth-instrumentation-task-tests

11 files changed

+922
-922
lines changed
Lines changed: 100 additions & 100 deletions
Original file line numberDiff line numberDiff line change
@@ -1,100 +1,100 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
~ Copyright 2013-2021 the original author or authors.
4-
~
5-
~ Licensed under the Apache License, Version 2.0 (the "License");
6-
~ you may not use this file except in compliance with the License.
7-
~ You may obtain a copy of the License at
8-
~
9-
~ https://www.apache.org/licenses/LICENSE-2.0
10-
~
11-
~ Unless required by applicable law or agreed to in writing, software
12-
~ distributed under the License is distributed on an "AS IS" BASIS,
13-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
~ See the License for the specific language governing permissions and
15-
~ limitations under the License.
16-
~
17-
~
18-
-->
19-
20-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xmlns="http://maven.apache.org/POM/4.0.0"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
23-
<modelVersion>4.0.0</modelVersion>
24-
25-
<artifactId>spring-cloud-sleuth-instrumentation-actuator-otel-tests</artifactId>
26-
<packaging>jar</packaging>
27-
<name>Spring Cloud Sleuth OTel Actuator Instrumentation Tests</name>
28-
<description>Spring Cloud Sleuth OTel Actuator Instrumentation Tests</description>
29-
30-
<parent>
31-
<groupId>org.springframework.cloud</groupId>
32-
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
33-
<version>1.1.0-SNAPSHOT</version>
34-
<relativePath>..</relativePath>
35-
</parent>
36-
37-
<properties>
38-
<sonar.skip>true</sonar.skip>
39-
</properties>
40-
41-
<build>
42-
<plugins>
43-
<plugin>
44-
<!--skip deploy -->
45-
<artifactId>maven-deploy-plugin</artifactId>
46-
<configuration>
47-
<skip>true</skip>
48-
</configuration>
49-
</plugin>
50-
</plugins>
51-
</build>
52-
53-
<dependencies>
54-
<dependency>
55-
<groupId>org.springframework.cloud</groupId>
56-
<artifactId>spring-cloud-sleuth-tests-otel-common</artifactId>
57-
</dependency>
58-
<dependency>
59-
<groupId>org.springframework.boot</groupId>
60-
<artifactId>spring-boot-starter-web</artifactId>
61-
</dependency>
62-
<dependency>
63-
<groupId>org.springframework.boot</groupId>
64-
<artifactId>spring-boot-starter-actuator</artifactId>
65-
</dependency>
66-
<dependency>
67-
<groupId>org.springframework.cloud</groupId>
68-
<artifactId>spring-cloud-starter-sleuth</artifactId>
69-
<exclusions>
70-
<exclusion>
71-
<groupId>org.springframework.cloud</groupId>
72-
<artifactId>spring-cloud-sleuth-brave</artifactId>
73-
</exclusion>
74-
</exclusions>
75-
</dependency>
76-
<dependency>
77-
<groupId>org.springframework.cloud</groupId>
78-
<artifactId>spring-cloud-sleuth-otel-autoconfigure</artifactId>
79-
</dependency>
80-
<dependency>
81-
<groupId>org.springframework.boot</groupId>
82-
<artifactId>spring-boot-starter-test</artifactId>
83-
</dependency>
84-
<dependency>
85-
<groupId>org.awaitility</groupId>
86-
<artifactId>awaitility</artifactId>
87-
</dependency>
88-
<!-- Required for zipkin actuator endpoint! -->
89-
<dependency>
90-
<groupId>io.opentelemetry</groupId>
91-
<artifactId>opentelemetry-exporter-zipkin</artifactId>
92-
</dependency>
93-
<!-- Required for OTLP actuator endpoint -->
94-
<dependency>
95-
<groupId>io.opentelemetry</groupId>
96-
<artifactId>opentelemetry-exporter-otlp-common</artifactId>
97-
</dependency>
98-
</dependencies>
99-
100-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright 2013-2021 the original author or authors.
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
8+
~
9+
~ https://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
16+
~
17+
~
18+
-->
19+
20+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21+
xmlns="http://maven.apache.org/POM/4.0.0"
22+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
23+
<modelVersion>4.0.0</modelVersion>
24+
25+
<artifactId>spring-cloud-sleuth-instrumentation-actuator-otel-tests</artifactId>
26+
<packaging>jar</packaging>
27+
<name>Spring Cloud Sleuth OTel Actuator Instrumentation Tests</name>
28+
<description>Spring Cloud Sleuth OTel Actuator Instrumentation Tests</description>
29+
30+
<parent>
31+
<groupId>org.springframework.cloud</groupId>
32+
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
33+
<version>1.1.0-SNAPSHOT</version>
34+
<relativePath>..</relativePath>
35+
</parent>
36+
37+
<properties>
38+
<sonar.skip>true</sonar.skip>
39+
</properties>
40+
41+
<build>
42+
<plugins>
43+
<plugin>
44+
<!--skip deploy -->
45+
<artifactId>maven-deploy-plugin</artifactId>
46+
<configuration>
47+
<skip>true</skip>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</build>
52+
53+
<dependencies>
54+
<dependency>
55+
<groupId>org.springframework.cloud</groupId>
56+
<artifactId>spring-cloud-sleuth-tests-otel-common</artifactId>
57+
</dependency>
58+
<dependency>
59+
<groupId>org.springframework.boot</groupId>
60+
<artifactId>spring-boot-starter-web</artifactId>
61+
</dependency>
62+
<dependency>
63+
<groupId>org.springframework.boot</groupId>
64+
<artifactId>spring-boot-starter-actuator</artifactId>
65+
</dependency>
66+
<dependency>
67+
<groupId>org.springframework.cloud</groupId>
68+
<artifactId>spring-cloud-starter-sleuth</artifactId>
69+
<exclusions>
70+
<exclusion>
71+
<groupId>org.springframework.cloud</groupId>
72+
<artifactId>spring-cloud-sleuth-brave</artifactId>
73+
</exclusion>
74+
</exclusions>
75+
</dependency>
76+
<dependency>
77+
<groupId>org.springframework.cloud</groupId>
78+
<artifactId>spring-cloud-sleuth-otel-autoconfigure</artifactId>
79+
</dependency>
80+
<dependency>
81+
<groupId>org.springframework.boot</groupId>
82+
<artifactId>spring-boot-starter-test</artifactId>
83+
</dependency>
84+
<dependency>
85+
<groupId>org.awaitility</groupId>
86+
<artifactId>awaitility</artifactId>
87+
</dependency>
88+
<!-- Required for zipkin actuator endpoint! -->
89+
<dependency>
90+
<groupId>io.opentelemetry</groupId>
91+
<artifactId>opentelemetry-exporter-zipkin</artifactId>
92+
</dependency>
93+
<!-- Required for OTLP actuator endpoint -->
94+
<dependency>
95+
<groupId>io.opentelemetry</groupId>
96+
<artifactId>opentelemetry-exporter-otlp-common</artifactId>
97+
</dependency>
98+
</dependencies>
99+
100+
</project>
Lines changed: 86 additions & 86 deletions
Original file line numberDiff line numberDiff line change
@@ -1,86 +1,86 @@
1-
<?xml version="1.0" encoding="UTF-8"?>
2-
<!--
3-
~ Copyright 2013-2021 the original author or authors.
4-
~
5-
~ Licensed under the Apache License, Version 2.0 (the "License");
6-
~ you may not use this file except in compliance with the License.
7-
~ You may obtain a copy of the License at
8-
~
9-
~ https://www.apache.org/licenses/LICENSE-2.0
10-
~
11-
~ Unless required by applicable law or agreed to in writing, software
12-
~ distributed under the License is distributed on an "AS IS" BASIS,
13-
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14-
~ See the License for the specific language governing permissions and
15-
~ limitations under the License.
16-
~
17-
~
18-
-->
19-
20-
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21-
xmlns="http://maven.apache.org/POM/4.0.0"
22-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
23-
<modelVersion>4.0.0</modelVersion>
24-
25-
<artifactId>spring-cloud-sleuth-instrumentation-batch-otel-tests</artifactId>
26-
<packaging>jar</packaging>
27-
<name>Spring Cloud Sleuth OTel Batch Instrumentation Tests</name>
28-
<description>Spring Cloud Sleuth OTel Batch Instrumentation Tests</description>
29-
30-
<parent>
31-
<groupId>org.springframework.cloud</groupId>
32-
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
33-
<version>1.1.0-SNAPSHOT</version>
34-
<relativePath>..</relativePath>
35-
</parent>
36-
37-
<properties>
38-
<sonar.skip>true</sonar.skip>
39-
</properties>
40-
41-
<build>
42-
<plugins>
43-
<plugin>
44-
<!--skip deploy -->
45-
<artifactId>maven-deploy-plugin</artifactId>
46-
<configuration>
47-
<skip>true</skip>
48-
</configuration>
49-
</plugin>
50-
</plugins>
51-
</build>
52-
53-
<dependencies>
54-
<dependency>
55-
<groupId>org.springframework.cloud</groupId>
56-
<artifactId>spring-cloud-sleuth-tests-otel-common</artifactId>
57-
</dependency>
58-
<dependency>
59-
<groupId>org.springframework.boot</groupId>
60-
<artifactId>spring-boot-starter-batch</artifactId>
61-
</dependency>
62-
<dependency>
63-
<groupId>org.springframework.cloud</groupId>
64-
<artifactId>spring-cloud-starter-sleuth</artifactId>
65-
<exclusions>
66-
<exclusion>
67-
<groupId>org.springframework.cloud</groupId>
68-
<artifactId>spring-cloud-sleuth-brave</artifactId>
69-
</exclusion>
70-
</exclusions>
71-
</dependency>
72-
<dependency>
73-
<groupId>org.springframework.cloud</groupId>
74-
<artifactId>spring-cloud-sleuth-otel-autoconfigure</artifactId>
75-
</dependency>
76-
<dependency>
77-
<groupId>org.springframework.boot</groupId>
78-
<artifactId>spring-boot-starter-test</artifactId>
79-
</dependency>
80-
<dependency>
81-
<groupId>org.awaitility</groupId>
82-
<artifactId>awaitility</artifactId>
83-
</dependency>
84-
</dependencies>
85-
86-
</project>
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
~ Copyright 2013-2021 the original author or authors.
4+
~
5+
~ Licensed under the Apache License, Version 2.0 (the "License");
6+
~ you may not use this file except in compliance with the License.
7+
~ You may obtain a copy of the License at
8+
~
9+
~ https://www.apache.org/licenses/LICENSE-2.0
10+
~
11+
~ Unless required by applicable law or agreed to in writing, software
12+
~ distributed under the License is distributed on an "AS IS" BASIS,
13+
~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14+
~ See the License for the specific language governing permissions and
15+
~ limitations under the License.
16+
~
17+
~
18+
-->
19+
20+
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
21+
xmlns="http://maven.apache.org/POM/4.0.0"
22+
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
23+
<modelVersion>4.0.0</modelVersion>
24+
25+
<artifactId>spring-cloud-sleuth-instrumentation-batch-otel-tests</artifactId>
26+
<packaging>jar</packaging>
27+
<name>Spring Cloud Sleuth OTel Batch Instrumentation Tests</name>
28+
<description>Spring Cloud Sleuth OTel Batch Instrumentation Tests</description>
29+
30+
<parent>
31+
<groupId>org.springframework.cloud</groupId>
32+
<artifactId>spring-cloud-sleuth-otel-tests</artifactId>
33+
<version>1.1.0-SNAPSHOT</version>
34+
<relativePath>..</relativePath>
35+
</parent>
36+
37+
<properties>
38+
<sonar.skip>true</sonar.skip>
39+
</properties>
40+
41+
<build>
42+
<plugins>
43+
<plugin>
44+
<!--skip deploy -->
45+
<artifactId>maven-deploy-plugin</artifactId>
46+
<configuration>
47+
<skip>true</skip>
48+
</configuration>
49+
</plugin>
50+
</plugins>
51+
</build>
52+
53+
<dependencies>
54+
<dependency>
55+
<groupId>org.springframework.cloud</groupId>
56+
<artifactId>spring-cloud-sleuth-tests-otel-common</artifactId>
57+
</dependency>
58+
<dependency>
59+
<groupId>org.springframework.boot</groupId>
60+
<artifactId>spring-boot-starter-batch</artifactId>
61+
</dependency>
62+
<dependency>
63+
<groupId>org.springframework.cloud</groupId>
64+
<artifactId>spring-cloud-starter-sleuth</artifactId>
65+
<exclusions>
66+
<exclusion>
67+
<groupId>org.springframework.cloud</groupId>
68+
<artifactId>spring-cloud-sleuth-brave</artifactId>
69+
</exclusion>
70+
</exclusions>
71+
</dependency>
72+
<dependency>
73+
<groupId>org.springframework.cloud</groupId>
74+
<artifactId>spring-cloud-sleuth-otel-autoconfigure</artifactId>
75+
</dependency>
76+
<dependency>
77+
<groupId>org.springframework.boot</groupId>
78+
<artifactId>spring-boot-starter-test</artifactId>
79+
</dependency>
80+
<dependency>
81+
<groupId>org.awaitility</groupId>
82+
<artifactId>awaitility</artifactId>
83+
</dependency>
84+
</dependencies>
85+
86+
</project>

0 commit comments

Comments
 (0)