Commit Graph

2168 Commits

Author SHA1 Message Date
rushsky518
64b6dbe9cb #1550 把 lastContent 放入 listener 中 2019-11-22 14:43:30 +08:00
黄大相
5ac8a56486 fix default value of database field 2019-11-21 16:54:18 +08:00
黄大相
31a59e8451 fix 2025 2019-11-21 16:19:51 +08:00
withthewind
ec6e52ee9d optimize: the Boolean.parseBoolean(String s) method should be used when converting a String to a Boolean type 2019-11-21 15:59:28 +08:00
junyi
36a5259930 add toUpperCase 2019-11-14 15:36:03 +08:00
Fury Zhu
bad3501d51
Merge pull request #2049 from chuntaojun/fix_config_longPoll_readTimeout
refactor(client/config): increase the client's read timeout
2019-11-14 15:28:46 +08:00
Fury Zhu
57c5291496
Merge pull request #2057 from zhfish/fix-startup-for-java-11
[ISSUE #2042] fix startup for java 11 and mysql8.0
2019-11-14 14:11:21 +08:00
Fury Zhu
3f1150f45a
Merge branch 'develop' into fix-startup-for-java-11 2019-11-14 13:28:30 +08:00
Fury Zhu
1f7e4f6fed
Merge pull request #2058 from alibaba/dependabot/maven/com.fasterxml.jackson.core-jackson-databind-2.9.10.1
Bump jackson-databind from 2.9.10 to 2.9.10.1
2019-11-14 13:27:22 +08:00
邪影oO
fcf1a20551
Merge pull request #7 from alibaba/master
拉代码
2019-11-14 09:14:30 +08:00
dependabot[bot]
a026820201
Bump jackson-databind from 2.9.10 to 2.9.10.1
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.10 to 2.9.10.1.
- [Release notes](https://github.com/FasterXML/jackson/releases)
- [Commits](https://github.com/FasterXML/jackson/commits)

Signed-off-by: dependabot[bot] <support@github.com>
2019-11-13 09:32:15 +00:00
zhfish
8fbe01892d remvoe classpath 2019-11-13 14:34:59 +08:00
zhfish
bf2eb6cc5e fix startup for java 11 2019-11-13 14:28:26 +08:00
chuntaojun
89b2d000f0 refactor(client/config): update timeout compute 2019-11-12 09:41:05 +08:00
liaochuntao
23ddb69cba refactor(client/config): increase the client's read timeout
In order to prevent the server from handling the delay of the client's long task, increase the
client's read timeout to avoid this problem.
2019-11-12 09:10:15 +08:00
nkorange
3a4de81981 Fix client beat task executing when health check is disabled. 2019-11-11 16:05:33 +08:00
Fury Zhu
b3781adc4c
Merge pull request #2044 from nkorange/feature_stop_update_task_after_unsbscribe
fix #1858
2019-11-11 10:12:53 +08:00
nkorange
d034412fdd fix #1858 2019-11-11 09:38:57 +08:00
nkorange
b9c3b545ba fix #1842 2019-11-11 00:50:29 +08:00
Fury Zhu
d019045656
Merge pull request #2013 from ZhZGod/feature-string-append
Modify the string splicing method of getgroupedname()
2019-11-07 19:00:24 +08:00
Fury Zhu
5cd905c9a3
Merge pull request #2012 from satjd/issue1994
make RequestVote RPC handler thread-safe
2019-11-07 18:56:10 +08:00
Fury Zhu
6176360597
Merge pull request #1971 from sheiy/develop
issues:调用修改实例接口,未传的参数值会被清空
2019-11-07 16:28:49 +08:00
Fury Zhu
8c104bc432
Merge pull request #2009 from Albert-Hugo/hotfix_2006
[#2006] Change to throw NacosException
2019-11-07 16:23:56 +08:00
Fury Zhu
43a30d3a2a
Merge pull request #2027 from nkorange/hotfix_connection_reuse
#2018 Close inpuststream instead of connection.
2019-11-07 16:22:37 +08:00
nkorange
c431a852b5 #2018 Close inpuststream instead of connection. 2019-11-07 16:02:01 +08:00
nkorange
8ef3fd9225 Merge remote-tracking branch 'upstream/develop' into develop 2019-11-06 13:46:49 +08:00
nkorange
0212de87a3 fix #2000 2019-11-06 13:46:39 +08:00
Fury Zhu
595f436c51
Merge pull request #2008 from nkorange/hotfix_inet_addr_null
Hotfix inet addr null
2019-11-06 13:40:35 +08:00
nkorange
c4fb9e7fc7 Remove debug option in startup script 2019-11-06 12:31:21 +08:00
zzh
7582de9910 Modify the string splicing method of getgroupedname() 2019-11-06 10:15:38 +08:00
satjd
7968dbb008 make RequestVote RPC handler thread-safe 2019-11-05 17:54:55 +08:00
rushsky518
98d35d2420 correct word spell 2019-11-05 13:41:05 +08:00
rushsky518
5a583f1997 #1550 clean code 2019-11-05 11:44:30 +08:00
huangyonghui
7956acbf64 [#2006] change to throw NacosException to make client handle the right Exception case 2019-11-04 15:38:25 +08:00
sheiy
e8691ac0ad issues:调用修改实例接口,未传的参数值会被清空
https://github.com/alibaba/nacos/issues/1957
2019-11-04 10:59:33 +08:00
sheiy
96f81e0db4 issues:调用修改实例接口,未传的参数值会被清空
https://github.com/alibaba/nacos/issues/1957
2019-11-04 10:42:32 +08:00
nkorange
f57a3d8781 #1947 add test cases. 2019-11-04 10:30:08 +08:00
nkorange
92bbf9ef22 fix #1947 2019-10-31 20:51:06 +08:00
Fury Zhu
1054a9916e
Merge pull request #1844 from stackisok/master
fix issues #1840
2019-10-30 16:31:15 +08:00
Fury Zhu
4424af2a77
Merge branch 'develop' into master 2019-10-30 16:06:32 +08:00
nkorange
5caa57351a Fix PMD 2019-10-30 10:20:16 +08:00
nkorange
f4f90a08ed Fix add metadata method NPE. 2019-10-29 15:36:12 +08:00
nkorange
be99def1c9 Change MCP service port to 8848 2019-10-26 10:59:31 +08:00
sheiy
c8b88e6228 issues:调用修改实例接口,未传的参数值会被清空
https://github.com/alibaba/nacos/issues/1957
2019-10-25 18:12:43 +08:00
Fury Zhu
c52b6e392d
Merge pull request #1964 from alibaba/develop
1.1.4 released
2019-10-24 16:29:42 +08:00
nkorange
4d68565667 Update version to 1.1.4 2019-10-24 14:46:46 +08:00
Fury Zhu
2587fa1415
Merge pull request #1955 from Veryfirefly/develop
运行startup.cmd发生的Error:Unable access jarfile
2019-10-24 14:24:14 +08:00
Fury Zhu
3f68ce083d
Merge pull request #1953 from nkorange/feature_mcp
Feature mcp
2019-10-22 18:02:15 +08:00
nkorange
4c5d42466e Add switch to turn on/off MCP server 2019-10-22 17:33:28 +08:00
nkorange
225f0cae51 Fix findbugs 2019-10-22 17:05:48 +08:00