Skip to content

Commit

Permalink
[#release] prepare for 2.2.0
Browse files Browse the repository at this point in the history
2.2.0-SNAPSHOT -> 2.2.0
  • Loading branch information
koo-taejin committed Dec 2, 2020
1 parent 9a6fa78 commit e4a95ae
Show file tree
Hide file tree
Showing 171 changed files with 189 additions and 189 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,12 @@

**Visit [our official web site](https://pinpoint-apm.github.io/pinpoint/) for more information and [Latest updates on Pinpoint](https://pinpoint-apm.github.io/pinpoint/news.html)**.

## Latest Release (2020/11/17)
## Latest Release (2020/12/02)

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

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

## Live Demo

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.2.0-SNAPSHOT</version>
<version>2.2.0</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>../..</relativePath>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</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>../..</relativePath>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</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>../..</relativePath>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</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>../..</relativePath>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-agent-proxy-nginx-plugin</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.2.0-SNAPSHOT</version>
<version>2.2.0</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.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-agent-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent-testweb/thread-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.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-thread-plugin-testweb</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion agent/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.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion annotations/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</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<!--
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-core/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</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-bootstrap-core</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-java8/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</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-bootstrap-java8</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap-java9/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.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<properties>
Expand Down
2 changes: 1 addition & 1 deletion bootstrap/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</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-bootstrap</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion collector/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.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-collector</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-buffer/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.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-commons-buffer</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-hbase/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.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-commons-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-profiler/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.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-commons-profiler</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons-server/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.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-commons-server</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion commons/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</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-commons</artifactId>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.navercorp.pinpoint.common;
public final class Version {
public static final String VERSION = "2.2.0-SNAPSHOT";
public static final String VERSION = "2.2.0";
}
16 changes: 8 additions & 8 deletions doc/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ To try out a simple quickstart project, please refer to the [quick-start guide](
3. Pinpoint Collector ([details](#3-pinpoint-collector))
1. Start *pinpoint-collector-boot-$VERSION.jar* with java -jar command.

e.g.) `java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-collector-boot-2.1.1.jar`
e.g.) `java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-collector-boot-2.2.0.jar`
2. It will start with default settings. To learn more about default values or how to override them, please see the details below.
4. Pinpoint Web ([details](#4-pinpoint-web))
1. Start *pinpoint-web-boot-$VERSION.jar* with java -jar command.

e.g.) `java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-web-boot-2.1.1.jar`
e.g.) `java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-web-boot-2.2.0.jar`
2. It will start with default settings. To learn more about default values or how to override them, please see the details below.
5. Pinpoint Agent ([details](#5-pinpoint-agent))
Expand Down Expand Up @@ -114,7 +114,7 @@ The path to this file should look like *$PINPOINT_PATH/collector/target/deploy/p
### Installation
Since Pinpoint Collector is packaged as an executable jar file, you can start Collector by running it directly.

e.g.) `java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-collector-boot-2.1.1.jar`
e.g.) `java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-collector-boot-2.2.0.jar`

### Configuration
There are 3 configuration files used for Pinpoint Collector: *pinpoint-collector-root.properties*, *pinpoint-collector-grpc.properties*, and *hbase.properties*.
Expand All @@ -141,7 +141,7 @@ You can modify default configuration values or add new profiles under `collector

#### When Using Released Binary **(Recommended)**
- You can override any configuration values with `-D` option. For example,
- `java -jar -Dspring.profiles.active=release -Dpinpoint.zookeeper.address=localhost -Dhbase.client.port=1234 pinpoint-collector-boot-2.1.1.jar`
- `java -jar -Dspring.profiles.active=release -Dpinpoint.zookeeper.address=localhost -Dhbase.client.port=1234 pinpoint-collector-boot-2.2.0.jar`

- To import a list of your customized configuration values from a file, you can use `--spring.config.additional-location` option. For example,
- Create a file `./config/collector.properties`, and list the configuration values you want to override.
Expand All @@ -155,7 +155,7 @@ You can modify default configuration values or add new profiles under `collector
> collector.receiver.stat.udp.receiveBufferSize=1234567
>

- Execute with `java -jar pinpoint-collector-boot-2.1.1.jar --spring.config.additional-location=./config/collector.properties`
- Execute with `java -jar pinpoint-collector-boot-2.2.0.jar --spring.config.additional-location=./config/collector.properties`

- To further explore how to use externalized configurations, refer to [Spring Boot Reference Document](https://docs.spring.io/spring-boot/docs/2.2.x/reference/html/spring-boot-features.html#boot-features-external-config-application-property-files).

Expand Down Expand Up @@ -189,7 +189,7 @@ Pinpoint Web Supported Browsers:
### Installation
Since Pinpoint Web is packaged as an executable jar file, you can start Web by running it directly.

e.g.) `java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-web-boot-2.1.1.jar`
e.g.) `java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-web-boot-2.2.0.jar`

### Configuration
There are 2 configuration files used for Pinpoint Web: *pinpoint-web-root.properties*, and *hbase.properties*.
Expand All @@ -208,7 +208,7 @@ You can modify default configuration values or add new profiles under `web/src/m

#### When Using Released Binary **(Recommended)**
- You can override any configuration values with `-D` option. For example,
- `java -jar -Dspring.profiles.active=release -Dpinpoint.zookeeper.address=localhost -Dhbase.client.port=1234 pinpoint-web-boot-2.1.1.jar`
- `java -jar -Dspring.profiles.active=release -Dpinpoint.zookeeper.address=localhost -Dhbase.client.port=1234 pinpoint-web-boot-2.2.0.jar`

- To import a list of your customized configuration values from a file, you can use `--spring.config.additional-location` option. For example,
- Create a file `./config/web.properties`, and list the configuration values you want to override.
Expand All @@ -220,7 +220,7 @@ You can modify default configuration values or add new profiles under `web/src/m
> cluster.zookeeper.sessiontimeout=10000
>

- Execute with `java -jar pinpoint-web-boot-2.1.1.jar --spring.config.additional-location=./config/web.properties`
- Execute with `java -jar pinpoint-web-boot-2.2.0.jar --spring.config.additional-location=./config/web.properties`

- To further explore how to use externalized configurations, refer to [Spring Boot Reference Document](https://docs.spring.io/spring-boot/docs/2.2.x/reference/html/spring-boot-features.html#boot-features-external-config-application-property-files).

Expand Down
2 changes: 1 addition & 1 deletion doc/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ sidebar: mydoc_sidebar

## What's New in 2.2.0

[Check out updates on lastest stable release](https://naver.github.io/pinpoint/2.1.1/main.html)
[Check out updates on lastest stable release](https://naver.github.io/pinpoint/2.2.0/main.html)

## Upgrade consideration

Expand Down
10 changes: 5 additions & 5 deletions doc/quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,14 +37,14 @@ $ ./bin/hbase shell hbase-create.hbase
Download, and Start Collector - [3. Pinpoint Collector](https://pinpoint-apm.github.io/pinpoint/installation.html#3-pinpoint-collector)

~~~
$ java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-collector-boot-2.1.1.jar
$ java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-collector-boot-2.2.0.jar
~~~

### Pinpoint Web
Download, and Start Web - [4. Pinpoint Web](https://pinpoint-apm.github.io/pinpoint/installation.html#4-pinpoint-web)

~~~
$ java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-web-boot-2.1.1.jar
$ java -jar -Dpinpoint.zookeeper.address=localhost pinpoint-web-boot-2.2.0.jar
~~~

## Java Agent
Expand All @@ -59,12 +59,12 @@ Download Pinpoint from [Latest Release](https://github.com/pinpoint-apm/pinpoint

Extract the downloaded file.
~~~
$ tar xvzf pinpoint-agent-2.1.1.tar.gz
$ tar xvzf pinpoint-agent-2.2.0.tar.gz
~~~

Run the JAR file, as follows:
~~~
$ java -jar -javaagent:pinpoint-agent-2.1.1/pinpoint-bootstrap-2.1.1.jar -Dpinpoint.agentId=test-agent -Dpinpoint.applicationName=TESTAPP pinpoint-quickstart-testapp-2.1.1.jar
$ java -jar -javaagent:pinpoint-agent-2.2.0/pinpoint-bootstrap.jar -Dpinpoint.agentId=test-agent -Dpinpoint.applicationName=TESTAPP pinpoint-quickstart-testapp-2.2.0.jar
~~~

### When Building Manually
Expand All @@ -86,7 +86,7 @@ $ ./mvnw clean package
Change to the pinpoint directory, and run.
~~~
$ cd ../../
$ java -jar -javaagent:agent/target/pinpoint-agent-2.1.1/pinpoint-bootstrap-2.1.1.jar -Dpinpoint.agentId=test-agent -Dpinpoint.applicationName=TESTAPP quickstart/testapp/target/pinpoint-quickstart-testapp-2.1.1.jar
$ java -jar -javaagent:agent/target/pinpoint-agent-2.2.0/pinpoint-bootstrap.jar -Dpinpoint.agentId=test-agent -Dpinpoint.applicationName=TESTAPP quickstart/testapp/target/pinpoint-quickstart-testapp-2.2.0.jar
~~~

### Get Started
Expand Down
2 changes: 1 addition & 1 deletion flink/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<parent>
<artifactId>pinpoint</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion grpc/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.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-grpc</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase/hbase-schema-definition/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>pinpoint-hbase</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion hbase/hbase-schema-manager/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<artifactId>pinpoint-hbase</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-hbase-schema-manager</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion hbase/hbase-schema/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
<parent>
<artifactId>pinpoint-hbase</artifactId>
<groupId>com.navercorp.pinpoint</groupId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>


Expand Down
2 changes: 1 addition & 1 deletion hbase/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</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-hbase</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins-it/activemq-it/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-plugins-it</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-activemq-plugin-it</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion plugins-it/cassandra-it/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-plugins-it</artifactId>
<version>2.2.0-SNAPSHOT</version>
<version>2.2.0</version>
</parent>

<artifactId>pinpoint-cassandra-plugin-it</artifactId>
Expand Down
Loading

0 comments on commit e4a95ae

Please sign in to comment.