From 1c0e6b087a7de69a81a5da75cee4e7dd35cd9710 Mon Sep 17 00:00:00 2001 From: Ray Date: Thu, 24 Nov 2022 10:29:32 +0800 Subject: [PATCH] release 1.1.14 --- CHANGELOG.md | 12 ++++++++++++ motan-benchmark/motan-benchmark-api/pom.xml | 2 +- motan-benchmark/motan-benchmark-client/pom.xml | 2 +- motan-benchmark/motan-benchmark-server/pom.xml | 2 +- motan-benchmark/pom.xml | 2 +- motan-core/pom.xml | 2 +- motan-demo/motan-demo-api/pom.xml | 2 +- motan-demo/motan-demo-client/pom.xml | 2 +- motan-demo/motan-demo-server/pom.xml | 2 +- motan-demo/pom.xml | 2 +- motan-extension/codec-extension/pom.xml | 2 +- .../filter-extension/filter-opentracing/pom.xml | 2 +- motan-extension/filter-extension/pom.xml | 2 +- motan-extension/pom.xml | 2 +- .../protocol-extension/motan-protocol-grpc/pom.xml | 2 +- .../motan-protocol-restful/pom.xml | 2 +- .../protocol-extension/motan-protocol-yar/pom.xml | 2 +- motan-extension/protocol-extension/pom.xml | 2 +- motan-extension/serialization-extension/pom.xml | 2 +- motan-manager/pom.xml | 2 +- motan-registry-consul/pom.xml | 2 +- motan-registry-weibomesh/pom.xml | 2 +- motan-registry-zookeeper/pom.xml | 2 +- motan-springsupport/pom.xml | 2 +- motan-transport-netty/pom.xml | 2 +- motan-transport-netty4/pom.xml | 2 +- pom.xml | 2 +- 27 files changed, 38 insertions(+), 26 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d45a576..09cfd372 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,16 @@ # Change Log +## [1.1.14](https://github.com/weibocom/motan/tree/1.1.14) (2022-11-24) +[Full Changelog](https://github.com/weibocom/motan/compare/1.1.13...1.1.14) + +**Implemented enhancements:** +- mesh proxy support motan1 protocol[\#1018](https://github.com/weibocom/motan/pull/1018) ([Ray](https://github.com/rayzhang0603)) + +**Merged pull requests:** + +**Fixed bugs:** +- not compatible with @Autowired, revert [\#1003](https://github.com/weibocom/motan/pull/1003) + + ## [1.1.13](https://github.com/weibocom/motan/tree/1.1.13) (2022-09-29) [Full Changelog](https://github.com/weibocom/motan/compare/1.1.12...1.1.13) diff --git a/motan-benchmark/motan-benchmark-api/pom.xml b/motan-benchmark/motan-benchmark-api/pom.xml index df14ca18..06844f4a 100644 --- a/motan-benchmark/motan-benchmark-api/pom.xml +++ b/motan-benchmark/motan-benchmark-api/pom.xml @@ -21,7 +21,7 @@ motan-benchmark com.weibo - 1.1.14-SNAPSHOT + 1.1.14 4.0.0 diff --git a/motan-benchmark/motan-benchmark-client/pom.xml b/motan-benchmark/motan-benchmark-client/pom.xml index 96fb87d6..adb6def0 100644 --- a/motan-benchmark/motan-benchmark-client/pom.xml +++ b/motan-benchmark/motan-benchmark-client/pom.xml @@ -21,7 +21,7 @@ motan-benchmark com.weibo - 1.1.14-SNAPSHOT + 1.1.14 4.0.0 diff --git a/motan-benchmark/motan-benchmark-server/pom.xml b/motan-benchmark/motan-benchmark-server/pom.xml index 6a77aa8e..758b3d2f 100644 --- a/motan-benchmark/motan-benchmark-server/pom.xml +++ b/motan-benchmark/motan-benchmark-server/pom.xml @@ -21,7 +21,7 @@ motan-benchmark com.weibo - 1.1.14-SNAPSHOT + 1.1.14 4.0.0 diff --git a/motan-benchmark/pom.xml b/motan-benchmark/pom.xml index 50dfff2f..932c0c21 100644 --- a/motan-benchmark/pom.xml +++ b/motan-benchmark/pom.xml @@ -21,7 +21,7 @@ motan com.weibo - 1.1.14-SNAPSHOT + 1.1.14 4.0.0 diff --git a/motan-core/pom.xml b/motan-core/pom.xml index 83f8f43d..fdfe664d 100644 --- a/motan-core/pom.xml +++ b/motan-core/pom.xml @@ -21,7 +21,7 @@ motan com.weibo - 1.1.14-SNAPSHOT + 1.1.14 motan-core motan-core diff --git a/motan-demo/motan-demo-api/pom.xml b/motan-demo/motan-demo-api/pom.xml index ce608d3e..e5671207 100644 --- a/motan-demo/motan-demo-api/pom.xml +++ b/motan-demo/motan-demo-api/pom.xml @@ -22,7 +22,7 @@ com.weibo motan-demo - 1.1.14-SNAPSHOT + 1.1.14 motan-demo-api motan-demo-api diff --git a/motan-demo/motan-demo-client/pom.xml b/motan-demo/motan-demo-client/pom.xml index 66b109f6..46c9abe0 100644 --- a/motan-demo/motan-demo-client/pom.xml +++ b/motan-demo/motan-demo-client/pom.xml @@ -22,7 +22,7 @@ com.weibo motan-demo - 1.1.14-SNAPSHOT + 1.1.14 motan-demo-client motan-demo-client diff --git a/motan-demo/motan-demo-server/pom.xml b/motan-demo/motan-demo-server/pom.xml index 2d951c47..24f58f67 100644 --- a/motan-demo/motan-demo-server/pom.xml +++ b/motan-demo/motan-demo-server/pom.xml @@ -22,7 +22,7 @@ com.weibo motan-demo - 1.1.14-SNAPSHOT + 1.1.14 motan-demo-server motan-demo-server diff --git a/motan-demo/pom.xml b/motan-demo/pom.xml index b2885066..4df3eeb2 100644 --- a/motan-demo/pom.xml +++ b/motan-demo/pom.xml @@ -22,7 +22,7 @@ com.weibo motan - 1.1.14-SNAPSHOT + 1.1.14 motan-demo motan-demo diff --git a/motan-extension/codec-extension/pom.xml b/motan-extension/codec-extension/pom.xml index 1354c662..ba45b300 100644 --- a/motan-extension/codec-extension/pom.xml +++ b/motan-extension/codec-extension/pom.xml @@ -14,7 +14,7 @@ com.weibo motan-extension - 1.1.14-SNAPSHOT + 1.1.14 codec-extension codec-extension diff --git a/motan-extension/filter-extension/filter-opentracing/pom.xml b/motan-extension/filter-extension/filter-opentracing/pom.xml index dfe3fea2..a560eb66 100644 --- a/motan-extension/filter-extension/filter-opentracing/pom.xml +++ b/motan-extension/filter-extension/filter-opentracing/pom.xml @@ -14,7 +14,7 @@ com.weibo filter-extension - 1.1.14-SNAPSHOT + 1.1.14 filter-opentracing filter-opentracing diff --git a/motan-extension/filter-extension/pom.xml b/motan-extension/filter-extension/pom.xml index 42022c5c..ca3f8fe8 100644 --- a/motan-extension/filter-extension/pom.xml +++ b/motan-extension/filter-extension/pom.xml @@ -14,7 +14,7 @@ com.weibo motan-extension - 1.1.14-SNAPSHOT + 1.1.14 filter-extension filter-extension diff --git a/motan-extension/pom.xml b/motan-extension/pom.xml index 912cb2c6..14ca3fd8 100644 --- a/motan-extension/pom.xml +++ b/motan-extension/pom.xml @@ -13,7 +13,7 @@ com.weibo motan - 1.1.14-SNAPSHOT + 1.1.14 motan-extension motan-extension diff --git a/motan-extension/protocol-extension/motan-protocol-grpc/pom.xml b/motan-extension/protocol-extension/motan-protocol-grpc/pom.xml index c3bb68b7..46f513fa 100644 --- a/motan-extension/protocol-extension/motan-protocol-grpc/pom.xml +++ b/motan-extension/protocol-extension/motan-protocol-grpc/pom.xml @@ -14,7 +14,7 @@ com.weibo protocol-extension - 1.1.14-SNAPSHOT + 1.1.14 motan-protocol-grpc motan-protocol-grpc diff --git a/motan-extension/protocol-extension/motan-protocol-restful/pom.xml b/motan-extension/protocol-extension/motan-protocol-restful/pom.xml index bb0552eb..396bf533 100644 --- a/motan-extension/protocol-extension/motan-protocol-restful/pom.xml +++ b/motan-extension/protocol-extension/motan-protocol-restful/pom.xml @@ -22,7 +22,7 @@ com.weibo protocol-extension - 1.1.14-SNAPSHOT + 1.1.14 motan-protocol-restful diff --git a/motan-extension/protocol-extension/motan-protocol-yar/pom.xml b/motan-extension/protocol-extension/motan-protocol-yar/pom.xml index a4998733..a625f136 100644 --- a/motan-extension/protocol-extension/motan-protocol-yar/pom.xml +++ b/motan-extension/protocol-extension/motan-protocol-yar/pom.xml @@ -21,7 +21,7 @@ com.weibo protocol-extension - 1.1.14-SNAPSHOT + 1.1.14 motan-protocol-yar motan-protocol-yar diff --git a/motan-extension/protocol-extension/pom.xml b/motan-extension/protocol-extension/pom.xml index eed66a08..5011ffbd 100644 --- a/motan-extension/protocol-extension/pom.xml +++ b/motan-extension/protocol-extension/pom.xml @@ -12,7 +12,7 @@ com.weibo motan-extension - 1.1.14-SNAPSHOT + 1.1.14 protocol-extension protocol-extension diff --git a/motan-extension/serialization-extension/pom.xml b/motan-extension/serialization-extension/pom.xml index da1942d0..90a2a010 100644 --- a/motan-extension/serialization-extension/pom.xml +++ b/motan-extension/serialization-extension/pom.xml @@ -15,7 +15,7 @@ com.weibo motan-extension - 1.1.14-SNAPSHOT + 1.1.14 serialization-extension serialization-extension diff --git a/motan-manager/pom.xml b/motan-manager/pom.xml index 82aaf115..e2d3026e 100644 --- a/motan-manager/pom.xml +++ b/motan-manager/pom.xml @@ -19,7 +19,7 @@ motan com.weibo - 1.1.14-SNAPSHOT + 1.1.14 4.0.0 motan-manager diff --git a/motan-registry-consul/pom.xml b/motan-registry-consul/pom.xml index bbca6171..d8fe3977 100644 --- a/motan-registry-consul/pom.xml +++ b/motan-registry-consul/pom.xml @@ -21,7 +21,7 @@ com.weibo motan - 1.1.14-SNAPSHOT + 1.1.14 motan-registry-consul motan-registry-consul diff --git a/motan-registry-weibomesh/pom.xml b/motan-registry-weibomesh/pom.xml index b1b64b56..1f9b3af1 100644 --- a/motan-registry-weibomesh/pom.xml +++ b/motan-registry-weibomesh/pom.xml @@ -23,7 +23,7 @@ motan com.weibo - 1.1.14-SNAPSHOT + 1.1.14 4.0.0 diff --git a/motan-registry-zookeeper/pom.xml b/motan-registry-zookeeper/pom.xml index a1e5f796..c471678c 100644 --- a/motan-registry-zookeeper/pom.xml +++ b/motan-registry-zookeeper/pom.xml @@ -20,7 +20,7 @@ motan com.weibo - 1.1.14-SNAPSHOT + 1.1.14 motan-registry-zookeeper motan-registry-zookeeper diff --git a/motan-springsupport/pom.xml b/motan-springsupport/pom.xml index 837c63cc..f845bab3 100644 --- a/motan-springsupport/pom.xml +++ b/motan-springsupport/pom.xml @@ -21,7 +21,7 @@ motan com.weibo - 1.1.14-SNAPSHOT + 1.1.14 motan-springsupport motan-springsupport diff --git a/motan-transport-netty/pom.xml b/motan-transport-netty/pom.xml index 887ad59b..f91be0dc 100644 --- a/motan-transport-netty/pom.xml +++ b/motan-transport-netty/pom.xml @@ -22,7 +22,7 @@ com.weibo motan - 1.1.14-SNAPSHOT + 1.1.14 motan-transport-netty motan-transport-netty diff --git a/motan-transport-netty4/pom.xml b/motan-transport-netty4/pom.xml index b7b12a8e..11fe1d06 100644 --- a/motan-transport-netty4/pom.xml +++ b/motan-transport-netty4/pom.xml @@ -5,7 +5,7 @@ motan com.weibo - 1.1.14-SNAPSHOT + 1.1.14 4.0.0 diff --git a/pom.xml b/pom.xml index c3b540d1..e6ff4440 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 motan com.weibo - 1.1.14-SNAPSHOT + 1.1.14 pom scm:git:https://github.com/weibocom/motan.git