Skip to content

Commit 012d256

Browse files
authoredDec 24, 2019
Merge pull request apache#1 from apache/master
合并最新的dubbo
2 parents 045116c + 8acd17c commit 012d256

File tree

1,287 files changed

+58339
-25117
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,287 files changed

+58339
-25117
lines changed
 

‎.gitignore

+9
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ target/
66
*.zip
77
*.tar
88
*.tar.gz
9+
.flattened-pom.xml
910

1011
# eclipse ignore
1112
.settings/
@@ -35,3 +36,11 @@ Thumbs.db
3536

3637
# license check result
3738
license-list
39+
40+
# grpc compiler
41+
compiler/gradle.properties
42+
compiler/build/*
43+
compiler/.gradle/*
44+
45+
# protobuf
46+
dubbo-serialization/dubbo-serialization-protobuf/build/*

‎CHANGES.md

+52
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,57 @@
11
# Release Notes
22

3+
## 2.7.4.1
4+
5+
### Enhancement
6+
7+
* Enhance ProtobufTypeBuilder support generate type definition which contains Bytes List or Bytes Map. #5083
8+
* Using the ID of Dubbo Config as the alias of Bean. #5094
9+
* tag router supports anyhost. #4431
10+
* optimize generic invoke. #4076
11+
* dubbo zookeeper registry too slow #4828
12+
* use consul with group and version. #4755
13+
* qos support host config. #4720
14+
* migrate http protocol #4781
15+
* Some unit test optimization. #5026 #4803 #4687
16+
17+
### Bugfixes
18+
19+
* Apollo namespace optimization. #5105
20+
* Simplify dubbo-common transitive dependencies. #5107
21+
* Delete 'config.' prefix for url generated from ConfigCenterConfig. #5001
22+
* fix set generic method error. #5079
23+
* Add support for overriding Map properties in AbstractConfig.refresh. #4882
24+
* Fix travis javax.ex dependency issue. (unit test)
25+
* Fix: ExtensionLoader load duplicate filter,no log or exception. #4340
26+
* When the provider interrupts abnormally, the consumer cannot return quickly and still waits for the timeout to end. #4694
27+
* Fix register config not take effect because of url simplified。 #4397
28+
* Don't support metadata for generic service. #4641
29+
* Avoid resize in ClassUtils.java. #5009
30+
* default attribute in <dubbo:registry> doesn't work as expected. #4412
31+
* make RegistryDirectory can refresh the invokers when providers number become 0 when using nacos registry. #4793
32+
* Multiple @Reference annotations only have one effect #4674
33+
* Fix RpcContext.getContext().getRemoteApplicationName() returns null #4351
34+
* Security issue: upgrade fastjson version to 1.2.60. #5018
35+
* nacos-registry:serviceName split error #4974
36+
* AbstractConfig.java-getMetaData set default depend on getmethod sequence #4678
37+
* fix protocol register set false not work. #4776
38+
* Fix: In Rest protocol, the limitation of Dubbo-Attachments. #4898
39+
* The logic of org.apache.dubbo.config.MonitorConfig#isValid is incorrect #4892
40+
* protostuff return stackoverflow and other error msg #4861
41+
* fix method parameter bean generation. #3796
42+
* replace hardcode with regex pattern #4810
43+
* Fix warm up issue when provider's timestamp is bigger than local machine's timestamp. #4870
44+
* Fix use generic invocation via API , lost #4238 ion" value #4784
45+
* In consumer side the app cannot catch the exception from provider that is configured serialization="kryo". #4238
46+
* fix StringUtils#isBlank #4725
47+
* when the interfaceName of the Reference annotation has duplicated,the exception is puzzled #4160
48+
* when anonymity bean is defined in spirng context,dubbo throw npe #
49+
* add Thread ContextClassLoader #4712
50+
* Fix judgment ipv4 address #4729
51+
* The compilation of static methods should be excluded when generating the proxy. #4647
52+
* check EOF of inputstream in IOUtils.write #4648
53+
54+
355
## 2.7.3
456

557
### Change List

0 commit comments

Comments
 (0)