Commit Graph

5821 Commits

Author SHA1 Message Date
Hervé Boutemy e8ba279f8c
fix Reproducible Builds issues (#10700) 2022-09-30 15:00:19 +08:00
JianNie 85ee266983
assign provider namespace https://github.com/apache/dubbo/issues/10637 (#10686)
Co-authored-by: niejian <niejian@bluemoon.com.cn>
2022-09-30 14:40:30 +08:00
huazhongming ee6db0a9af
fix executor datasource loss (#10685)
Signed-off-by: crazyhzm <crazyhzm@gmail.com>

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2022-09-30 14:21:59 +08:00
jojocodeX e7790a7184
metric add SPI (#10622) 2022-09-29 13:04:43 +08:00
Albumen Kevin 9f71ec4b1e bump version 2022-09-29 11:03:56 +08:00
Albumen Kevin 58e150422f Merge branch 'apache-3.0' into apache-3.1
# Conflicts:
#	dubbo-dependencies-bom/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
#	dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
#	pom.xml
2022-09-29 11:01:37 +08:00
Albumen Kevin 9dbc320e65 bump version 2022-09-29 11:00:38 +08:00
Albumen Kevin a35fc588df Merge branch '3.1.1-release' into apache-3.1 2022-09-29 11:00:11 +08:00
Albumen Kevin c374c0e6ac bump version 2022-09-29 10:59:58 +08:00
CrazyLionLi e6748c7cb7
fix 修复 snakeyaml 依旧存在的漏洞 升级 1.32 (#10677) 2022-09-27 09:46:27 +08:00
Andy Cheung 1ddc64d02e
[CI] Bump GitHub Actions Runner to Ubuntu 20. (#10678)
* Bump GitHub Actions Runner to Ubuntu 20.

* Bump GitHub Actions Runner to Ubuntu 20 (2, license check).
2022-09-27 09:46:12 +08:00
Wu Daifu 14fb253f03
fix issue 10405: if the parameter contains Spaces, the invoke telnet command will fail. (#10669)
* fix issue 10405: if the parameter contains Spaces, the invoke telnet command will fail.

* code optimizing.
2022-09-26 18:40:05 +08:00
sunchaser-lilu 2c54859b0b
feat: add apache/skywalking-eyes@main job (#10662)
* feat: add apache/skywalking-eyes@main job

* feat: add ASF license header
2022-09-26 13:59:17 +08:00
sunchaser-lilu eb0e25e55f
docs: Fix some punctuation problems and incorrect writing position of ASF license header (#10660) 2022-09-23 14:06:21 +08:00
Albumen Kevin ba5bcc82e6 Merge branch 'apache-3.1' into 3.1.1-release 2022-09-22 16:04:55 +08:00
TrueAbc 3b0e0487ee
thread safe for ServiceInstance (#10649)
* thread safe for ServiceInstance

* comment fix
2022-09-21 15:30:35 +08:00
Albumen Kevin 87fad76407
Update Fastjson2 version (#10648) 2022-09-21 10:25:54 +08:00
Albumen Kevin 8f1524071b Prepare 3.1.1 release 2022-09-20 16:19:13 +08:00
TrueAbc 2bed0af0cf
fix discovery param protocol works abnormally (#10645) 2022-09-20 16:17:29 +08:00
Andy Cheung bfbf761e50
Add error code 0-5, and more code of issuing error code 0-3, with code optimization. (#10598)
* Add error code 0-5, with more code of issuing error code 0-3.

* Add hint message of FileCacheStoreFactory.

* Spell and code optimization.

* "0-3" -> COMMON_CACHE_PATH_INACCESSIBLE

* Change "0-3", "0-5" to corresponding constants.
2022-09-20 16:15:43 +08:00
wuwen 70baad1f96
Fix PojoUtils support localdatetime,lcaldate,localtime serializable and deserialize (#10638) 2022-09-20 16:15:02 +08:00
Albumen Kevin f0d16c6c70 Prepare 3.0.12 release 2022-09-20 15:32:14 +08:00
Albumen Kevin 37636f4b35 Merge branch 'apache-3.0' into apache-3.1
# Conflicts:
#	dubbo-cluster/src/main/java/org/apache/dubbo/rpc/cluster/support/BroadcastClusterInvoker.java
#	dubbo-registry/dubbo-registry-nacos/src/main/java/org/apache/dubbo/registry/nacos/NacosRegistry.java
2022-09-20 15:31:21 +08:00
huazhongming 37b205bd11
fix timeout type cast exception (#10644)
Signed-off-by: crazyhzm <crazyhzm@gmail.com>

Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2022-09-20 15:27:22 +08:00
yuchu01 4329ac6c93
fix(qos): fix qos server not permit if set qos.accept.foreign.ip=true (#10641) 2022-09-20 15:16:14 +08:00
Albumen Kevin 89ef73d023
Fix NPE when using tri as metadata service protocol (#10639) 2022-09-19 15:58:36 +08:00
Albumen Kevin 8f7d1f37ec
Fix ContextFilter not cleanup thread (#10615) 2022-09-19 15:11:51 +08:00
Albumen Kevin c674d8d825
Fix broadcast context being cleared (#10619) 2022-09-19 14:47:49 +08:00
TrueAbc ddd1786578
add dubbo protocol to pu server and port reuse (#10602)
* enable dubbo protocol to use pu server

* wire protocol returns protocol name

* delete default channel group

* export extra protocol

* add url mapper and handler mapper to pu server

* fix ci

* adjust some changes

* default value for url and handler in pu server

* get protocol name using extension loader

* naming readability and code annotations

* ext-protocols change to a multiProtocol string with comma split

* fix ci

* method rename

* don't use pu server by default

* rename method
2022-09-19 14:38:40 +08:00
cnjxzhao 43d48bd6ca
Error code is managed with constants (#10549) (#10599)
* Add error code 5-2 ~ 5-20.

* Error code is managed with constants (#10549)

* Error code is managed with constants (#10549)
2022-09-19 14:31:03 +08:00
Andy Cheung 4206b5e67a
Spell and code style optimization. (#10634) 2022-09-19 14:27:28 +08:00
sunchaser-lilu e6a6ba890d
style: Eliminate some IDE warnings (#10626) 2022-09-16 11:29:30 +08:00
Albumen Kevin a5ba4633a2
Update hessian-lite version (#10629) 2022-09-16 11:24:03 +08:00
conghuhu da5b3559b1
feat: replace kube-apiserver watch with informer (#10543)
fixes #10535
2022-09-16 08:26:36 +08:00
sunchaser-lilu 3431d21ace
[fix] remove some duplicate code (#10623)
* [fix] some statement can be simplified

* [fix] remove some duplicate code
2022-09-15 14:50:33 +08:00
灼华 5f4f2c0c41
Fix recover method of ZookeeperServiceDiscovery (#10614)
* Fix recover method of ZookeeperServiceDiscovery

* Fix ut
2022-09-15 14:29:22 +08:00
xh1202 96258e5245
fix: Fix unregisterServiceInstance not work in shutdown hook (#10610) (#10613) 2022-09-15 14:27:45 +08:00
dependabot[bot] f3318f1434
Bump snakeyaml from 1.29 to 1.31 in /dubbo-dependencies-bom (#10625)
Bumps [snakeyaml](https://bitbucket.org/snakeyaml/snakeyaml) from 1.29 to 1.31.
- [Commits](https://bitbucket.org/snakeyaml/snakeyaml/branches/compare/snakeyaml-1.31..snakeyaml-1.29)

---
updated-dependencies:
- dependency-name: org.yaml:snakeyaml
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-15 14:06:39 +08:00
GuoHao fdef33fab3
Copy on read to avoid concurrent issue (#10616) 2022-09-15 14:06:04 +08:00
Kunshuai Zhu 81fe206b42
Move reactive-triple to a stand-alone module (#10605)
* Remove reactive-triple to a stand-alone module

* fix

* move dependency to dubbo-dependencies-bom

* move to dubbo-plugin
2022-09-14 15:57:11 +08:00
qinliujie cd7b7590ac
Ipv6 Support (#10603) 2022-09-14 14:15:19 +08:00
Albumen Kevin 84f837b76d
Fix Nacos unSubscribe when shutdown (#10609) 2022-09-14 11:47:30 +08:00
Albumen Kevin 631d3fc26f
Fix Service Discovery Port Match (#10606) 2022-09-13 18:50:27 +08:00
jojocodeX 4146487b79
MetricsFilter implements BaseFilter.Listener (#10589) 2022-09-11 22:09:37 +08:00
ken.lj eeac1c3eaf
Multiple registries (#10323) 2022-09-09 15:03:37 +08:00
ken.lj 7eabceeb94
fixes #10541, save subscribed dataIds for unsubscription. (#10573) 2022-09-09 11:25:08 +08:00
chenyanlann 638e11ad2f
Add Support For Istio-Agent (#10567) 2022-09-09 11:23:53 +08:00
huazhongming 2ad527e6e9
Optimize the log messages created by ReferenceConfig (#10576)
fixes #10575
2022-09-09 11:20:32 +08:00
Andy Cheung 9ab939efa0
Add error code 0-4 with code optimization. (#10568) 2022-09-08 10:43:26 +08:00
huazhongming 72326f42ba
Local references support mergeable (#9645)
Fix https://github.com/apache/dubbo/issues/8777
2022-09-08 10:08:33 +08:00