Skip to content

Commit 7a6334d

Browse files
authored
Begin 8.16.0 iteration (#501)
* [maven-release-plugin] prepare release v8.15.0 * [maven-release-plugin] prepare for next development iteration * Create changes-8.15.0.md * Set changes.md for 8.16.0
1 parent f179b65 commit 7a6334d

File tree

211 files changed

+248
-237
lines changed

Some content is hidden

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

211 files changed

+248
-237
lines changed

CHANGES.md

Lines changed: 3 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,37 +2,14 @@ Changes by Version
22
==================
33
Release Notes.
44

5-
8.15.0
5+
8.16.0
66
------------------
77

8-
* Enhance lettuce plugin to adopt uniform tags.
9-
* Expose complete Tracing APIs in the tracing toolkit.
10-
* Add plugin to trace Spring 6 and Resttemplate 6.
11-
* Move the baseline to JDK 17 for development, the runtime baseline is still Java 8 compatible.
12-
* Remove Powermock entirely from the test cases.
13-
* Fix H2 instrumentation point
14-
* Refactor pipeline in jedis-plugin.
15-
* Add plugin to support ClickHouse JDBC driver (0.3.2.*).
16-
* Refactor kotlin coroutine plugin with CoroutineContext.
17-
* Fix OracleURLParser ignoring actual port when :SID is absent.
18-
* Change gRPC instrumentation point to fix plugin not working for server side.
19-
* Fix servicecomb plugin trace break.
20-
* Adapt Armeria's plugins to the latest version 1.22.x
21-
* Fix tomcat-10x-plugin and add test case to support tomcat7.x-8.x-9.x.
22-
* Fix thrift plugin generate duplicate traceid when `sendBase` error occurs
23-
* Support keep trace profiling when cross-thread.
24-
* Fix unexpected whitespace of the command catalogs in several Redis plugins.
25-
* Fix a thread leak in `SamplingService` when updated sampling policy in the runtime.
26-
* Support MySQL plugin tracing SQL parameters when useServerPrepStmts
27-
* Update the endpoint name of `Undertow` plugin to `Method:Path`.
28-
* Build a dummy(empty) javadoc of finagle and jdk-http plugins due to incompatibility.
298

309
#### Documentation
31-
* Update docs of Tracing APIs, reorganize the API docs into six parts.
32-
* Correct missing package name in native manual API docs.
33-
* Add a FAQ doc about "How to make SkyWalking agent works in `OSGI` environment?"
3410

35-
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/168?closed=1)
11+
12+
All issues and pull requests are [here](https://github.com/apache/skywalking/milestone/175?closed=1)
3613

3714
------------------
3815
Find change logs of all versions [here](changes).

apm-application-toolkit/apm-toolkit-kafka/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-log4j-1.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-log4j-2.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-logback-1.x/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-meter/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-application-toolkit</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-application-toolkit/apm-toolkit-micrometer-1.10/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-application-toolkit</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-application-toolkit/apm-toolkit-micrometer-registry/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-application-toolkit</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-application-toolkit/apm-toolkit-opentracing/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-application-toolkit</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-application-toolkit/apm-toolkit-trace/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-application-toolkit</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-application-toolkit/apm-toolkit-webflux/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-application-toolkit</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-application-toolkit/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>java-agent</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>apm-application-toolkit</artifactId>

apm-commons/apm-datacarrier/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>java-agent-commons</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-commons/apm-util/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>java-agent-commons</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-commons/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>java-agent</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-protocol/apm-network/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>java-agent-protocol</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-protocol/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>java-agent</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-sniffer/apm-agent-core/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.skywalking</groupId>
2424
<artifactId>java-agent-sniffer</artifactId>
25-
<version>8.15.0-SNAPSHOT</version>
25+
<version>8.16.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>apm-agent-core</artifactId>

apm-sniffer/apm-agent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<parent>
2323
<groupId>org.apache.skywalking</groupId>
2424
<artifactId>java-agent-sniffer</artifactId>
25-
<version>8.15.0-SNAPSHOT</version>
25+
<version>8.16.0-SNAPSHOT</version>
2626
</parent>
2727

2828
<artifactId>apm-agent</artifactId>

apm-sniffer/apm-sdk-plugin/activemq-5.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-sdk-plugin</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-sniffer/apm-sdk-plugin/apm-armeria-plugins/apm-armeria-0.84.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-armeria-plugins</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/apm-armeria-plugins/apm-armeria-0.85.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-armeria-plugins</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/apm-armeria-plugins/apm-armeria-1.0.x-plugin/pom.xml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,11 @@
1616
~ limitations under the License.
1717
-->
1818

19-
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
20-
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
19+
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
2120
<parent>
2221
<artifactId>apm-armeria-plugins</artifactId>
2322
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2524
</parent>
2625
<modelVersion>4.0.0</modelVersion>
2726

apm-sniffer/apm-sdk-plugin/apm-armeria-plugins/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<packaging>pom</packaging>

apm-sniffer/apm-sdk-plugin/asynchttpclient-2.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<groupId>org.apache.skywalking</groupId>
2323
<artifactId>apm-sdk-plugin</artifactId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-sniffer/apm-sdk-plugin/avro-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-sdk-plugin</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-sniffer/apm-sdk-plugin/baidu-brpc-3.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-sdk-plugin</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<packaging>jar</packaging>

apm-sniffer/apm-sdk-plugin/baidu-brpc-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-sdk-plugin</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727
<packaging>jar</packaging>

apm-sniffer/apm-sdk-plugin/canal-1.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
<parent>
2222
<artifactId>apm-sdk-plugin</artifactId>
2323
<groupId>org.apache.skywalking</groupId>
24-
<version>8.15.0-SNAPSHOT</version>
24+
<version>8.16.0-SNAPSHOT</version>
2525
</parent>
2626
<modelVersion>4.0.0</modelVersion>
2727

apm-sniffer/apm-sdk-plugin/cassandra-java-driver-3.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/clickhouse-0.3.1-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/clickhouse-0.3.2.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/cxf-3.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/dbcp-2.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/druid-1.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/dubbo-2.7.x-conflict-patch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/dubbo-2.7.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/dubbo-3.x-conflict-patch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/dubbo-3.x-plugin/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

apm-sniffer/apm-sdk-plugin/dubbo-conflict-patch/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>apm-sdk-plugin</artifactId>
2222
<groupId>org.apache.skywalking</groupId>
23-
<version>8.15.0-SNAPSHOT</version>
23+
<version>8.16.0-SNAPSHOT</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

0 commit comments

Comments
 (0)