Skip to content

Commit

Permalink
[#10463] Major version changed from 2.6.0 to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Nov 6, 2023
1 parent ff64c36 commit 2932f21
Show file tree
Hide file tree
Showing 287 changed files with 308 additions and 305 deletions.
41 changes: 22 additions & 19 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -89,31 +89,33 @@ Java version required to run Pinpoint:
| 2.3.x | 7-17 | 8 | 8 | 8 |
| 2.4.x | 7-18 | 11 | 11 | 11 |
| 2.5.x | 8-19 | 11 | 11 | 11 |
| 3.0.x | 8-21 | 17 | 17 | 17 |

<!-- </compatibilityJava.md> -->
HBase compatibility table:
<!-- <compatibilityHbase.md> -->
| Pinpoint Version | HBase 1.x | HBase 2.x |
|-----------------|-----------|-----------------------------------------------------------------------------------------------------------------------|
| 2.0.x | yes | [optional](https://pinpoint-apm.gitbook.io/pinpoint/documents/hbase-upgrade#do-you-like-to-use-hbase-2x-for-pinpoint) |
| 2.1.x | yes | [optional](https://pinpoint-apm.gitbook.io/pinpoint/documents/hbase-upgrade#do-you-like-to-use-hbase-2x-for-pinpoint) |
| 2.2.x | yes | [optional](https://pinpoint-apm.gitbook.io/pinpoint/documents/hbase-upgrade#do-you-like-to-use-hbase-2x-for-pinpoint) |
| 2.3.x | yes | [hbase2-module](https://github.com/pinpoint-apm/pinpoint/tree/2.3.x/hbase2-module) |
| 2.4.x | yes | [hbase2-module](https://github.com/pinpoint-apm/pinpoint/tree/2.4.x/hbase2-module) |
| 2.5.x | yes | [hbase2-module](https://github.com/pinpoint-apm/pinpoint/tree/2.5.x/hbase2-module) |
| 2.6.x | no | yes | |
|------------------|-----------|-----------------------------------------------------------------------------------------------------------------------|
| 2.0.x | yes | [optional](https://pinpoint-apm.gitbook.io/pinpoint/documents/hbase-upgrade#do-you-like-to-use-hbase-2x-for-pinpoint) |
| 2.1.x | yes | [optional](https://pinpoint-apm.gitbook.io/pinpoint/documents/hbase-upgrade#do-you-like-to-use-hbase-2x-for-pinpoint) |
| 2.2.x | yes | [optional](https://pinpoint-apm.gitbook.io/pinpoint/documents/hbase-upgrade#do-you-like-to-use-hbase-2x-for-pinpoint) |
| 2.3.x | yes | [hbase2-module](https://github.com/pinpoint-apm/pinpoint/tree/2.3.x/hbase2-module) |
| 2.4.x | yes | [hbase2-module](https://github.com/pinpoint-apm/pinpoint/tree/2.4.x/hbase2-module) |
| 2.5.x | yes | [hbase2-module](https://github.com/pinpoint-apm/pinpoint/tree/2.5.x/hbase2-module) |
| 3.0.x | no | yes |

<!-- </compatibilityHbase.md> -->
Agent - Collector compatibility table:
<!-- <compatibilityPinpoint.md> -->
| Agent Version | Collector 2.0.x | Collector 2.1.x | Collector 2.2.x | Collector 2.3.x | Collector 2.4.x | Collector 2.5.x |
|---------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| 2.0.x | yes | yes | yes | yes | yes | yes |
| 2.1.x | no | yes | yes | yes | yes | yes |
| 2.2.x | no | no | yes | yes | yes | yes |
| 2.3.x | no | no | no | yes | yes | yes |
| 2.4.x | no | no | no | no | yes | yes |
| 2.5.x | no | no | no | no | no | yes |
| Agent Version | Collector 2.0.x | Collector 2.1.x | Collector 2.2.x | Collector 2.3.x | Collector 2.4.x | Collector 2.5.x | Collector 3.0.x |
|---------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|-----------------|
| 2.0.x | yes | yes | yes | yes | yes | yes | yes |
| 2.1.x | no | yes | yes | yes | yes | yes | yes |
| 2.2.x | no | no | yes | yes | yes | yes | yes |
| 2.3.x | no | no | no | yes | yes | yes | yes |
| 2.4.x | no | no | no | no | yes | yes | yes |
| 2.5.x | no | no | no | no | no | yes | yes |
| 3.0.x | no | no | no | no | no | no | yes |

<!-- </compatibilityPinpoint.md> -->
Flink compatibility table:
Expand All @@ -129,9 +131,10 @@ Flink compatibility table:
<!-- </compatibilityFlink.md> -->
Pinot compatibility table:
<!-- <compatibilityPinot.md> -->
| Pinpoint Version | Pinot 0.11.0 | Pinot 0.12.0 |
|------------------|--------------|--------------|
| 2.5.x | yes | yes |
| Pinpoint Version | Pinot 0.11.0 | Pinot 0.12.0 | Pinot 1.0.0 |
|------------------|--------------|--------------|----------------|
| 2.5.x | yes | yes | yes |
| 3.0.x | no | no | yes |
<!-- </compatibilityPinot.md> -->

## Community
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/proxy-apache/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-apache-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/proxy-app/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-app-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/proxy-common/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/proxy-nginx/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-nginx-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/proxy-user/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-user-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-sdk/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pinpoint</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/agent-proxy-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/agent-testweb-commons/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-agent-testweb-commons</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/agentsdk-async-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agentsdk-async-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/bom/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/cassandra3-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-cassandra3-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/cassandra4-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-cassandra4-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/closed-module-testlib/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-closed-module-testlib</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/closed-module-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-closed-module-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/dubbo-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-dubbo-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/elasticsearch-8-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-elasticsearch-8-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/elasticsearch-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-elasticsearch-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/grpc-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-grpc-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/httpclient4-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-httpclient4-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/httpclient5-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-httpclient5-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/jdk-http-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-jdk-http-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/jetty-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-jetty-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/kafka-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-kafka-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/kafka-streams-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pinpoint-agent-testweb</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/mongodb-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-mongodb-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/mongodb-reactive-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-mongodb-reactive-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/ning-asynchttpclient-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-ning-asynchttpclient-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/okhttp-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-okhttp-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/paho-mqtt-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-paho-mqtt-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/postgresql-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-postgresql-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/reactor-netty-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-reactor-netty-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/reactor-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-reactor-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/redis-lettuce-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-redis-lettuce-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/resilience4j-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-resilience4j-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/rocketmq-plugin-testweb/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.6.0-SNAPSHOT</version>
<version>3.0.0-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-rocketmq-plugin-testweb</artifactId>
Expand Down
Loading

0 comments on commit 2932f21

Please sign in to comment.