Commit Graph

668 Commits

Author SHA1 Message Date
KomachiSion
3b0e9df9a9 Replace fastjson with jackson for nacos-naming controller and consistency 2020-05-27 15:40:21 +08:00
KomachiSion
eec067ffbd Replace fastjson with jackson for nacos-naming misc 2020-05-27 15:39:41 +08:00
KomachiSion
a980e4ea65 Replace fastjson with jackson for nacos-naming pojo 2020-05-27 15:39:13 +08:00
KomachiSion
61135f6dce Replace fastjson with jackson for naming.core 2020-05-27 15:38:17 +08:00
KomachiSion
ff6e09e58d Handle serialization exception in JacksonUtils 2020-05-26 14:59:23 +08:00
liaochuntao
041416790d
Merge pull request #2880 from jzdayz/develop
code optimize
2020-05-26 12:16:00 +08:00
胡晴风
c277d2a438 code optimize 2020-05-25 17:18:05 +08:00
KomachiSion
d34bef36a9 Replace fastjson with jackson for Service 2020-05-25 16:13:37 +08:00
KomachiSion
4607bb7c00 Replace fastjson with jackson for Selector 2020-05-25 16:13:37 +08:00
KomachiSion
5c8ccfde0f Replace fastjson with jackson for naming.Cluster 2020-05-25 16:13:37 +08:00
KomachiSion
8c5bcd8715 Replace fastjson with jackson for health checker. 2020-05-25 16:12:04 +08:00
KomachiSion
70a0bb7c1b replace fastJson with jackson for naming instance 2020-05-25 16:12:04 +08:00
liaochuntao
4ddfe0c1c3
Merge pull request #2691 from jiangcaijun/develop
hashMap constructor : choose more appropriate initialCapacity
2020-05-21 21:37:33 +08:00
chuntaojun
afc74da826 build: update version to 1.3.0-BETA 2020-05-15 16:10:38 +08:00
water.lyl
54e251da39 release 1.3-beta 2020-05-11 23:06:23 +08:00
chuntaojun
29a6edc8c5 refactor: fix bugs 2020-05-08 14:53:29 +08:00
chuntaojun
5e281892a1 refactor: remove debug log 2020-05-07 00:33:06 +08:00
chuntaojun
272abe6135 fix: fix parameter encode 2020-05-06 18:33:18 +08:00
chuntaojun
1563dc7104 fix: fixed a problem where parameters were encoded multiple times 2020-05-05 09:43:54 +08:00
chuntaojun
2526c5d8f2 fix: fix naming request redirect 2020-05-03 20:26:35 +08:00
chuntaojun
eca2aca6bb fix: bug fix 2020-05-01 10:09:08 +08:00
chuntaojun
a937e3090c fix: fix some bugs 2020-04-30 10:49:34 +08:00
jiangcaijun
2b10aebb76 hashMap constructor : choose more appropriate initialCapacity 2020-04-26 17:19:18 +08:00
chuntaojun
ef405e09e2 refactor: remove complex listening logic and bug fixes 2020-04-22 17:28:53 +08:00
chuntaojun
f222dccd3d refactor: code optimization 2020-04-21 17:14:59 +08:00
wangwei
dcdbaf50ea use MD5Utils replace MD5 2020-04-20 14:18:23 +08:00
wangwei
aeb14910e7 unify the MD5 generation on both sides by MD5 utility classes in the common module 2020-04-19 18:42:59 +08:00
chuntaojun
0af4d4f510 refactor: addressing mode refactoring 2020-04-18 13:59:28 +08:00
chuntaojun
0b3b5e83ac refactor(all): code optimization 2020-04-16 23:50:08 +08:00
chuntaojun
1aca7bc3e0 refactor: core 2020-04-13 22:44:08 +08:00
chuntaojun
7586354476 refactor: bug fix and refactor init logic 2020-04-13 16:13:49 +08:00
chuntaojun
42626c029b docs: 2020-04-03 19:06:55 +08:00
chuntaojun
9f8c19cafb refactor: Change the distributed ID logic 2020-04-02 19:24:11 +08:00
Peter Zhu
fea9e2d09e
Merge pull request #2550 from nkorange/hotfix_client_beat_lost_in_redirect
Hotfix client beat lost in redirect
2020-03-31 11:07:17 +08:00
chuntaojun
66db5207d3 fix: merge upstream develop 2020-03-30 13:42:55 +08:00
Peter Zhu
b7a2c756fe
Merge pull request #2403 from lkxiaolou/develop
fix checksum bug #2401
2020-03-29 23:01:48 +08:00
chuntaojun
89a8dddc1c Merge branch 'develop' of https://github.com/alibaba/nacos into feature_consistency 2020-03-28 17:38:26 +08:00
nkorange
a74d057d6d Fix #2537 2020-03-27 17:57:29 +08:00
nkorange
b29e6dc33b Fix #2537 2020-03-27 16:50:37 +08:00
nkorange
5b8d8fd763 Merge remote-tracking branch 'upstream/develop' into develop 2020-03-27 15:48:40 +08:00
nkorange
ea2a83c4be Update version to 1.2.1 2020-03-27 15:48:32 +08:00
qq213539
88e65ff1b9 fix #2533 2020-03-27 00:07:52 +08:00
chuntaojun
ce6dc51bcf fix: fix some bugs 2020-03-26 20:32:52 +08:00
chuntaojun
16ba537a37 feat: #2530 2020-03-26 12:06:35 +08:00
lkxiaolou
83c098b8ca 统一md5计算 2020-03-14 17:54:06 +08:00
chuntaojun
a659493205 refactor: Uniform configuration format 2020-03-09 15:57:22 +08:00
chuntaojun
8b848873e4 docs: 2020-03-09 15:48:31 +08:00
chuntaojun
0a325bf9c7 fix: fix merge confilt 2020-03-09 15:38:03 +08:00
Peter Zhu
f4c527f9b6
Merge branch 'master' into develop 2020-03-09 11:33:31 +08:00
chuntaojun
0886653a08 feat(naming): Support empty service cleanup task time configurable 2020-03-08 00:00:44 +08:00