Skip to content

Commit

Permalink
升级正式版本 v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
xuxueli committed May 30, 2018
1 parent 53e9d8f commit 72838e4
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 11 deletions.
3 changes: 1 addition & 2 deletions doc/XXL-CONF官方文档.md
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,7 @@ http://{Agent部署路径}/confagent?confKeys=key01,key02
- 2、XML配置方式,Bean初始化时配置加载逻辑优化;
- 3、升级多项依赖至较新版本:spring、spring-boot、jackson、freemarker、mybatis等;

### 6.9 版本 v1.4.2 新特性[迭代中]
### 6.9 版本 v1.4.2 新特性[2018-05-30]
- 1、多环境支持:单个调度中心集群,支持自定义多套环境,管理多个环境的的配置数据;环境之间相互隔离;
- 2、多数据类型配置:支持多种数据类型配置,如:String、Boolean、Short、Integer、Long、Float、Double 等;
- 3、多语言支持:提供配置Agent服务,可据此通过Http获取配置数据,从而实现多语言支持。Agent存在Ehcache缓存性能极高,并且支持集群横向扩展;
Expand All @@ -492,7 +492,6 @@ http://{Agent部署路径}/confagent?confKeys=key01,key02
- 14、升级pom依赖至较新版本,如Spring、Zookeeper等;



### TODO LIST
- 1、本地优先配置:优先加载该配置中数据,常用于本地调试。早期版本功能用处不大,现已移除,考虑是否完全移除;
- 2、zookeeper客户端迁移至curator;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
<packaging>pom</packaging>

<name>xxl-conf</name>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-admin/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<artifactId>xxl-conf-admin</artifactId>
<packaging>war</packaging>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@

<#macro commonFooter >
<footer class="main-footer">
Powered by <b>XXL-CONF</b> 1.4.2-SNAPSHOT
Powered by <b>XXL-CONF</b> 1.4.2
<div class="pull-right hidden-xs">
<strong>Copyright &copy; 2015-${.now?string('yyyy')} &nbsp;
<a href="http://www.xuxueli.com/" target="_blank" >xuxueli</a>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<artifactId>xxl-conf-core</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<artifactId>xxl-conf-samples</artifactId>
<packaging>pom</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/xxl-conf-sample-jfinal/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xxl-conf-samples</artifactId>
<groupId>com.xuxueli</groupId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xxl-conf-sample-jfinal</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/xxl-conf-sample-nutz/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>xxl-conf-samples</artifactId>
<groupId>com.xuxueli</groupId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>xxl-conf-sample-nutz</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/xxl-conf-sample-spring/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf-samples</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<artifactId>xxl-conf-sample-spring</artifactId>
<packaging>war</packaging>
Expand Down
2 changes: 1 addition & 1 deletion xxl-conf-samples/xxl-conf-sample-springboot/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<parent>
<groupId>com.xuxueli</groupId>
<artifactId>xxl-conf-samples</artifactId>
<version>1.4.2-SNAPSHOT</version>
<version>1.4.2</version>
</parent>
<artifactId>xxl-conf-sample-springboot</artifactId>
<packaging>jar</packaging>
Expand Down

0 comments on commit 72838e4

Please sign in to comment.