Skip to content

Commit

Permalink
[#9234] 2.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
emeroad committed Sep 30, 2022
1 parent 3f00a4d commit cddbcc1
Show file tree
Hide file tree
Showing 214 changed files with 217 additions and 217 deletions.
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -5,12 +5,12 @@
[![Maven](https://img.shields.io/github/workflow/status/pinpoint-apm/pinpoint/Maven/master?label=build&logo=github)](https://github.com/pinpoint-apm/pinpoint/actions?query=workflow%3AMaven)
[![codecov](https://codecov.io/gh/pinpoint-apm/pinpoint/branch/master/graph/badge.svg)](https://codecov.io/gh/pinpoint-apm/pinpoint)

## Latest Release (2022/08/04)
## Latest Release (2022/09/30)

We're happy to announce the release of Pinpoint v2.4.1.
Please check the release note at (https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.4.1).
We're happy to announce the release of Pinpoint v2.4.2.
Please check the release note at (https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.4.2).

The current stable version is [v2.4.1](https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.4.1).
The current stable version is [v2.4.2](https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.4.2).

## Live Demo

Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-plugins</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/proxy-apache/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-apache-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/proxy-app/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-app-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/proxy-common/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-common</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/proxy-nginx/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-nginx-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-plugins/proxy-user/pom.xml
Expand Up @@ -7,7 +7,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-proxy-user-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-sdk/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pinpoint</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/agentsdk-async-testweb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agentsdk-async-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/bom/pom.xml
Expand Up @@ -22,7 +22,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/dubbo-plugin-testweb/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-elasticsearch-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/jdk-http-plugin-testweb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-jdk-http-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/mongodb-plugin-testweb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-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
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-mongodb-reactive-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/paho-mqtt-plugin-testweb/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-paho-mqtt-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/postgresql-plugin-testweb/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-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
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-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
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-redis-lettuce-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/rocketmq-plugin-testweb/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-rocketmq-plugin-testweb</artifactId>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pinpoint-rocketmq-plugin-testweb</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
<relativePath>../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pinpoint-agent-testweb</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pinpoint-agent-testweb</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
<relativePath>../../pom.xml</relativePath>
</parent>
<modelVersion>4.0.0</modelVersion>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-spring-cloud-gateway-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/spring-webflux-plugin-testweb/pom.xml
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-spring-webflux-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/thread-plugin-testweb/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-thread-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/thrift-plugin-testweb/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-thrift-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/undertow-plugin-testweb/pom.xml
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-undertow-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/vertx-3-plugin-testweb/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>
<artifactId>pinpoint-vertx-3-plugin-testweb</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/vertx-4-plugin-testweb/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint-agent-testweb</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-vertx-4-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion annotations/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<!--
Expand Down
2 changes: 1 addition & 1 deletion batch/pom.xml
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion bootstraps/bootstrap-core/pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-bootstrap-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstraps/bootstrap-java8/pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-bootstrap-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstraps/bootstrap-java9-internal/pom.xml
Expand Up @@ -22,7 +22,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bootstraps/bootstrap-java9/pom.xml
Expand Up @@ -22,7 +22,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bootstraps/bootstrap/pom.xml
Expand Up @@ -6,7 +6,7 @@
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<relativePath>../../pom.xml</relativePath>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstraps/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-bootstraps</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion collector/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>com.navercorp.pinpoint</groupId>
<artifactId>pinpoint</artifactId>
<version>2.4.2</version>
<version>2.4.3-SNAPSHOT</version>
</parent>

<artifactId>pinpoint-collector</artifactId>
Expand Down

0 comments on commit cddbcc1

Please sign in to comment.