Commit Graph

2183 Commits

Author SHA1 Message Date
rushsky518
3c1d6d00c3 #1550 添加单元测试;部分类移动到 api 模块 2019-11-28 11:56:04 +08:00
Peter Zhu
b7f2c6278f
Merge pull request #2116 from xilipilige/feature_console_cors
add nacos console cors
2019-11-28 10:48:26 +08:00
xilipilige
20c75f38fd format code 2019-11-28 07:26:56 +08:00
xilipilige
c75b952dd3 add nacos console cors 2019-11-27 21:02:54 +08:00
rushsky518
ee660f335d #1550 correct while 2019-11-27 20:58:55 +08:00
rushsky518
93773c47d6 #1550 抽象出 spi 接口 2019-11-26 21:35:05 +08:00
Peter Zhu
a219dbeafc
Merge pull request #2061 from MistRay/develop
fix #1966
2019-11-25 20:51:40 +08:00
Peter Zhu
a70950c3ef
Merge pull request #2105 from KeRan213539/#2098_bug_fix
#2098 bug fix
2019-11-25 18:42:43 +08:00
qq213539
dd9b68715e 修复 #2098 2019-11-25 18:08:39 +08:00
Peter Zhu
00cb9d0440
Merge pull request #2102 from lcosmos/develop
add client context path config
2019-11-25 17:40:36 +08:00
Peter Zhu
880644eb47
Merge pull request #2087 from huangdx0726/fix1627
fix default value of database field
2019-11-25 17:11:35 +08:00
Cosmos
6bb0e4b6e0 add client context path config 2019-11-25 16:52:50 +08:00
Peter Zhu
3b19a30a32
Merge pull request #2085 from lzf971107/a_1
optimize: the Boolean.parseBoolean(String s) method should be used when converting a String to a Boolean type
2019-11-25 13:20:23 +08:00
rushsky518
f535ab9846 #1550 普通 listener 时,不保存 lastContent 2019-11-24 16:53:06 +08:00
Peter Zhu
6bee81f4c6
Merge pull request #2086 from huangdx0726/develop
[Issues 2025] Common classes in Nacos should be unified
2019-11-22 20:20:10 +08:00
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