From 159ca80a329200b723801a9deee5935e940061f5 Mon Sep 17 00:00:00 2001 From: qianmoQ Date: Sun, 21 Mar 2021 18:21:15 +0800 Subject: [PATCH] Release version for 1.0.9 --- clickhouse/pom.xml | 2 +- common/pom.xml | 2 +- configuration/pom.xml | 2 +- docs/_data/banner_notification.yml | 4 +- docs/collections/_posts/2021-03-21-v1.0.9.md | 60 ++++++++++++++++++++ docs/pom.xml | 2 +- elasticsearch/pom.xml | 2 +- example/pom.xml | 2 +- hive/pom.xml | 2 +- mysql/pom.xml | 2 +- netty/pom.xml | 2 +- pom.xml | 2 +- postgresql/pom.xml | 2 +- presto/pom.xml | 2 +- redis/pom.xml | 2 +- script/pom.xml | 2 +- test/pom.xml | 2 +- zookeeper/pom.xml | 2 +- 18 files changed, 78 insertions(+), 18 deletions(-) create mode 100644 docs/collections/_posts/2021-03-21-v1.0.9.md diff --git a/clickhouse/pom.xml b/clickhouse/pom.xml index 9cb0fe6..5a65315 100644 --- a/clickhouse/pom.xml +++ b/clickhouse/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/common/pom.xml b/common/pom.xml index 7b874d8..5d243cf 100644 --- a/common/pom.xml +++ b/common/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/configuration/pom.xml b/configuration/pom.xml index ea51b22..802ff27 100644 --- a/configuration/pom.xml +++ b/configuration/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/docs/_data/banner_notification.yml b/docs/_data/banner_notification.yml index d692416..d35d801 100644 --- a/docs/_data/banner_notification.yml +++ b/docs/_data/banner_notification.yml @@ -1,3 +1,3 @@ enabled: true -text: gcm v1.0.8 is released! -url: /2021/02/24/v1.0.8/ +text: gcm v1.0.9 is released! +url: /2021/03/21/v1.0.9/ diff --git a/docs/collections/_posts/2021-03-21-v1.0.9.md b/docs/collections/_posts/2021-03-21-v1.0.9.md new file mode 100644 index 0000000..4d70020 --- /dev/null +++ b/docs/collections/_posts/2021-03-21-v1.0.9.md @@ -0,0 +1,60 @@ +--- +title: Release 1.0.9 (2020-03-21) +type: major +--- + +Gcm Version for 1.0.9 is released! [GitHub Milestone](https://github.com/EdurtIO/incubator-gcm/milestone/6) + +Thanks to the following contributors: + +- [qianmoQ](https://github.com/qianmoQ) + +Thanks to the following users for providing issues: + +- [GtoCm](https://github.com/GtoCm) + +#### Commons chages + +- Classs support scan in jar file +- Add maven install script +- Support elasticsearch by api +- Support hive + +#### Netty changes + +- Fix that the program cannot start when the specified controller package is empty +- Fix the scan error of non externally provided method in controller +- Fix path is not specified / prefix makes path unrecognized +- Fixed that the service could not scan the specified controller when using compressed packages +- Fix that the view did not pass parameters, causing the service to fail to resolve + +#### Postgres changes + +- Add `@PostgresSource` annotation + +#### ClickHouse changes + +- Add `@ClickHouseSource` annotation + +#### Docs changes + +- Add elasticsearch docs +- Add hive doc + +#### Example changes + +- Add elasticsearch example +- Add hive example +- Add zookeeper example + + + + + + + + + + + + diff --git a/docs/pom.xml b/docs/pom.xml index 27bb6c4..9e4614a 100644 --- a/docs/pom.xml +++ b/docs/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/elasticsearch/pom.xml b/elasticsearch/pom.xml index a77f81a..70dc562 100644 --- a/elasticsearch/pom.xml +++ b/elasticsearch/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/example/pom.xml b/example/pom.xml index c9f97cf..e070a78 100644 --- a/example/pom.xml +++ b/example/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/hive/pom.xml b/hive/pom.xml index a870972..9c90553 100644 --- a/hive/pom.xml +++ b/hive/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/mysql/pom.xml b/mysql/pom.xml index 3c6d3a1..465e5e6 100644 --- a/mysql/pom.xml +++ b/mysql/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/netty/pom.xml b/netty/pom.xml index 915177f..1462b05 100644 --- a/netty/pom.xml +++ b/netty/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/pom.xml b/pom.xml index cfdc8e0..d9dbc37 100644 --- a/pom.xml +++ b/pom.xml @@ -7,7 +7,7 @@ incubator-gcm pom - 1.0.9-SNAPSHOT + 1.0.9 configuration diff --git a/postgresql/pom.xml b/postgresql/pom.xml index 66e3412..09254fb 100644 --- a/postgresql/pom.xml +++ b/postgresql/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/presto/pom.xml b/presto/pom.xml index 9d6810b..3ae2421 100644 --- a/presto/pom.xml +++ b/presto/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/redis/pom.xml b/redis/pom.xml index 13f9fcd..c09fae8 100644 --- a/redis/pom.xml +++ b/redis/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/script/pom.xml b/script/pom.xml index 0a98e09..454dd51 100755 --- a/script/pom.xml +++ b/script/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/test/pom.xml b/test/pom.xml index 50a9c44..5cd5ac7 100644 --- a/test/pom.xml +++ b/test/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0 diff --git a/zookeeper/pom.xml b/zookeeper/pom.xml index eb4ddc6..9ae2215 100644 --- a/zookeeper/pom.xml +++ b/zookeeper/pom.xml @@ -6,7 +6,7 @@ incubator-gcm io.edurt.gcm - 1.0.9-SNAPSHOT + 1.0.9 4.0.0