diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b9c2c0f..5d45a576 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,14 @@ # Change Log +## [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) + +**Implemented enhancements:** +- not treat as exception when same services export[\#999](https://github.com/weibocom/motan/pull/999) ([Ray](https://github.com/rayzhang0603)) +- RefererConfigBean getObjectType return default class when interface class is not set[\#1003](https://github.com/weibocom/motan/pull/1003) ([Ray](https://github.com/rayzhang0603)) + +**Merged pull requests:** + +**Fixed bugs:** ## [1.1.12](https://github.com/weibocom/motan/tree/1.1.12) (2022-08-11) [Full Changelog](https://github.com/weibocom/motan/compare/1.1.11...1.1.12) diff --git a/motan-benchmark/motan-benchmark-api/pom.xml b/motan-benchmark/motan-benchmark-api/pom.xml index 5c16e6e4..a4baa567 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.13-SNAPSHOT + 1.1.13 4.0.0 diff --git a/motan-benchmark/motan-benchmark-client/pom.xml b/motan-benchmark/motan-benchmark-client/pom.xml index db4d7d8a..e437f6b4 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.13-SNAPSHOT + 1.1.13 4.0.0 diff --git a/motan-benchmark/motan-benchmark-server/pom.xml b/motan-benchmark/motan-benchmark-server/pom.xml index 7e073938..77554e4d 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.13-SNAPSHOT + 1.1.13 4.0.0 diff --git a/motan-benchmark/pom.xml b/motan-benchmark/pom.xml index c56868e4..faa19565 100644 --- a/motan-benchmark/pom.xml +++ b/motan-benchmark/pom.xml @@ -21,7 +21,7 @@ motan com.weibo - 1.1.13-SNAPSHOT + 1.1.13 4.0.0 diff --git a/motan-core/pom.xml b/motan-core/pom.xml index de30fcd3..c7f695fd 100644 --- a/motan-core/pom.xml +++ b/motan-core/pom.xml @@ -21,7 +21,7 @@ motan com.weibo - 1.1.13-SNAPSHOT + 1.1.13 motan-core motan-core diff --git a/motan-demo/motan-demo-api/pom.xml b/motan-demo/motan-demo-api/pom.xml index 792b2d4c..f1cecaf2 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.13-SNAPSHOT + 1.1.13 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 27dae4bd..93300272 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.13-SNAPSHOT + 1.1.13 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 b6c789b6..e0b6e7aa 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.13-SNAPSHOT + 1.1.13 motan-demo-server motan-demo-server diff --git a/motan-demo/pom.xml b/motan-demo/pom.xml index 6d3f7d03..159e99c2 100644 --- a/motan-demo/pom.xml +++ b/motan-demo/pom.xml @@ -22,7 +22,7 @@ com.weibo motan - 1.1.13-SNAPSHOT + 1.1.13 motan-demo motan-demo diff --git a/motan-extension/codec-extension/pom.xml b/motan-extension/codec-extension/pom.xml index bab5bbe6..749cbbdb 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.13-SNAPSHOT + 1.1.13 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 6fff40ee..643e3a5c 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.13-SNAPSHOT + 1.1.13 filter-opentracing filter-opentracing diff --git a/motan-extension/filter-extension/pom.xml b/motan-extension/filter-extension/pom.xml index 7be604da..81059728 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.13-SNAPSHOT + 1.1.13 filter-extension filter-extension diff --git a/motan-extension/pom.xml b/motan-extension/pom.xml index ff8143ca..6617650a 100644 --- a/motan-extension/pom.xml +++ b/motan-extension/pom.xml @@ -13,7 +13,7 @@ com.weibo motan - 1.1.13-SNAPSHOT + 1.1.13 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 82dc2ab6..4cbe1cfb 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.13-SNAPSHOT + 1.1.13 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 9d9d202f..22b0fcce 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.13-SNAPSHOT + 1.1.13 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 b1028fbe..087ba1ef 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.13-SNAPSHOT + 1.1.13 motan-protocol-yar motan-protocol-yar diff --git a/motan-extension/protocol-extension/pom.xml b/motan-extension/protocol-extension/pom.xml index 0c3ffb6e..39edc8ad 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.13-SNAPSHOT + 1.1.13 protocol-extension protocol-extension diff --git a/motan-extension/serialization-extension/pom.xml b/motan-extension/serialization-extension/pom.xml index e71eabdc..70b889aa 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.13-SNAPSHOT + 1.1.13 serialization-extension serialization-extension diff --git a/motan-manager/pom.xml b/motan-manager/pom.xml index bd63259c..6321fb2e 100644 --- a/motan-manager/pom.xml +++ b/motan-manager/pom.xml @@ -19,7 +19,7 @@ motan com.weibo - 1.1.13-SNAPSHOT + 1.1.13 4.0.0 motan-manager diff --git a/motan-registry-consul/pom.xml b/motan-registry-consul/pom.xml index 536d4243..0d196de9 100644 --- a/motan-registry-consul/pom.xml +++ b/motan-registry-consul/pom.xml @@ -21,7 +21,7 @@ com.weibo motan - 1.1.13-SNAPSHOT + 1.1.13 motan-registry-consul motan-registry-consul diff --git a/motan-registry-weibomesh/pom.xml b/motan-registry-weibomesh/pom.xml index 9cf6c06b..c9735880 100644 --- a/motan-registry-weibomesh/pom.xml +++ b/motan-registry-weibomesh/pom.xml @@ -23,7 +23,7 @@ motan com.weibo - 1.1.13-SNAPSHOT + 1.1.13 4.0.0 diff --git a/motan-registry-zookeeper/pom.xml b/motan-registry-zookeeper/pom.xml index 31a7cdba..276f9004 100644 --- a/motan-registry-zookeeper/pom.xml +++ b/motan-registry-zookeeper/pom.xml @@ -20,7 +20,7 @@ motan com.weibo - 1.1.13-SNAPSHOT + 1.1.13 motan-registry-zookeeper motan-registry-zookeeper diff --git a/motan-springsupport/pom.xml b/motan-springsupport/pom.xml index e779b045..9563be37 100644 --- a/motan-springsupport/pom.xml +++ b/motan-springsupport/pom.xml @@ -21,7 +21,7 @@ motan com.weibo - 1.1.13-SNAPSHOT + 1.1.13 motan-springsupport motan-springsupport diff --git a/motan-transport-netty/pom.xml b/motan-transport-netty/pom.xml index f6f12aa8..22d7ac4c 100644 --- a/motan-transport-netty/pom.xml +++ b/motan-transport-netty/pom.xml @@ -22,7 +22,7 @@ com.weibo motan - 1.1.13-SNAPSHOT + 1.1.13 motan-transport-netty motan-transport-netty diff --git a/motan-transport-netty4/pom.xml b/motan-transport-netty4/pom.xml index 845d4c2e..c8282164 100644 --- a/motan-transport-netty4/pom.xml +++ b/motan-transport-netty4/pom.xml @@ -5,7 +5,7 @@ motan com.weibo - 1.1.13-SNAPSHOT + 1.1.13 4.0.0 diff --git a/pom.xml b/pom.xml index 82a5e8c7..7a62e95f 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ 4.0.0 motan com.weibo - 1.1.13-SNAPSHOT + 1.1.13 pom scm:git:https://github.com/weibocom/motan.git