-
Notifications
You must be signed in to change notification settings - Fork 26.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Number type config data is lost in yaml file #1399
Comments
Hi, welcome to Dubbo community! Please consider using English, Dubbo is a global community, and all the issues may be viewed and discussed by people all over the world. Meanwhile, you can send email to dev@dubbo.apache.org or subscribe it, which is preferred way for discussing questions like this. |
lovepoem
changed the title
dubbo 2.6.0 yml 文件配置信息无效
Mumber type config data is lost in yml file
Feb 26, 2018
lovepoem
changed the title
Mumber type config data is lost in yml file
Mumber type config data is lost in yaml file
Feb 26, 2018
lovepoem
changed the title
Mumber type config data is lost in yaml file
Number type config data is lost in yaml file
Feb 26, 2018
Fixed |
zonghaishang
pushed a commit
to zonghaishang/dubbo
that referenced
this issue
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'
This was referenced Mar 2, 2018
rolandhe
pushed a commit
to rolandhe/dubbo
that referenced
this issue
Sep 9, 2019
* apache#1399 fi * update test
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
spring-boot-version : 1.5.9.RELEASE
dubbo.version : 2.6.0
bug 出现场景:
1、使用了@EnableDubbo 注解
2、配置文件使用的是 “.yml” 格式的文件
bug出现原因:
在yml 文件中,值是有数据类型的区分的,如果直接这样判断,会导致有些值被忽略
The text was updated successfully, but these errors were encountered: