Commit b3d44a6
Documentation/2935#dubbo rpc api (#2967)
* added dubbo-rpc-api filter documentation for issue no #2935
* wrong @see java.io.File was added, removed this version of checkins
* Close all ports after tests finish (#2906)
* fix testCustomExecutor (#2904)
* Graceful shutdown enhancement in Spring (#2901)
* Simplify the code logic of the method AbstractClusterInvoker#reselect. (#2826)
* Simplify the code logic of the method AbstractClusterInvoker#reselect.
* Minor modification for code style.
* create AbstractRouter (#2909)
* create AbstractRouter
* router default method
* router default method
* router default method
* mockinvoker
* Added javadoc for dubbo-filter module dubbo github issue 2884 (#2921)
* Enhance unit test (#2920)
* Change Readme dubbo-sample hyperlink (#2927)
* Simply TagRouter (#2924)
* make telnet config work again (#2925)
* Remove the log to putRandomPort when one protocol use random port (#2931)
* optimize findConfigedPorts method of ServiceConfig to log only one time when userandom port
* move the log to method putRandomPort
* Fix DubboShutdownHook Memory Leak (#2922)
* Improve UT grammar and remove unnecessary braces. (#2930)
* Improve UT grammer, fix compiler warnings.
* Remove unnecessary braces.
* re-enable testCustomExecutor (#2917)
* fix testCustomExecutor
* fix ci
* Fixing test-order dependency for FstObjectInputTest (#2815)
* re-enable testCustomExecutor (#2913)
* Resetting ExtensionLoader to remove test order dependencies in StickyTest (#2807)
* optimize the RondRobinLoadBalance and MockClusterInvoker (#2932)
delete unused logic and take the logger out.
* [Dubbo-2864] Fix build failed with -Prelease (#2923)
fixes #2864
* Fix telnet can not find method with enum type (#2803)
* [dubbo-2766] fix the bug of isMatch method of InvokeTelnetHandler (#2787)
* enhance org.apache.dubbo.rpc.protocol.dubbo.telnet.InvokeTelnetHandler#isMatch (#2941)
* enhance isMatch
* remove useless imports
* [Dubbo-2766]Fix 2766 and enhance the invoke command (#2801)
* add getter and setter for ServiceConfig's interfaceName property#2353
* add interfaceName to ignoreAttributeNames and change the unit test
* delete the demo source code and update the unit test
* unchange ServiceConfig
* update unit test
* update unit test
* fix #2798 and enhance invoke command
* Delete useless assignments (#2939)
* Replace anonymous class with method reference (#2929)
* Replace anonymous class with method reference
* Revert changes as per @beiwei30 code review
* Optimize retry for FailbackRegistry. (#2763)
* Abstract retry task
* Task for retry.
* Fix sth.
* Finish Optimize. fix ci failed.
* Optimize retry for FailbackRegistry.
The retry operation splits into specific operations, such as subscriptions and registrations. This approach allows for very precise retry control.
* Optimize retry for FailbackRegistry.
The retry operation splits into specific operations, such as subscriptions and registrations. This approach allows for very precise retry control.
* Optimize logger warn's msg.
* Optimize FailedNotifiedTask's run method.
Optimize addXXXTask, directly return if we already have a retry task.
* Optimize notify logic, just notify when the urls is not empty.
* Optimize notify logic, just notify when the urls is not empty.
* Optimize timer that use daemon thread.
* standardize semantics of all mergers,enhance mergeFactory and testcase (#2936)
* Modified to lower camel case (#2945)
* Improve several map iteration (#2938)
* added dubbo-rpc-api filter documentation for issue no #2935
* wrong @see java.io.File was added, removed this version of checkins1 parent 0648887 commit b3d44a6
File tree
14 files changed
+92
-11
lines changed- dubbo-rpc/dubbo-rpc-api/src/main/java/org/apache/dubbo/rpc
- filter
- tps
14 files changed
+92
-11
lines changedLines changed: 19 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
22 | 36 | | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
23 | 42 | | |
24 | 43 | | |
25 | 44 | | |
| |||
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
34 | 43 | | |
35 | 44 | | |
36 | 45 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | | - | |
| 28 | + | |
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
| |||
Lines changed: 14 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
36 | 47 | | |
37 | 48 | | |
38 | 49 | | |
| |||
51 | 62 | | |
52 | 63 | | |
53 | 64 | | |
| 65 | + | |
54 | 66 | | |
55 | 67 | | |
56 | 68 | | |
| 69 | + | |
57 | 70 | | |
58 | 71 | | |
59 | 72 | | |
| |||
Lines changed: 6 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
31 | | - | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
32 | 37 | | |
33 | 38 | | |
34 | 39 | | |
| |||
Lines changed: 5 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | 40 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
34 | 37 | | |
35 | 38 | | |
36 | 39 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | | - | |
| 29 | + | |
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
33 | 36 | | |
34 | 37 | | |
35 | 38 | | |
| |||
0 commit comments