Skip to content

fix number type is lost in yaml config file#1401

Merged
beiwei30 merged 3 commits intoapache:masterfrom
lovepoem:fix_number_type_is_lost_in_yaml_config_file
Feb 27, 2018
Merged

fix number type is lost in yaml config file#1401
beiwei30 merged 3 commits intoapache:masterfrom
lovepoem:fix_number_type_is_lost_in_yaml_config_file

Conversation

@lovepoem
Copy link
Copy Markdown
Member

What is the purpose of the change

#1399 fix number type is lost in yaml config file

Brief changelog

Remove String type filter when read yaml file data

Verifying this change

Run referenced unit test

@codecov-io
Copy link
Copy Markdown

codecov-io commented Feb 26, 2018

Codecov Report

Merging #1401 into master will increase coverage by 0.03%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1401      +/-   ##
==========================================
+ Coverage   32.96%   32.99%   +0.03%     
==========================================
  Files         691      691              
  Lines       34625    34624       -1     
  Branches     6851     6850       -1     
==========================================
+ Hits        11414    11425      +11     
+ Misses      21264    21254      -10     
+ Partials     1947     1945       -2
Impacted Files Coverage Δ
...dubbo/config/spring/util/PropertySourcesUtils.java 83.33% <100%> (+6.41%) ⬆️
...bo/rpc/cluster/support/FailbackClusterInvoker.java 71.79% <0%> (-12.83%) ⬇️
...libaba/com/caucho/hessian/util/IdentityIntMap.java 25% <0%> (-5.96%) ⬇️
...mmon/serialize/support/dubbo/GenericDataInput.java 61% <0%> (+1.93%) ⬆️
.../dubbo/rpc/protocol/dubbo/filter/FutureFilter.java 56.56% <0%> (+2.02%) ⬆️
...mon/serialize/support/dubbo/GenericDataOutput.java 70.52% <0%> (+3.5%) ⬆️
...ubbo/rpc/protocol/dubbo/ChannelWrappedInvoker.java 45.83% <0%> (+4.16%) ⬆️
...om/alibaba/dubbo/rpc/filter/ActiveLimitFilter.java 88.88% <0%> (+5.55%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 84124c4...b8606fd. Read the comment docs.

@beiwei30 beiwei30 merged commit 91f9250 into apache:master Feb 27, 2018
@lovepoem lovepoem deleted the fix_number_type_is_lost_in_yaml_config_file branch March 2, 2018 03:23
zonghaishang pushed a commit to zonghaishang/dubbo that referenced this pull request Mar 2, 2018
* @reference support annotate on annotation type

* Fixes apache#1303 TimeUnit conversion error

* Fixes apache#1289, use bind_port as mapping key

* Fixes apache#1313, remove destroy check in Registry.

* checkout .travis.yml from origin/master

* Fix hessian2 serialized short, byte is converted to int bug (apache#1232)

* Fix hessian2 serialized short, byte is converted to int bug

* Fix hessian2 serialized short, byte is converted to int bug

* adapt jdk1.5+

* fixed travis-ci failed because of test cases. (apache#1370)

* Merge pull request apache#1377, remove redundant arguments for StatItem.isAllowable()

* Merge pull request apache#1378, replace StringBuider with simple string concatenation in log.

* Merge pull request apache#1375, remove unnecessary boxing.

Fixes apache#1245

* Merge pull request apache#1331, add optional parameter to support hessian protocol method overload and request protocol version.

* Merge pull request apache#1376, do not instantiate load balance if there is no invokers

Fixes apache#1297

* Merge pull request apache#1384, fix build string bug.

* Merge pull request apache#1040, refactor: replace some deprecated methods related with jedis.

* Merge pull request apache#1242, remove redundant null check.

fixes apache#1231

* Change Mailing list address

* Fixed apache#1398, revert bugs introduced from apache#1375

* Fix time unit problem in UT

* Fix time unit problem related with FutureAdapter in UT

* Fix time unit problem related with FutureAdapter in UT

* Merge pull request apache#1391, fix typo of method name in qos module.

* fix hessian lite test case fail bug (apache#1394)

* fix hessian lite test case fail bug

* update test

* remove ignore

* Fix time unit problem related with FutureAdapter in UT

* revert file

* fix number type is lost in yaml config file (apache#1401)

* apache#1399 fi

* update test

* update readme to add some details (apache#1403)

* update readme to add some details

update readme to add some details

* delete duplicated words

delete duplicated words

* update README format

*     apache#1411: Locale deserialize 'zh-hant_CN'
xpylq pushed a commit to xpylq/dubbo that referenced this pull request Mar 5, 2018
* remotes/upstream/master: (226 commits)
  clean up imports for CacheTest
  [Dubbo-apache#1362] cache provider always lru cache (apache#1396)
  Remove author info and add apache license
  Fix "promoteTransitiveDependencies=false" of maven-shade-plugin
  apache#1411: Locale deserialize 'zh-hant_CN'
  update README format
  update readme to add some details (apache#1403)
  fix number type is lost in yaml config file (apache#1401)
  fix hessian lite test case fail bug (apache#1394)
  Merge pull request apache#1391, fix typo of method name in qos module.
  Fix time unit problem related with FutureAdapter in UT
  Fix time unit problem related with FutureAdapter in UT
  Fix time unit problem in UT
  Fixed apache#1398, revert bugs introduced from apache#1375
  Change Mailing list address
  Merge pull request apache#1242, remove redundant null check.
  Merge pull request apache#1040, refactor: replace some deprecated methods related with jedis.
  Merge pull request apache#1384, fix build string bug.
  Merge pull request apache#1376, do not instantiate load balance if there is no invokers
  Merge pull request apache#1331, add optional parameter to support hessian protocol method overload and request protocol version.
  ...
@lovepoem lovepoem added this to the 2.6.1 milestone Mar 14, 2018
@luffyke
Copy link
Copy Markdown

luffyke commented Mar 14, 2018

@lovepoem Release 2.5.10 has not this fix, may i know which release would include this fix? as there are many issues about this fix in dubbo-spring-boot-starter project.

@lovepoem
Copy link
Copy Markdown
Member Author

https://github.com/alibaba/dubbo/milestone/13 -->v2.6.1
https://github.com/alibaba/dubbo/milestone/16 -->v2.5.11
Now the two milestones contains this patch, I think v2.6.1 will be published soon.

@lovepoem
Copy link
Copy Markdown
Member Author

Now https://github.com/alibaba/dubbo/milestone/13 is released.

rolandhe pushed a commit to rolandhe/dubbo that referenced this pull request Sep 9, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants