diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index b0cc57060f55..7225c4573a84 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -5,9 +5,9 @@ name: Maven on: push: - branches: [ master, 2.3.x ] + branches: [ 2.5.x ] pull_request: - branches: [ master, 2.3.x ] + branches: [ 2.5.x ] jobs: diff --git a/README.md b/README.md index 81a72a45e239..aff96fe663d2 100644 --- a/README.md +++ b/README.md @@ -5,12 +5,12 @@ [![Maven](https://img.shields.io/github/actions/workflow/status/pinpoint-apm/pinpoint/maven.yml?branch=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/12/27) +## Latest Release (2023/10/10) -We're happy to announce the release of Pinpoint v2.5.0. -Please check the release note at (https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.5.0). +We're happy to announce the release of Pinpoint v2.5.3. +Please check the release note at (https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.5.3). -The current stable version is [v2.5.0](https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.5.0). +The current stable version is [v2.5.3](https://github.com/pinpoint-apm/pinpoint/releases/tag/v2.5.3). ## Live Demo diff --git a/agent-plugins/pom.xml b/agent-plugins/pom.xml index 1b6f93373ceb..536cb55e72c0 100644 --- a/agent-plugins/pom.xml +++ b/agent-plugins/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-agent-plugins diff --git a/agent-plugins/proxy-apache/pom.xml b/agent-plugins/proxy-apache/pom.xml index b0b8772c30db..1c612cd2bd9d 100644 --- a/agent-plugins/proxy-apache/pom.xml +++ b/agent-plugins/proxy-apache/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint ../../pom.xml - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-agent-proxy-apache-plugin diff --git a/agent-plugins/proxy-app/pom.xml b/agent-plugins/proxy-app/pom.xml index 488d0f5c8b73..11aa723b0081 100644 --- a/agent-plugins/proxy-app/pom.xml +++ b/agent-plugins/proxy-app/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint ../../pom.xml - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-agent-proxy-app-plugin diff --git a/agent-plugins/proxy-common/pom.xml b/agent-plugins/proxy-common/pom.xml index 198ebc11736a..6fee18c459df 100644 --- a/agent-plugins/proxy-common/pom.xml +++ b/agent-plugins/proxy-common/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint ../../pom.xml - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-agent-proxy-common diff --git a/agent-plugins/proxy-nginx/pom.xml b/agent-plugins/proxy-nginx/pom.xml index 5bbc2d634324..d8acd611f7b0 100644 --- a/agent-plugins/proxy-nginx/pom.xml +++ b/agent-plugins/proxy-nginx/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint ../../pom.xml - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-agent-proxy-nginx-plugin diff --git a/agent-plugins/proxy-user/pom.xml b/agent-plugins/proxy-user/pom.xml index 40998e7720e1..0477983cca2b 100644 --- a/agent-plugins/proxy-user/pom.xml +++ b/agent-plugins/proxy-user/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint ../../pom.xml - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-agent-proxy-user-plugin diff --git a/agent-sdk/pom.xml b/agent-sdk/pom.xml index b3a450325ad6..354511ba6104 100644 --- a/agent-sdk/pom.xml +++ b/agent-sdk/pom.xml @@ -5,7 +5,7 @@ pinpoint com.navercorp.pinpoint - 2.5.3-SNAPSHOT + 2.5.3 4.0.0 diff --git a/agent-testweb/agent-testweb-commons/pom.xml b/agent-testweb/agent-testweb-commons/pom.xml index 582681cb494d..f1c21dc935b1 100644 --- a/agent-testweb/agent-testweb-commons/pom.xml +++ b/agent-testweb/agent-testweb-commons/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-agent-testweb-commons jar diff --git a/agent-testweb/agentsdk-async-testweb/pom.xml b/agent-testweb/agentsdk-async-testweb/pom.xml index 6a1e7c7c98cc..30ead8b722c7 100644 --- a/agent-testweb/agentsdk-async-testweb/pom.xml +++ b/agent-testweb/agentsdk-async-testweb/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-agentsdk-async-testweb diff --git a/agent-testweb/bom/pom.xml b/agent-testweb/bom/pom.xml index 96ed7f5ab549..ada1d1117ad9 100644 --- a/agent-testweb/bom/pom.xml +++ b/agent-testweb/bom/pom.xml @@ -22,7 +22,7 @@ com.navercorp.pinpoint pinpoint ../../pom.xml - 2.5.3-SNAPSHOT + 2.5.3 pom diff --git a/agent-testweb/cassandra3-plugin-testweb/pom.xml b/agent-testweb/cassandra3-plugin-testweb/pom.xml index f9e4614b2215..3ab73f515a8a 100644 --- a/agent-testweb/cassandra3-plugin-testweb/pom.xml +++ b/agent-testweb/cassandra3-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-cassandra3-plugin-testweb diff --git a/agent-testweb/cassandra4-plugin-testweb/pom.xml b/agent-testweb/cassandra4-plugin-testweb/pom.xml index 0785a9cd943b..3acc9897d501 100644 --- a/agent-testweb/cassandra4-plugin-testweb/pom.xml +++ b/agent-testweb/cassandra4-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-cassandra4-plugin-testweb diff --git a/agent-testweb/dubbo-plugin-testweb/pom.xml b/agent-testweb/dubbo-plugin-testweb/pom.xml index 70bc3db75968..8d3803e8d8ee 100644 --- a/agent-testweb/dubbo-plugin-testweb/pom.xml +++ b/agent-testweb/dubbo-plugin-testweb/pom.xml @@ -22,7 +22,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-dubbo-plugin-testweb diff --git a/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml b/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml index 3af7bfc3e337..8d5a72c5c6df 100644 --- a/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml +++ b/agent-testweb/elasticsearch-8-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-elasticsearch-8-plugin-testweb diff --git a/agent-testweb/elasticsearch-plugin-testweb/pom.xml b/agent-testweb/elasticsearch-plugin-testweb/pom.xml index 80e27632e181..10e9fe0842ea 100644 --- a/agent-testweb/elasticsearch-plugin-testweb/pom.xml +++ b/agent-testweb/elasticsearch-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-elasticsearch-plugin-testweb diff --git a/agent-testweb/httpclient4-plugin-testweb/pom.xml b/agent-testweb/httpclient4-plugin-testweb/pom.xml index b9fb5335ac00..c943c641d111 100644 --- a/agent-testweb/httpclient4-plugin-testweb/pom.xml +++ b/agent-testweb/httpclient4-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-httpclient4-plugin-testweb diff --git a/agent-testweb/httpclient5-plugin-testweb/pom.xml b/agent-testweb/httpclient5-plugin-testweb/pom.xml index 4f8dded4cd4b..dd222f79a984 100644 --- a/agent-testweb/httpclient5-plugin-testweb/pom.xml +++ b/agent-testweb/httpclient5-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-httpclient5-plugin-testweb diff --git a/agent-testweb/jdk-http-plugin-testweb/pom.xml b/agent-testweb/jdk-http-plugin-testweb/pom.xml index 502283cab73b..1dbb88ac896f 100644 --- a/agent-testweb/jdk-http-plugin-testweb/pom.xml +++ b/agent-testweb/jdk-http-plugin-testweb/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-jdk-http-plugin-testweb diff --git a/agent-testweb/jetty-plugin-testweb/pom.xml b/agent-testweb/jetty-plugin-testweb/pom.xml index 871f5d068a10..5d0e55a42b77 100644 --- a/agent-testweb/jetty-plugin-testweb/pom.xml +++ b/agent-testweb/jetty-plugin-testweb/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-jetty-plugin-testweb diff --git a/agent-testweb/kafka-plugin-testweb/pom.xml b/agent-testweb/kafka-plugin-testweb/pom.xml index 8f77ab0cecda..12c56302158d 100644 --- a/agent-testweb/kafka-plugin-testweb/pom.xml +++ b/agent-testweb/kafka-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-kafka-plugin-testweb diff --git a/agent-testweb/kafka-streams-testweb/pom.xml b/agent-testweb/kafka-streams-testweb/pom.xml index 6f9d4160847d..749b18f56866 100644 --- a/agent-testweb/kafka-streams-testweb/pom.xml +++ b/agent-testweb/kafka-streams-testweb/pom.xml @@ -5,7 +5,7 @@ pinpoint-agent-testweb com.navercorp.pinpoint - 2.5.3-SNAPSHOT + 2.5.3 4.0.0 diff --git a/agent-testweb/mongodb-plugin-testweb/pom.xml b/agent-testweb/mongodb-plugin-testweb/pom.xml index 54629e01b6cb..ee26931567b6 100644 --- a/agent-testweb/mongodb-plugin-testweb/pom.xml +++ b/agent-testweb/mongodb-plugin-testweb/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-mongodb-plugin-testweb diff --git a/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml b/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml index aa3a542043c4..aa5f2cfbe38d 100644 --- a/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml +++ b/agent-testweb/mongodb-reactive-plugin-testweb/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-mongodb-reactive-plugin-testweb diff --git a/agent-testweb/paho-mqtt-plugin-testweb/pom.xml b/agent-testweb/paho-mqtt-plugin-testweb/pom.xml index 4bde7b44befa..6d8786e392ac 100644 --- a/agent-testweb/paho-mqtt-plugin-testweb/pom.xml +++ b/agent-testweb/paho-mqtt-plugin-testweb/pom.xml @@ -6,7 +6,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-paho-mqtt-plugin-testweb diff --git a/agent-testweb/pom.xml b/agent-testweb/pom.xml index 4c1ca9cadc6d..48d4e544d2ba 100644 --- a/agent-testweb/pom.xml +++ b/agent-testweb/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-agent-testweb diff --git a/agent-testweb/postgresql-plugin-testweb/pom.xml b/agent-testweb/postgresql-plugin-testweb/pom.xml index 52078a0441f3..2d30206000a9 100644 --- a/agent-testweb/postgresql-plugin-testweb/pom.xml +++ b/agent-testweb/postgresql-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-postgresql-plugin-testweb diff --git a/agent-testweb/reactor-netty-plugin-testweb/pom.xml b/agent-testweb/reactor-netty-plugin-testweb/pom.xml index 608011ca9ab2..19063d9cb9b5 100644 --- a/agent-testweb/reactor-netty-plugin-testweb/pom.xml +++ b/agent-testweb/reactor-netty-plugin-testweb/pom.xml @@ -6,7 +6,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-reactor-netty-plugin-testweb diff --git a/agent-testweb/reactor-plugin-testweb/pom.xml b/agent-testweb/reactor-plugin-testweb/pom.xml index b4cc023ca75f..547ec4c4c1e7 100644 --- a/agent-testweb/reactor-plugin-testweb/pom.xml +++ b/agent-testweb/reactor-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-reactor-plugin-testweb diff --git a/agent-testweb/redis-lettuce-plugin-testweb/pom.xml b/agent-testweb/redis-lettuce-plugin-testweb/pom.xml index bcfa31889a4b..a527def6362a 100644 --- a/agent-testweb/redis-lettuce-plugin-testweb/pom.xml +++ b/agent-testweb/redis-lettuce-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-redis-lettuce-plugin-testweb diff --git a/agent-testweb/rocketmq-plugin-testweb/pom.xml b/agent-testweb/rocketmq-plugin-testweb/pom.xml index 51406288c401..c023d59bbaaf 100644 --- a/agent-testweb/rocketmq-plugin-testweb/pom.xml +++ b/agent-testweb/rocketmq-plugin-testweb/pom.xml @@ -6,7 +6,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-rocketmq-plugin-testweb diff --git a/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml b/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml index 87bef67abe00..d6c2f569baa1 100644 --- a/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml +++ b/agent-testweb/rocketmq-plugin-testweb/rocketmq-original/pom.xml @@ -5,7 +5,7 @@ pinpoint-rocketmq-plugin-testweb com.navercorp.pinpoint - 2.5.3-SNAPSHOT + 2.5.3 ../pom.xml 4.0.0 diff --git a/agent-testweb/rocketmq-plugin-testweb/rocketmq-springboot/pom.xml b/agent-testweb/rocketmq-plugin-testweb/rocketmq-springboot/pom.xml index e24092283535..7289055b6973 100644 --- a/agent-testweb/rocketmq-plugin-testweb/rocketmq-springboot/pom.xml +++ b/agent-testweb/rocketmq-plugin-testweb/rocketmq-springboot/pom.xml @@ -5,7 +5,7 @@ pinpoint-agent-testweb com.navercorp.pinpoint - 2.5.3-SNAPSHOT + 2.5.3 ../../pom.xml 4.0.0 diff --git a/agent-testweb/rocketmq-plugin-testweb/rocketmq-springcloud-stream/pom.xml b/agent-testweb/rocketmq-plugin-testweb/rocketmq-springcloud-stream/pom.xml index 612cdf647695..343161eed4ca 100644 --- a/agent-testweb/rocketmq-plugin-testweb/rocketmq-springcloud-stream/pom.xml +++ b/agent-testweb/rocketmq-plugin-testweb/rocketmq-springcloud-stream/pom.xml @@ -5,7 +5,7 @@ pinpoint-agent-testweb com.navercorp.pinpoint - 2.5.3-SNAPSHOT + 2.5.3 ../../pom.xml 4.0.0 diff --git a/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml b/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml index 0bd1e261be91..190222e2ea57 100644 --- a/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml +++ b/agent-testweb/spring-cloud-gateway-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-spring-cloud-gateway-plugin-testweb diff --git a/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml b/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml index ffcd3816acaa..6b0012e48cd3 100644 --- a/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml +++ b/agent-testweb/spring-data-r2dbc-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-spring-data-r2dbc-plugin-testweb diff --git a/agent-testweb/spring-webflux-plugin-testweb/pom.xml b/agent-testweb/spring-webflux-plugin-testweb/pom.xml index 894bc93fce37..c0630e4e28b0 100644 --- a/agent-testweb/spring-webflux-plugin-testweb/pom.xml +++ b/agent-testweb/spring-webflux-plugin-testweb/pom.xml @@ -7,7 +7,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-spring-webflux-plugin-testweb diff --git a/agent-testweb/thread-plugin-testweb/pom.xml b/agent-testweb/thread-plugin-testweb/pom.xml index d3cae6136f4d..c62a8aea2ecd 100644 --- a/agent-testweb/thread-plugin-testweb/pom.xml +++ b/agent-testweb/thread-plugin-testweb/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-thread-plugin-testweb diff --git a/agent-testweb/thrift-plugin-testweb/pom.xml b/agent-testweb/thrift-plugin-testweb/pom.xml index 982fcbd8f1dc..2c6f6edf2bb0 100644 --- a/agent-testweb/thrift-plugin-testweb/pom.xml +++ b/agent-testweb/thrift-plugin-testweb/pom.xml @@ -6,7 +6,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-thrift-plugin-testweb diff --git a/agent-testweb/undertow-plugin-testweb/pom.xml b/agent-testweb/undertow-plugin-testweb/pom.xml index c54533440692..fbdf9d239da3 100644 --- a/agent-testweb/undertow-plugin-testweb/pom.xml +++ b/agent-testweb/undertow-plugin-testweb/pom.xml @@ -6,7 +6,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-undertow-plugin-testweb diff --git a/agent-testweb/vertx-3-plugin-testweb/pom.xml b/agent-testweb/vertx-3-plugin-testweb/pom.xml index 77fb3c29e615..53a2d085bc5b 100644 --- a/agent-testweb/vertx-3-plugin-testweb/pom.xml +++ b/agent-testweb/vertx-3-plugin-testweb/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-vertx-3-plugin-testweb jar diff --git a/agent-testweb/vertx-4-plugin-testweb/pom.xml b/agent-testweb/vertx-4-plugin-testweb/pom.xml index 294af33b7950..873a1c0fe3ee 100644 --- a/agent-testweb/vertx-4-plugin-testweb/pom.xml +++ b/agent-testweb/vertx-4-plugin-testweb/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint-agent-testweb - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-vertx-4-plugin-testweb diff --git a/agent/pom.xml b/agent/pom.xml index 1ed2416a5906..1a2c0e67b5fc 100644 --- a/agent/pom.xml +++ b/agent/pom.xml @@ -21,7 +21,7 @@ com.navercorp.pinpoint pinpoint - 2.5.3-SNAPSHOT + 2.5.3 pinpoint-agent diff --git a/annotations/pom.xml b/annotations/pom.xml index 36f5c4748bdb..436b2cad9fbb 100644 --- a/annotations/pom.xml +++ b/annotations/pom.xml @@ -5,7 +5,7 @@ com.navercorp.pinpoint pinpoint - 2.5.3-SNAPSHOT + 2.5.3