namelessssssssssss
ca1ae1f4b6
New metadata service ( #14210 )
2024-06-25 11:01:35 +08:00
一
1d1671ef80
[3.3] jedis from 3.10.0 to 5.1.0 and metadata implementing TTL functionality in redis ( #14248 )
...
* Try fix redis server in windows env
* feat:
1.bump jedis from 3.10.0 to 5.1.0
2.metadata implementing TTL functionality in redis
* feat: guaranteed publish command exec
---------
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
Co-authored-by: 其一 <yuanhongbo@cai-inc.com>
2024-05-30 18:05:28 +08:00
Albumen Kevin
3867c4dcb4
Disable RedisMetadataReportTest on Windows
2024-05-24 11:12:04 +08:00
Albumen Kevin
e29fac8c18
Try fix redis server in windows env
2024-05-24 10:31:00 +08:00
stellar
e826b0c20d
feat:remove old zookeeper ( #14028 )
2024-05-15 17:09:28 +08:00
Albumen Kevin
fa16bed3a3
Merge branch 'apache-3.2' into apache-3.3
...
# Conflicts:
# dubbo-monitor/dubbo-monitor-default/src/test/java/org/apache/dubbo/monitor/dubbo/DubboMonitorTest.java
# dubbo-plugin/dubbo-reactive/src/main/java/org/apache/dubbo/reactive/calls/ReactorServerCalls.java
# dubbo-remoting/dubbo-remoting-http12/pom.xml
2024-05-13 14:49:07 +08:00
王聪洋
d1c6e558a7
Task #13958 Move Rest Protocol to SPI Extensions ( #14061 )
2024-05-10 09:53:37 +08:00
TomlongTK
dfd135eb95
Fix the problem of multiple namespaces in MetadataReport ( #13971 )
...
* Fix the problem of multiple namespaces in MetadataReport
* refine
* Remove registry config setting
* Add some unit tests
* Revert getId
* Fix cache key
2024-05-08 14:09:08 +08:00
zrlw
8863604619
trim application name of old mapping content ( #14133 )
...
* trim application name of old mapping content
* trim and filter out empty name at ServiceNameMapping#getAppNames
* remove unused import
2024-05-08 11:59:26 +08:00
stellar
10af737925
fix:embedded-redis need update version to run on macos Sonoma ( #14072 ) ( #14074 )
2024-05-06 14:39:15 +08:00
Albumen Kevin
53553dcef4
Merge branch 'apache-3.2' into apache-3.3
...
# Conflicts:
# dubbo-container/dubbo-container-api/src/main/java/org/apache/dubbo/container/Main.java
# dubbo-dependencies-bom/pom.xml
# dubbo-distribution/dubbo-apache-release/pom.xml
# dubbo-monitor/dubbo-monitor-api/src/main/java/org/apache/dubbo/monitor/support/AbstractMonitorFactory.java
# dubbo-remoting/dubbo-remoting-http12/pom.xml
# dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/h12/AbstractServerCallListener.java
# dubbo-spring-boot/pom.xml
# dubbo-test/dubbo-test-spring/pom.xml
2024-04-10 13:15:14 +08:00
heliang666s
3e4fda20bb
Update the comment content in pom.xml to be consistent ( #14039 )
2024-04-08 16:34:36 +08:00
jean pierre Lerbscher
00812ce41c
Fix Sonar issue s2293 The diamond operator ('<>') should be used ( #14005 )
2024-03-29 11:40:06 +08:00
Albumen Kevin
da2dd6d2a1
Merge branch 'apache-3.2' into apache-3.3
...
# Conflicts:
# README.md
# dubbo-container/dubbo-container-api/src/main/java/org/apache/dubbo/container/Main.java
2024-03-12 11:36:55 +08:00
hyhnet
d50adb7c83
fix typos ( #13858 )
...
Co-authored-by: Cyrus <yecity@gmail.com>
2024-03-10 11:22:59 +08:00
Albumen Kevin
9b3073c2f4
Merge branch 'apache-3.2' into apache-3.3
...
# Conflicts:
# dubbo-dependencies-bom/pom.xml
2024-03-06 11:11:38 +08:00
dependabot[bot]
44c7f7967f
Bump com.alibaba.nacos:nacos-client from 2.2.4 to 2.3.1 ( #13821 )
...
* Bump com.alibaba.nacos:nacos-client from 2.2.4 to 2.3.1
Bumps [com.alibaba.nacos:nacos-client](https://github.com/alibaba/nacos ) from 2.2.4 to 2.3.1.
- [Release notes](https://github.com/alibaba/nacos/releases )
- [Changelog](https://github.com/alibaba/nacos/blob/develop/CHANGELOG.md )
- [Commits](https://github.com/alibaba/nacos/compare/2.2.4...2.3.1 )
---
updated-dependencies:
- dependency-name: com.alibaba.nacos:nacos-client
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
* Fix compile
* Fix format
---------
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Albumen Kevin <jhq0812@gmail.com>
2024-03-06 11:03:02 +08:00
huazhongming
f7a32be429
Remove unused dependency ( #13554 )
...
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-12-22 10:25:53 +08:00
huazhongming
5b0b86b11d
Remove dubbo monitor module ( #13456 )
...
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-12-18 14:11:33 +08:00
crazyhzm
c302fcccd8
Merge branch '3.2' into 3.3
...
# Conflicts:
# dubbo-build-tools/pom.xml
# dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
# dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleInvoker.java
# pom.xml
2023-12-04 19:53:18 +08:00
suncairong163
6e9f337098
Feature/20231114 dubbo 3.2 rest proxy double service method ( #13357 )
...
* for proxy service method repeat check
* for proxy service method repeat check
* fix code format
* fix code format
* fix code format
* fix code format
* fix code format
* fix code format
* fix code format
* fix code format
* fix code format
---------
Co-authored-by: huazhongming <crazyhzm@gmail.com>
2023-12-01 15:28:05 +08:00
namelessssssssssss
6dfddbfb2b
Fix issue of metadata only registred to one nacos namespace (3.2.x) ( #13439 )
...
* Fix nacos metadata namespace
* Fix code style
---------
Co-authored-by: nameless <x1544669126@gmail.com>
2023-11-30 19:19:29 +08:00
Sean Yang
a53228d545
feat(logging): #13378 Uniformly uses log4j2 as the logging component ( #13402 )
2023-11-22 09:58:59 +08:00
hjyp
f441e79d8d
[System properties] Add the system properties tool, unified system configuration items ( #13307 )
...
* Initialize
* update code style
* delete redundant file
* Change position
* delete redundant import
* Add JsonCompatibilityUtils
* Delete unused import
* change funcs
* Add test case
* update color class
* add license
* fix style
* Add class of SystemPropertyConfigUtils
* Unify config
* Delete permit
* Fix style
* unify config
* Fix code style
* Update comment
* Normalized style
* Fix native CI bug
* unify code style
* Add log
* fix code format
* Add log
* Update graalvm
* Delete log
* Fix bugs
2023-11-20 16:42:18 +08:00
Nortyr
39611ea28c
feat:RedisMetadataReport implementation ( #13303 )
...
* feat:Redis metadataReport implementation
* feat:Redis metadataReport implementation
* remove error code constant
* feat:RedisMetadataReport implementation
* fix:sonarlint issue
* fix:sonarlint bug
* remove unused imports
* fix:spotless
* add notes
2023-11-15 09:43:13 +08:00
huazhongming
d979b211ce
[3.3]Use spotless to format the code ( #13322 )
...
* Use spotless to format the code
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
* Use spotless to format the code
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
* Use spotless to format the code
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
* degrade dubbo version
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
* degrade dubbo version
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
* revert degrade dubbo version
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
* Fix ut
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
---------
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-11-07 15:41:45 +08:00
huazhongming
730695a7a2
[3.2]Use spotless to format the code ( #13320 )
...
* Use spotless to format the code
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
* Support develop with JDK 21
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
---------
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-11-07 15:40:13 +08:00
huazhongming
e155591adb
Fix rest compiler failure ( #13310 )
...
Signed-off-by: crazyhzm <crazyhzm@gmail.com>
2023-11-06 14:04:47 +08:00
crazyhzm
35b6682393
Merge remote-tracking branch 'upstream/3.2' into 3.3
...
# Conflicts:
# dubbo-cluster/pom.xml
# dubbo-common/src/main/java/org/apache/dubbo/common/constants/CommonConstants.java
# dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/beans/factory/annotation/ServiceAnnotationPostProcessor.java
# dubbo-demo/dubbo-demo-spring-boot/dubbo-demo-spring-boot-consumer/pom.xml
# dubbo-demo/dubbo-demo-spring-boot/dubbo-demo-spring-boot-provider/pom.xml
# dubbo-demo/dubbo-demo-spring-boot/pom.xml
# dubbo-dependencies-bom/pom.xml
# dubbo-metadata/dubbo-metadata-rest/src/main/java/org/apache/dubbo/metadata/rest/ParamType.java
# dubbo-spring-boot/pom.xml
2023-11-06 13:29:10 +08:00
Albumen Kevin
d00757e65b
Merge branch '3.3.0-beta.1-release' into apache-3.3
...
# Conflicts:
# .github/workflows/release-test.yml
# dubbo-annotation-processor/pom.xml
# dubbo-common/src/main/java/org/apache/dubbo/common/constants/CommonConstants.java
# dubbo-config/dubbo-config-api/pom.xml
# dubbo-config/pom.xml
# dubbo-metadata/dubbo-metadata-processor/pom.xml
# dubbo-rpc/dubbo-rpc-triple/src/main/java/org/apache/dubbo/rpc/protocol/tri/TripleHttp2Protocol.java
# pom.xml
2023-11-03 21:30:19 +08:00
Sean Yang
539bb11ae7
fix(pom): #13188 Exclude unnecessary transitive dependencies for zookeeper & cleanup pom ( #13230 )
2023-11-02 09:54:33 +08:00
aofall
ef7217abf9
Modify suitable log level for the cache operate ( #13263 )
2023-10-27 13:38:55 +08:00
Albumen Kevin
0d91d419a8
Remove direct dependency of alibaba dubbo ( #13218 )
...
* Remove direct dependency of alibaba dubbo
* disable in ExtensionLoader
* Fix license
* Fix test
* Fix case
* Fix test
2023-10-19 15:25:40 +08:00
suncairong163
f613d72bd2
jboss @Form support ( #13201 )
2023-10-19 10:20:52 +08:00
crazyhzm
d050b9c6ec
Merge branch '3.2' into 3.3
2023-09-28 17:17:17 +08:00
Albumen Kevin
66eaadd63c
Enhance AbstractMetadataReportTest test case ( #13126 )
...
* Enhance AbstractMetadataReportTest test case
* Enhance AbstractMetadataReportTest test case
2023-09-26 11:25:57 +08:00
Ken Liu
8e55dae8f9
Feature improvement, only register one url for port unification. ( #12528 )
2023-08-30 21:48:57 +08:00
chickenlj
186ec674bf
Merge branch '3.3' into 3.3.0-beta.1-release
2023-08-28 17:06:55 +08:00
Albumen Kevin
7a4ec6c525
Merge branch 'apache-3.2' into apache-3.3
...
# Conflicts:
# README.md
# dubbo-common/src/main/java/org/apache/dubbo/common/constants/CommonConstants.java
# dubbo-config/dubbo-config-api/src/main/java/org/apache/dubbo/config/deploy/DefaultApplicationDeployer.java
# dubbo-dependencies-bom/pom.xml
# dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
# dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
# dubbo-metadata/dubbo-metadata-rest/src/main/java/org/apache/dubbo/metadata/rest/springmvc/SpringMvcServiceRestMetadataResolver.java
# dubbo-metadata/dubbo-metadata-rest/src/test/java/org/apache/dubbo/metadata/rest/NoAnnotationApiDemoResolverTest.java
# dubbo-metrics/dubbo-metrics-api/src/main/java/org/apache/dubbo/metrics/model/key/MetricsKey.java
# dubbo-monitor/dubbo-monitor-common/src/main/java/org/apache/dubbo/monitor/support/CallbackConsumerContextFilter.java
# pom.xml
2023-08-22 15:05:41 +08:00
suncairong163
6b617a1ce9
Feature/dubbo 3.2 rest fix http method pathmatcher ( #12890 )
...
* fix rest service deployer serializable error
* fix rest http method judge
2023-08-17 16:56:51 +08:00
Ken Liu
56de12127b
Revert "Add Dubbo Annotation Processor (Add deprecated method warn when called by user, #10850 ) ( #11513 )" ( #12871 )
...
This reverts commit 0b6f2e4a8d .
2023-08-16 16:25:08 +08:00
TomlongTK
8fe122b08a
Add toString ( #12872 )
2023-08-11 10:41:38 +08:00
suncairong163
36b2ec267d
Feature/dubbo3.2 rest remove first match break ( #12837 )
...
* support reExport
* add rest method annotation support judge
---------
Co-authored-by: suncr <suncairong@moresec.cn>
2023-08-03 20:43:07 +08:00
suncairong163
1e18b359e2
Feature/dubbo3.2 add rest method annotation support judge ( #12835 )
...
* support reExport
* add rest method annotation support judge
---------
Co-authored-by: suncr <suncairong@moresec.cn>
2023-08-03 13:05:09 +08:00
Albumen Kevin
046898bbc8
Merge branch 'apache-3.2' into apache-3.3
...
# Conflicts:
# dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/context/DubboInfraBeanRegisterPostProcessor.java
# dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/pu/QosDetector.java
# dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/pu/QosHTTP1Detector.java
# dubbo-plugin/dubbo-qos/src/main/java/org/apache/dubbo/qos/pu/TelnetDetector.java
# dubbo-plugin/dubbo-qos/src/test/java/org/apache/dubbo/qos/pu/QosWireProtocolTest.java
# dubbo-rpc/dubbo-rpc-api/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.Filter
2023-07-29 20:52:17 +08:00
TomlongTK
25547158d2
ProtobufTypeBuilder extension load on protobuf dependency ( #12799 )
2023-07-29 20:28:22 +08:00
Albumen Kevin
093fb7c208
Merge branch 'apache-3.2' into apache-3.3
...
# Conflicts:
# dubbo-cluster/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.cluster.filter.ClusterFilter
# dubbo-common/src/main/java/org/apache/dubbo/common/constants/CommonConstants.java
# dubbo-config/dubbo-config-api/pom.xml
# dubbo-config/dubbo-config-spring/src/main/java/org/apache/dubbo/config/spring/ReferenceBean.java
# dubbo-dependencies-bom/pom.xml
# dubbo-dependencies/dubbo-dependencies-zookeeper-curator5/pom.xml
# dubbo-dependencies/dubbo-dependencies-zookeeper/pom.xml
# dubbo-metrics/dubbo-metrics-default/src/main/resources/META-INF/dubbo/internal/org.apache.dubbo.rpc.Filter
# dubbo-remoting/dubbo-remoting-api/src/main/java/org/apache/dubbo/remoting/Constants.java
# dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/NettyHttpRestServer.java
# dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/deploy/ServiceDeployer.java
# dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/handler/NettyHttpHandler.java
# dubbo-rpc/dubbo-rpc-rest/src/main/java/org/apache/dubbo/rpc/protocol/rest/message/codec/JsonCodec.java
# pom.xml
2023-07-19 15:18:51 +08:00
suncairong163
f78b4f5dea
add rest provider body multipart json that JsonUtils supports ut ( #12716 )
2023-07-17 13:29:10 +08:00
suncairong163
2932f09b28
add generic reflect type for collection,map,array json ( #12732 )
2023-07-17 13:28:59 +08:00
suncairong163
1f8a0fa5ec
add feign client annotation support ( #12736 )
2023-07-17 12:34:28 +08:00