Skip to content

Commit 344063a

Browse files
committed
Release v1.7.1, re #549
1 parent 385ffe8 commit 344063a

File tree

282 files changed

+331
-959
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

282 files changed

+331
-959
lines changed

Diff for: .travis.yml

+14-654
Large diffs are not rendered by default.

Diff for: CHANGELOG.md

+12
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changes by Version
22

3+
## v1.7.1 (2020-04-19)
4+
* Fix `Span.KIND` for `apache:httpclient` rule (#550) 👈 Thank you @zeitlinger
5+
* Install Memcached for integration testing in Circle CI (#545)
6+
* Fix incorrect `http.status_code` being set in `servlet` rule (#533)
7+
* Merge all lettuce rules into one (#544 #546)
8+
* Split CXF rules into server and client parts (#532) 👈 Thank you @jianshaow
9+
* Fix classpath property for custom integration rules (#537)
10+
* Fix class loader isolation issue in `IsoClassLoader` (#540)
11+
* Turn on Mule integration test for jdk8 (#534) 👈 Thank you @jam01
12+
* Fix `StackOverflowError` in `jdbc` rule (#541)
13+
* Upgrade JDBC Integration to v0.2.10
14+
315
## v1.7.0 (2020-04-03)
416
* Improve rule loading performance (#492 #524)
517
* Switch to OpenTelemetry's terminology {#522)

Diff for: README.md

+20-20
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,17 @@
22

33
> Automatically instruments 3rd-party libraries in Java applications
44
5-
#### NOTE: As of v1.7.0, SpecialAgent is starting its transition to the [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-java) ecosystem...
5+
#### NOTE: As of v1.7.1, SpecialAgent is starting its transition to the [OpenTelemetry](https://github.com/open-telemetry/opentelemetry-java) ecosystem...
66

77
<sub>:warning: **SpecialAgent's <ins>terminology</ins> has changed... :warning:**</sub>
8-
| <samp>[,1.7.0]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</samp> | | <samp>[1.7.0,]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</samp> |
8+
| <samp>[,1.7.1]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</samp> | | <samp>[1.7.1,]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</samp> |
99
|:-|:-:|:-|
1010
| <ins>Instrumentation Plugin</ins> | :arrow_right: | <ins>[Integration](#63-integration)</ins> |
1111
| <ins>Instrumentation Rule</ins> | :arrow_right: | <ins>[Integration Rule](#64-integration-rule)</ins> |
1212
| <ins>Tracer Plugin</ins> | :arrow_right: | <ins>[Trace Exporter](#62-trace-exporter)</ins> |
1313

1414
<sub>:warning: **SpecialAgent's <ins>config property keys</ins> have changed... :warning:**</sub>
15-
| <samp>[,1.7.0]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</samp> | | <samp>[1.7.0,]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</samp> |
15+
| <samp>[,1.7.1]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</samp> | | <samp>[1.7.1,]&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</samp> |
1616
|:-|:-:|:-|
1717
| `-Dsa.tracer` | :arrow_right: | [`-Dsa.exporter`](#36-including-custom-integration-rules) |
1818
| `-Dsa.tracer.plugin.` | :arrow_right: | [`-Dsa.exporter.`](#343-disabling-agentrules-of-an-integration-rule) |
@@ -95,7 +95,7 @@ The <ins>SpecialAgent</ins> is stable -- any exception that occurs during attach
9595

9696
### 2.1 Installation
9797

98-
The Maven build of the <ins>SpecialAgent</ins> project generates 2 artifacts: **main** and **test**. These artifacts can be obtained by downloading directly from [Maven's Central Repository](https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.0/), or by cloning this repository and following the [Development Instructions](#212-for-development).
98+
The Maven build of the <ins>SpecialAgent</ins> project generates 2 artifacts: **main** and **test**. These artifacts can be obtained by downloading directly from [Maven's Central Repository](https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.1/), or by cloning this repository and following the [Development Instructions](#212-for-development).
9999

100100
#### 2.1.1 In Application
101101

@@ -107,31 +107,31 @@ The artifact JAR can be provided to an application with the `-javaagent:${SPECIA
107107

108108
##### 2.1.1.1 Stable
109109

110-
The latest stable release is: [1.7.0][main-release]
110+
The latest stable release is: [1.7.1][main-release]
111111

112112
```bash
113-
wget -O opentracing-specialagent-1.7.0.jar "https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.0/opentracing-specialagent-1.7.0.jar"
113+
wget -O opentracing-specialagent-1.7.1.jar "https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.1/opentracing-specialagent-1.7.1.jar"
114114
```
115115

116116
##### 2.1.1.2 Development
117117

118-
The latest development release is: [1.7.1-SNAPSHOT][main-snapshot]
118+
The latest development release is: [1.7.2-SNAPSHOT][main-snapshot]
119119

120120
```bash
121-
wget -O opentracing-specialagent-1.7.1-SNAPSHOT.jar "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=io.opentracing.contrib.specialagent&a=opentracing-specialagent&v=LATEST"
121+
wget -O opentracing-specialagent-1.7.2-SNAPSHOT.jar "https://oss.sonatype.org/service/local/artifact/maven/redirect?r=snapshots&g=io.opentracing.contrib.specialagent&a=opentracing-specialagent&v=LATEST"
122122
```
123123

124124
**Note**: Sometimes the web service call (in the line above) to retrieve the latest SNAPSHOT build fails to deliver the correct download. In order to work around this issue, please consider using the following command (for Linux and Mac OS):
125125

126126
```bash
127-
wget -O opentracing-specialagent-1.7.1-SNAPSHOT.jar $(curl -s https://oss.sonatype.org/content/repositories/snapshots/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.1-SNAPSHOT/ | grep '".*\d\.jar"' | tail -1 | awk -F\" '{print $2}')
127+
wget -O opentracing-specialagent-1.7.2-SNAPSHOT.jar $(curl -s https://oss.sonatype.org/content/repositories/snapshots/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.2-SNAPSHOT/ | grep '".*\d\.jar"' | tail -1 | awk -F\" '{print $2}')
128128
```
129129

130130
#### 2.1.2 For Development
131131

132132
The <ins>SpecialAgent</ins> is built in 2 passes utilizing different profiles:
133133

134-
1. The `default` profile is used for development of <ins>[Integration Rules](#64-integration-rule)</ins>. It builds and runs tests for each rule, but _does not bundle the rules_ into the main JAR (i.e. `opentracing-specialagent-1.7.1-SNAPSHOT.jar`).
134+
1. The `default` profile is used for development of <ins>[Integration Rules](#64-integration-rule)</ins>. It builds and runs tests for each rule, but _does not bundle the rules_ into the main JAR (i.e. `opentracing-specialagent-1.7.2-SNAPSHOT.jar`).
135135

136136
To run this profile:
137137
```bash
@@ -140,9 +140,9 @@ The <ins>SpecialAgent</ins> is built in 2 passes utilizing different profiles:
140140

141141
_**Note**: If you skip tests, the `assemble` profile will display an error stating that tests have not been run. See [Convenient One-Liners](#convenient-one-liners) for quick ways to build and package <ins>SpecialAgent</ins>_.
142142

143-
1. The `assemble` profile is used to bundle the <ins>[Integrations](#64-integration-rule)</ins> into the main JAR (i.e. `opentracing-specialagent-1.7.1-SNAPSHOT.jar`). It builds each rule, but _does not run tests._ Once the build with the `assemble` profile is finished, the main JAR (i.e. `opentracing-specialagent-1.7.1-SNAPSHOT.jar`) will contain the built rules inside it.
143+
1. The `assemble` profile is used to bundle the <ins>[Integrations](#64-integration-rule)</ins> into the main JAR (i.e. `opentracing-specialagent-1.7.2-SNAPSHOT.jar`). It builds each rule, but _does not run tests._ Once the build with the `assemble` profile is finished, the main JAR (i.e. `opentracing-specialagent-1.7.2-SNAPSHOT.jar`) will contain the built rules inside it.
144144

145-
_**Note**: If you do not run this step, the `opentracing-specialagent-1.7.1-SNAPSHOT.jar` from the previous step will not contain any <ins>[Integrations](#63-integration)</ins>!_
145+
_**Note**: If you do not run this step, the `opentracing-specialagent-1.7.2-SNAPSHOT.jar` from the previous step will not contain any <ins>[Integrations](#63-integration)</ins>!_
146146

147147
_**Note**: It is important to **not** run Maven's `clean` lifecycle when executing the `assemble` profile, otherwise the <ins>[Integrations](#63-integration)</ins> built in with the `default` profile will be cleared._
148148

@@ -205,7 +205,7 @@ For development of <ins>[Integration Rules](#64-integration-rule)</ins>, import
205205

206206
```xml
207207
<properties>
208-
<special-agent-version>1.7.0</special-agent-version> <!-- 1.7.1-SNAPSHOT -->
208+
<special-agent-version>1.7.1</special-agent-version> <!-- 1.7.2-SNAPSHOT -->
209209
</properties>
210210
...
211211
<dependency>
@@ -293,7 +293,7 @@ With <ins>[Static Attach](#221-static-attach)</ins>, the application is executed
293293
Statically attaching to a Java application involves the use of the `-javaagent` vm argument at the time of startup of the target Java application. The following command can be used as an example:
294294

295295
```bash
296-
java -javaagent:opentracing-specialagent-1.7.0.jar -jar MyApp.jar
296+
java -javaagent:opentracing-specialagent-1.7.1.jar -jar MyApp.jar
297297
```
298298

299299
This command statically attaches <ins>SpecialAgent</ins> to the application in `MyApp.jar`.
@@ -312,12 +312,12 @@ Dynamically attaching to a Java application involves the use of a running applic
312312
1. To attach to the target `PID`:
313313
* For jdk1.8
314314
```bash
315-
java -Xbootclasspath/a:$JAVA_HOME/lib/tools.jar -jar opentracing-specialagent-1.7.0.jar ${PID}
315+
java -Xbootclasspath/a:$JAVA_HOME/lib/tools.jar -jar opentracing-specialagent-1.7.1.jar ${PID}
316316
```
317317

318318
* For jdk9+
319319
```bash
320-
java -jar opentracing-specialagent-1.7.0.jar ${PID}
320+
java -jar opentracing-specialagent-1.7.1.jar ${PID}
321321
```
322322

323323
**Note:** Properties that are provided in the command to dynamically attach will be absorbed by the target application. This applies to properties specific to <ins>SpecialAgent</ins>, such as `-Dsa.log.level=FINER`, as well as other properties such as `-Djava.util.logging.config.file=out.log`.
@@ -344,7 +344,7 @@ If the above supported application environment is detected, <ins>Static Deferred
344344
The following command can be used as an example:
345345

346346
```bash
347-
java -javaagent:opentracing-specialagent-1.7.0.jar -Dsa.init.defer=false -jar MySpringBootApp.jar
347+
java -javaagent:opentracing-specialagent-1.7.1.jar -Dsa.init.defer=false -jar MySpringBootApp.jar
348348
```
349349

350350
## 3 Configuration
@@ -585,7 +585,7 @@ For the development of <ins>[Integration Rules](#64-integration-rule)</ins>, ple
585585
| Google Http Client | [`google-http-client`][google-http-client] | 1.19.0 | LATEST |
586586
| [Grizzly AsyncHttpClient](https://github.com/opentracing-contrib/java-grizzly-ahc) | [`grizzly:ahc`][grizzly-ahc] | 1.15 | LATEST |
587587
| [Grizzly HTTP Server](https://github.com/opentracing-contrib/java-grizzly-http-server) | [`grizzly:http-server`][grizzly-http-server] | 2.3.35 | LATEST |
588-
| [GRPC](https://github.com/opentracing-contrib/java-grpc) | [`grpc`][grpc] | 1.7.0 | LATEST |
588+
| [GRPC](https://github.com/opentracing-contrib/java-grpc) | [`grpc`][grpc] | 1.7.1 | LATEST |
589589
| [Hazelcast](https://github.com/opentracing-contrib/opentracing-hazelcast) | [`hazelcast`][hazelcast] | 3.12 | 3.12.6 |
590590
| [Java Concurrent API \[`java.util.concurrent`\]](https://github.com/opentracing-contrib/java-concurrent) | [`concurrent`][concurrent] | 1.5 | 11 |
591591
| [Java JDBC API \[`java.sql`\]][java-jdbc]<br>&nbsp; | [`jdbc`<br><sup>(configurable)</sup>][jdbc] | 3.1<br>&nbsp; | 4.3<br>&nbsp; |
@@ -846,5 +846,5 @@ This project is licensed under the Apache 2 License - see the [LICENSE.txt](LICE
846846
[specialagent-pom]: https://github.com/opentracing-contrib/java-specialagent/blob/master/pom.xml
847847
[circleci]: https://circleci.com/gh/opentracing-contrib/java-specialagent/tree/master
848848
849-
[main-release]: https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.0/opentracing-specialagent-1.7.0.jar
850-
[main-snapshot]: https://oss.sonatype.org/content/repositories/snapshots/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.1-SNAPSHOT
849+
[main-release]: https://repo1.maven.org/maven2/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.1/opentracing-specialagent-1.7.1.jar
850+
[main-snapshot]: https://oss.sonatype.org/content/repositories/snapshots/io/opentracing/contrib/specialagent/opentracing-specialagent/1.7.2-SNAPSHOT

Diff for: itest-maven-plugin/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent</groupId>
2323
<artifactId>specialagent</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>itest-maven-plugin</artifactId>
2727
<packaging>maven-plugin</packaging>

Diff for: opentracing-adapter/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent</groupId>
2323
<artifactId>specialagent</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>opentracing-adapter</artifactId>
2727
<name>OpenTracing Adapter for SpecialAgent</name>

Diff for: opentracing-rewrite/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent</groupId>
2323
<artifactId>specialagent</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>opentracing-rewrite</artifactId>
2727
<name>Rewritable Tracer for SpecialAgent</name>

Diff for: opentracing-specialagent-api/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ The <ins>SpecialAgent</ins> has specific requirements for packaging of <ins>Inte
262262
<plugin>
263263
<groupId>io.opentracing.contrib.specialagent</groupId>
264264
<artifactId>specialagent-maven-plugin</artifactId>
265-
<version>1.7.0</version> <!-- 1.7.1-SNAPSHOT -->
265+
<version>1.7.1</version> <!-- 1.7.2-SNAPSHOT -->
266266
<executions>
267267
<execution>
268268
<id>fingerprint</id>
@@ -307,7 +307,7 @@ The <ins>SpecialAgent</ins> has specific requirements for packaging of <ins>Inte
307307
<plugin>
308308
<groupId>io.opentracing.contrib.specialagent</groupId>
309309
<artifactId>specialagent-maven-plugin</artifactId>
310-
<version>1.7.0</version> <!-- 1.7.1-SNAPSHOT -->
310+
<version>1.7.1</version> <!-- 1.7.2-SNAPSHOT -->
311311
...
312312
<configuration>
313313
<name>${sa.rule.name}</name>
@@ -365,7 +365,7 @@ The POM of each <ins>Integration Rule</ins> must describe at least one `pass` co
365365
<plugin>
366366
<groupId>io.opentracing.contrib.specialagent</groupId>
367367
<artifactId>specialagent-maven-plugin</artifactId>
368-
<version>1.7.0</version> <!-- 1.7.1-SNAPSHOT -->
368+
<version>1.7.1</version> <!-- 1.7.2-SNAPSHOT -->
369369
<executions>
370370
...
371371
<execution>

Diff for: opentracing-specialagent-api/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent</groupId>
2323
<artifactId>specialagent</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>opentracing-specialagent-api</artifactId>
2727
<name>OpenTracing SpecialAgent API</name>

Diff for: opentracing-specialagent-util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent</groupId>
2323
<artifactId>specialagent</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>opentracing-specialagent-util</artifactId>
2727
<name>OpenTracing SpecialAgent Utilities</name>

Diff for: opentracing-specialagent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent</groupId>
2323
<artifactId>specialagent</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>opentracing-specialagent</artifactId>
2727
<name>OpenTracing SpecialAgent</name>

Diff for: pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<modelVersion>4.0.0</modelVersion>
2121
<groupId>io.opentracing.contrib.specialagent</groupId>
2222
<artifactId>specialagent</artifactId>
23-
<version>1.7.1-SNAPSHOT</version>
23+
<version>1.7.1</version>
2424
<packaging>pom</packaging>
2525
<name>Java SpecialAgent</name>
2626
<description>Java Agent for OpenTracing, with automatic instrumentation</description>
@@ -387,13 +387,13 @@
387387
<goals>
388388
<goal>sign</goal>
389389
</goals>
390-
<configuration>
390+
<!--configuration>
391391
<gpgArguments>
392-
<!-- Necessary for GPG v2.2+ -->
393-
<arg>--pinentry-mode</arg>
392+
<!- - Necessary for GPG v2.2+ - ->
393+
<arg>- -pinentry-mode</arg>
394394
<arg>loopback</arg>
395395
</gpgArguments>
396-
</configuration>
396+
</configuration-->
397397
</execution>
398398
</executions>
399399
</plugin>

Diff for: rule/akka-actor/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>akka-actor</artifactId>
2727
<name>SpecialAgent Rule for Akka Actor</name>

Diff for: rule/akka-http/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>akka-http</artifactId>
2727
<name>SpecialAgent Rule for Akka Http</name>

Diff for: rule/apache-httpclient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>apache-httpclient</artifactId>
2727
<name>SpecialAgent Rule for Apache HttpClient</name>

Diff for: rule/asynchttpclient/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>asynchttpclient</artifactId>
2727
<name>SpecialAgent Rule for AsyncHttpClient</name>

Diff for: rule/aws-sdk-1/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>aws-sdk-1</artifactId>
2727
<name>SpecialAgent Rule for AWS SDK v1</name>

Diff for: rule/aws-sdk-2/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>aws-sdk-2</artifactId>
2727
<name>SpecialAgent Rule for AWS SDK v2</name>

Diff for: rule/camel/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>camel</artifactId>
2727
<name>SpecialAgent Rule for Apache Camel</name>

Diff for: rule/cassandra-driver-3/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>cassandra-driver-3</artifactId>
2727
<name>SpecialAgent Rule for Cassandra 3 Driver</name>

Diff for: rule/cassandra-driver-4/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>cassandra-driver-4</artifactId>
2727
<name>SpecialAgent Rule for Cassandra 4 Driver</name>

Diff for: rule/concurrent/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>concurrent</artifactId>
2727
<name>SpecialAgent Rule for Java Concurrent API</name>

Diff for: rule/couchbase-client/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>couchbase-client</artifactId>
2727
<name>SpecialAgent Rule for Couchbase Client</name>

Diff for: rule/cxf/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>io.opentracing.contrib.specialagent.rule</groupId>
2323
<artifactId>rule</artifactId>
24-
<version>1.7.1-SNAPSHOT</version>
24+
<version>1.7.1</version>
2525
</parent>
2626
<artifactId>cxf</artifactId>
2727
<name>SpecialAgent Rule for Apache CXF</name>

0 commit comments

Comments
 (0)