Fury Zhu
d5e8ef5063
Merge branch 'develop' into study
2019-06-18 10:47:21 +08:00
Fury Zhu
c691739300
Merge pull request #1365 from IanCao/dev_cyx
...
format code and remove useless code
2019-06-17 16:58:01 +08:00
赵禹光
170a0d7d0a
better
2019-06-15 12:52:54 +08:00
赵禹光
ebeacb0e31
Avoid accessing static variables or static methods of this class through object references of a class. It increases the cost of compiler parsing and can be accessed directly by class name.
2019-06-15 00:16:51 +08:00
赵禹光
10aa620315
All overriding methods must be preceded by @Override annotations.
2019-06-14 18:54:04 +08:00
IanCao
a98db447fe
format code
2019-06-13 12:26:22 +08:00
nkorange
a60bed8dee
Update version to 1.0.1
2019-06-12 16:28:12 +08:00
nkorange
a7f3cabf3c
Update version to 1.0.1-SNAPSHOT
2019-06-11 17:04:36 +08:00
chuntaojun
ecc015402e
refactor(nacos-client): 修改与本pr无关的注释信息
2019-06-07 21:25:09 +08:00
chuntaojun
456e84785f
refactor(nacos-client:config): Rewrite the HTTP retry rule
2019-06-07 18:41:08 +08:00
chuntaojun
5623577a36
refactor(nacos-client): 修改config的LongPoll轮询的机制
2019-06-06 21:44:42 +08:00
chuntaojun
1f102f52f4
feat:
2019-06-06 20:38:24 +08:00
chuntaojun
72a3a9b213
feat:
2019-06-05 22:31:09 +08:00
pbting
9963ca5f3f
change the version
2019-05-31 15:25:25 +08:00
pbting
c4be24a536
nacos client namespace support multi enviroment switch
2019-05-31 15:21:58 +08:00
Fury Zhu
a3da3136f6
Merge pull request #1161 from rushsky518/master
...
[ISSUE #1118 ] 历史配置文件保留天数,可配置
2019-05-12 00:12:31 +08:00
rushsky518
f1fd3bbb64
Update DumpService.java
...
property with prefix nacos.config
2019-05-10 17:31:55 +08:00
chuntaojun
7ae757ac02
refactor(config): correct the mistake to Constants.HEALTH_CONTROLLER_PATH
2019-05-07 11:24:11 +08:00
chuntaojun
4817b26bc9
refactor(client): Fix the issues raised in the comments
2019-05-07 11:11:24 +08:00
chuntaojun
f2c046a395
refactor(client): Service operation function module split
2019-04-30 17:46:10 +08:00
rushsky518
71d9cb3e04
历史配置文件保留天数,可配置
2019-04-30 17:28:52 +08:00
nkorange
3c1c98aaf1
Update version to 1.0.0
2019-04-10 22:04:27 +08:00
得少
eca7a9a422
support parsing endpoint rule
2019-04-03 18:31:27 +08:00
yanlinly
acaee3ffb5
Merge pull request #993 from alibaba/del_warnings
...
Remove spotbugs-annotations dependency
2019-04-02 10:31:06 +08:00
xxc
ec8046ef0d
Merge pull request #991 from yanlinly/master
...
remove lgpl dependency
2019-04-01 23:36:02 +08:00
water.lyl
0b6246e9f5
remove lgpl dependency
2019-04-01 21:16:44 +08:00
xuechaos
178b80ea41
del warnings spotbugs-annotations #981
2019-04-01 21:16:14 +08:00
hxy1991
df4f338a41
Fixes #984
2019-04-01 11:37:30 +08:00
nkorange
dc51aa5703
Merge branch 'hotfix_server_mode' into develop
2019-03-22 17:31:36 +08:00
nkorange
fcf968c36b
Update version to 1.0.0-RC2
2019-03-22 17:29:26 +08:00
qingliang.ql
4cf86dfc66
fix derby size 大于32kb报错问题
2019-03-18 15:49:48 +08:00
nkorange
488075fa52
Update version to 1.0.0-RC1
2019-03-15 15:48:30 +08:00
Fury Zhu
01feb230a3
Merge pull request #855 from paderlol/develop
...
Nacos+MySQL8 startup error
2019-03-14 17:45:00 +08:00
nkorange
616a8031bc
Merge branch 'develop' into feature_naming_group
...
# Conflicts:
# api/pom.xml
# client/pom.xml
# client/src/main/java/com/alibaba/nacos/client/naming/beat/BeatReactor.java
# cmdb/pom.xml
# common/pom.xml
# config/pom.xml
# console/pom.xml
# core/pom.xml
# distribution/conf/application.properties
# distribution/pom.xml
# example/pom.xml
# naming/pom.xml
# naming/src/main/java/com/alibaba/nacos/naming/core/Cluster.java
# naming/src/main/java/com/alibaba/nacos/naming/raft/RaftCore.java
# naming/src/main/java/com/alibaba/nacos/naming/web/ApiCommands.java
# pom.xml
# test/pom.xml
2019-03-04 10:12:11 +08:00
zhanglong
3cb5089fd0
Refactor maven pom dependency and remove mysql jar from plugins dir
2019-03-03 17:48:24 +08:00
pader.zhang
2f0c503da1
Fix #852 #613
2019-03-02 11:50:59 +08:00
xuechaos
80c260e207
Release 0.9.0 Nacos : Nacos server function mode and fix 13 issues
...
* [#840 ] Nacos server adds startup mode to distinguish between config and naming.
* [#762 ] Register instance returns failed when the health check mode is 'server' in standalone mode.
* [#473 ] Nacos Cluster Mode kubernate Startup nacos.log error Log.
* [#240 ] Log strong dependence problem.
* [#824 ] getServicesOfServer throws exception if service list is empty.
* [#802 ] Nacos server multi-boot mode support.
* [#800 ] Nacos's client-to-server addressing mode document introduction.
* [#768 ] The interval at which the heartbeat is sent in BeatReactor is not controlled by the server return value.
* [#759 ] why instance can't auto-delete.
* [#756 ] Format of instance and service should be validated.
* [#720 ] Memory leak in PushService.
* [#653 ] IoUtils under nacos-common-0.2.1-RC1.jar lacks "" judgment on encoding.
* [#588 ] Client compatible to jdk1.6. On branch develop
2019-03-01 00:46:50 +08:00
xuechaos
678fc8a5f7
update version get for pom
2019-02-28 17:34:25 +08:00
nkorange
493715973f
Merge branch 'develop' into feature_naming_group
...
# Conflicts:
# client/src/main/java/com/alibaba/nacos/client/naming/NacosNamingService.java
# client/src/main/java/com/alibaba/nacos/client/naming/beat/BeatReactor.java
# client/src/main/java/com/alibaba/nacos/client/naming/net/HttpClient.java
# naming/src/main/java/com/alibaba/nacos/naming/controllers/ServiceController.java
# naming/src/main/java/com/alibaba/nacos/naming/misc/NamingProxy.java
# naming/src/main/java/com/alibaba/nacos/naming/misc/NetUtils.java
# naming/src/main/java/com/alibaba/nacos/naming/raft/RaftCore.java
# naming/src/main/java/com/alibaba/nacos/naming/raft/RaftStore.java
# naming/src/main/java/com/alibaba/nacos/naming/web/ApiCommands.java
2019-02-26 17:29:22 +08:00
hxy1991
0e9d3e678a
Fixes #240 #826 #827 #828
2019-02-26 14:22:38 +08:00
qingliang.ql
eb87625083
fetch self ip
2019-02-22 16:24:26 +08:00
water.lyl
f29209b114
release 0.8
2019-01-22 22:16:13 +08:00
nkorange
cc9b6b58b7
Merge branch 'develop' into feature_naming_ap
2019-01-22 10:13:22 +08:00
water.lyl
9947e8565c
change default user/password to nacos/nacos
2019-01-22 09:42:25 +08:00
nkorange
f2b43fb240
#502 Update author information
2019-01-19 21:23:35 +08:00
nkorange
d064fe36bb
Merge branch 'develop' into feature_naming_ap
2019-01-18 11:38:20 +08:00
wuyoushan
938666c7b8
remove useless semicolon
2019-01-17 18:02:44 +08:00
nkorange
425a80167b
Merge branch 'feature_multi_tenant' into feature_naming_ap
...
# Conflicts:
# naming/src/main/java/com/alibaba/nacos/naming/core/ServiceManager.java
2019-01-15 18:15:55 +08:00
nkorange
e9811c84c6
Merge branch 'develop' into feature_multi_tenant
2019-01-15 14:55:59 +08:00
wfnuser
973c522834
fix conflict
2019-01-15 12:48:28 +08:00